Hi,

This is a bit off-topic ..but I need help desperately.
We are currently using Apache with Jserv and are in the process of upgrading
the servlet engine to Tomcat.
However I would like my file paths to remain the same so that we do not have
to change each and every file and recompile them.

Now I have been trying to configure tomcat for the last 3 days ..but in
vain. There is no proper documentation on the site.
They haven't mentioned anything about the tomcat.properties file,
tomcat.conf file and what entries are needed in server.xml if you create a
new zone. and where is the zone file,

in tomcat.properties file..it has
wrapper.bin=@JAVA@
wrapper.classpath=@JSERV_CLASSES@
wrapper.classpath=@JSDK_CLASSES@

now am i suupose to replace this with the actual paths.

I made a directory called as "main" in webapps  and also made WEB-INF and
classes directory and added the following lines in server.xml. put all my
servlets in the classes directory.
<Context path="/main" docBase="webapps/main" debug="0" reloadable="true" >
</Context>

but http://servername/main/servletname doesnot work.
Where am i wrong?. where are my servlets suppose to be. I dont want it in
examples directory. I want to create my own zone called as "main"


Please Help

Purav
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.219 / Virus Database: 103 - Release Date: 12/5/00

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to