Hi there!, I have a working webapp deployed on catalina (tomcat 4.0.1), which is setup as a default root app, that's I can acces it via: http://localhost:8080/ which will bring up default login page. To deploy my webapp in jboss, I warred the webapp and drop it in the deploy dir, but now accessing http://localhost:8080/ does not work anymore, giving an error message saying: HTTP Status 500 - No Context configured to process this request. But if I do http://localhost:8080/webapp/ then it worked fine. How do I go around this? Cannot tweak tomcat's server.xml (no effect, jboss use embedded catalina which doesn't seem to read the server.xml).
_______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
