I am writing a Java Application need to access servlet.
The servlet server is Tomcat/Apache.
Apache seem change "space to %20" and "; to %3b"
e.g.
http://xxxxx/servlet/aServletClass;jsession=xxxx
become
http://xxxxx/servlet/aServletClass%3bjsession=xxxx
and Tomcat cannot...
I have setuped a servlet server using Apache-Tomcat on Win2000, and both Apache and Tomcat have set as Window services.
But the Tomcat service is being kill by win2000 when a user log-ou.
Why is problem come ?
Do win2000 kill all java programme when loggout ??
I have try to use java and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.