hi,

In Server.xml
<Context path="/servlet" docBase="servlets/" debug="0" reloadable="true" >
</Context>


docbase = "servlets/"  you should mention the COMPLETE path.

ie if your servets lie in c:\data\www\app\servelet it should be.

<Context path="/servlet" docBase="c:\data\www\app\servelet" debug="0"
reloadable="true" >
        </Context>



Shuklix

hi there

my pulse is on  200... soon ;-)

i read the tomcat docu 100 times and checked the examples, but it seems
that i'm to stupid for understanding...

i added a directory called servlets to the tomcat-tree. so i made the
following additions to server.xml and tomcat.conf:

server.xml:
        <Context path="/servlet" docBase="servlets/" debug="0" reloadable="true" >
        </Context>

tomcat.conf:
        ApJServMount /servlet /root
        <Location /WEB-INF/ >
                AllowOverride None
                deny from all
        </Location>


directory-tree:
-C:
        -Tomcat:
                - conf
                - doc
                - servlets
                - webapps
etc etc etc


can someone tell me, why this doesnt work and what i have to do? i'm
fighting since two day's with this problem... and i got no more ideas left
right now...


---------------------------------------------------------------------
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