i'm hoping someone can anyone throw some light on this problem -

i've deployed my ear file on jboss, and accessed the servlet therein via the
address:

http://localmachine:8080/EntryPointServlet

this servlet forwards the requests to a jsp page at:

/Web-content/start.jsp

no problem so far. however, this page has a link to another page in the same
folder, but the request is routed via the servlet using:

/EntryPointServlet/Web-content/start.jsp

however, i get file not found. if i use:

/Web-content/start.jsp

the page is found, but the request doesn't go via the servlet....

- any ideas anyone?

thanks in advance

simon




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to