Hello,

����������������������� You can place ur servlet wherever u want. What u have to do is that just find the webserver.xml file in the root directory of JWS. And open it and at the end of the file just add a service like this

 

<Service id="service1">

������� <WebApplication id="helloworld" mapping="/helloworld" docBase="helloworld"/>

</Service>

I hope it will work

And also read the documentation in .xml file

 

i am using JWS to run my servlets
can any one tell me how to configure the server so that i can place the servlets in any directory i want
now i am placing it inthe servlet default directory

thanx in advance
jk

 

Reply via email to