View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820740#3820740

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820740

Hello



I was happily using jboss-3.0.8_tomcat_4.1.x release but have been asked to move to 
3.08 where jetty seems to be the servlet container. The .ear and .war files that 
worked perfectly well with Tomcat aren't working with jetty. 



With jetty, I saw error messages saying that the web.xml was missing and that it was 
expected below webapp/WEB-INF. It seems that with jetty, I have to put everything into 
webapp subdirectory within the .war, even the WEB-INF. This sort of works - I can see 
the static files, although they are now below this new webapp directory but I cannot 
hit any of my servlets.



Formerly I had http://domain/context/file.htm and http://domain/context/servlet



Now the static stuff is OK below http://domain/context/webapp/file.htm but I cannot 
hit any of my servlets. 



Any ideas, other than returning to jboss + tomcat ? 







Thanks





Chris


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to