01-09-06 01:52 AM
Hi All,
I have problems when install application as a root (http://localhost:9080/)
in websphere 6.
I have defined application.xml as below:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Applicatio
n 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'>
<application>
<display-name>test</display-name>
<module>
<web>
<web-uri>test.war</web-uri>
<context-root>/</context-root>
</web>
</module>
</application>
But when I want to start test application, it can't be started.
It said :"Web Application <null> uses the context root /*, which is already
in use by Web Application {2}. Web Application {3} will not be loa
ded."
Could anyone help me how to define root application in websphere?
Cheers,
Okta
[ Post a follow-up to this message ]
|