Sun Java System Application Server 8: Virtual server [server] already has a web 2004-06-21 - By Sullivan, Sean C - MWT
Back I have a EAR file called foo.ear
foo.ear contains bar.war
In the application.xml file, I set the context root for bar.war
<module id="abc"> <web> <web-uri>bar.war</web-uri> <context-root>/</context-root> </web> </module>
When I deploy this EAR into Sun Java System Application Server 8.0 Update 1 (Platform Edition), I get this error:
[#|2004-06-18T11:11:47.219-0700|WARNING|sun-appserver-pe8.0.0_01|javax.e nterprise.system.container.web|_ThreadID;|WEB0113: Virtual server [server] already has a web module loaded at [/]; therefore web module [foo:bar.war] cannot be loaded at this context path on this virtual server. |#]
This is a known bug in Sun's application server.
Please vote for the bug:
Synopsis: Having Context Root as / or " " doesn't work http://bugs.sun.com/bugdatabase/view_bug.do?bug_idP34023
-Sean
-- --Original Message-- -- From: A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE-INTEREST@(protected)] On Behalf Of Larry Freeman Sent: Thursday, June 17, 2004 11:44 AM To: J2EE-INTEREST@(protected) Subject: J2EE 1.4 SDK Update Release 1 Now Available
The J2EE 1.4 SDK Update 1 is now available with several bug fix improvements. The J2EE SDK contains the Sun Java System Application Server Platform Edition 8 featuring support for JavaServer Faces technology and is free for both development and deployment.
Get it now for free at: http://java.sun.com/j2ee/1.4/download.html
==========================================================================To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|