Placement of JSP/HTML Files

2003-12-09 Thread Merrill Cornish
Asad,

You need to define a context in the conf/server.xml  file:

Context path=/Test docBase=Test debug=0
reloadable=true crossContext=true
 Logger className=org.apache.catalina.logger.FileLogger
 prefix=localhost_Test_log. suffix=.txt
 timestamp=true/
/Context
The path attribute represents the path that appears in the URL following 
http://localhost; while the docbase attribute represents the directory 
under webapps where the the JSP/HTML files will be found.

Merrill

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Placement of JSP/HTML Files

2003-12-08 Thread Asad Habib
Hello. Does anyone know if there is a way to place
your JSP/HTML files in a subfolder of the root level
directory instead of in the root level directory. For
example, if I have a web app named Test, I would like
to place my files in /Test/jsp instead of in /Test.
Your help would be greatly appreciated. Thanks.

- Asad

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]