The scenario is as follows:
I have a sub application called service, so obviously I would have a
diectory structure like:
/webapp
/WEB-INF
/subapp (in my case service)
now in that subapp I have a folder coalled "jsp" which, surprise, contains
my jsp files. The problem I have though is that I can�t call them directly.
I.e. I get an error messsage saying that the requeted resource is not
available.
What needs to be done in order for me to be able to enter the URL
"http://localhost:8080/webapp/subapp/jsp/test.jsp" in my browser and for it
to be found by tomcat.
This is probably more a general tomcat question but seeing as it involves
the use of sub-applications I was hoping that I may be able to get some help
here.
Thanks,
Michael
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>