After following the directions on 'How-to package and deploy an EAR file on
JBoss/Tomcat'
(http://www.jboss.org/documentation/HTML/ch11.html#howtotomcat) and a few
other modifications, I finally got my J2EE App deployed and loading
correctly within
JBoss2.2.2-Tomcat3.2.2. I'm certain my ear archive is put together correctly
as it has worked on other servers. But now when I browse to my application
with:
192.168.1.100:8080/acais
... I get 404 errors with the following error output.
[Service Control] Started 25 services
[Default] JBoss 2.2.2 Started in 0m:40s
2001-06-30 12:28:15 - Ctx( ): 404 R( + /acais + null) null
I set the context path in my ear archive's application.xml with the
following:
<module>
<web>
<web-uri>cais-web.war</web-uri>
<context-root>/acais</context-root>
</web>
</module>
What am I missing?
TIA
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user