| Author |
reg: the access of jsp pages in tomcat
|
|
| ashutosh 2005-04-20, 8:58 am |
| hi
this is ashutosh.
i m facing a problem of accessing my jsp and servlet files thru web
browser (while using tomcat 4.1.31) when i save them in my own folder
in webapps folder in tomcat 4.1.31.
i want to use the URL address of type:
http://localhost:8080/lim/inde=ADx.jsp
here lim is my own created directory in webapps and index.jsp is my jsp
file which i want to access.
please help me in its configuration.
i m using Windows XP platform.=20
thanks=20
ashutosh agrawal
| |
|
| do you have a web-inf folder under your lim folder with a web.xml file?
webapps need to be structured accordin to a specific standard.
---->lim
--------->WEB-INF
---------------->web.xml
| |
| ashutosh 2005-04-21, 8:58 am |
| can anybody tell how to write web.xml file in tomcat easily. or there
is any tool for that? i have to write this web.xml file for my lim
folder so that i can access servlet stored in it.
|
|
|
|