goto "$tomcat_home$\conf" directory. "tomcat_hmoe" is the directory where
you have tomcat. there exsists a file "server.xml". In your URL "source" is
a context. to enalbe this you have to add a context called source. edit
"server.xml" file and add an entry like this.

        <Context path="/source" - This is the name what you would like to
use in URL"
                 docBase="webapps/isc" - The actual path where the tomcat
should look
                 debug="0"             - ignore this now, it's debugging
level
                 reloadable="true"     - ignore this
                 trusted="false" >     - ignore this
        </Context>

Regds,
Raghu

-----Original Message-----
From: Vinicio Llumquinga B. [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 15, 2001 9:56 AM
To: [EMAIL PROTECTED]
Subject: Question


I installed Tomcat 3.2 on linux
I installed jdk 1.7 on linux
The examples running very well.
I need to help in how insted of write:
http://myMachineName:8080/examples/servlet/num/Numguess.
I would write:
http://myMachineName:8080/source/servlet/Numguess


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



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

Reply via email to