Author: thomas.heute(a)jboss.com
Date: 2007-03-07 17:08:39 -0500 (Wed, 07 Mar 2007)
New Revision: 6585
Modified:
trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java
Log:
JBoss Web Server included in JBoss 4.2.x is named stating with "JBossWeb/2"
Modified:
trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java
===================================================================
---
trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java 2007-03-07
21:40:41 UTC (rev 6584)
+++
trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java 2007-03-07
22:08:39 UTC (rev 6585)
@@ -109,7 +109,7 @@
{
return TOMCAT5;
}
- else if (result.startsWith("JBoss Web Server/2"))
+ else if (result.startsWith("JBossWeb/2"))
{
return TOMCAT6;
}
Show replies by date