Duplicate jsessionid in cookies

2007-07-10 Thread LASSIEGE Hugo
Hi, I trace the request between client and server and I see that the jsessionid is set twice. Here is the trace : Request : POST /appli/server/servlet/appliservlet HTTP/1.1 Content-Type: text/xml; charset=ISO-8859-1 connection: keep-alive Cache-Control: no-cache

RE : Problems configuring a Context path=xx using Apache/Tomcat

2006-10-24 Thread LASSIEGE Hugo
In tomcat 5.5.17, you can't use path in context (See bug http://issues.apache.org/bugzilla/show_bug.cgi?id=39120) But you can modify the name of your context file : servlets#application.xml, it should work. hugo -Message d'origine- De : René Schade [mailto:[EMAIL PROTECTED] Envoyé :

Context file and path

2006-09-22 Thread LASSIEGE Hugo
Hi, I just migrate from tomcat 5.0.27 to tomcat 5.5.17. But I have some problems in context.xml file. Previous to migration, I had a context path=/myapp/mymodule .../ in a console.xml file (in Catalina/localhost). I reach my page through http://localhost:8080/myapp/mymodule. In 5.5.17, path is

RE : Context file and path

2006-09-22 Thread LASSIEGE Hugo
Thanks for this quick answer. Hugo -Message d'origine- De : Markus Schönhaber [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 septembre 2006 15:30 À : Tomcat Users List Objet : Re: Context file and path LASSIEGE Hugo wrote: I just migrate from tomcat 5.0.27 to tomcat 5.5.17. But I

[tomcat 5.5] Migrating from tomcat 5.0.x : context file

2006-09-04 Thread LASSIEGE Hugo
Hi, I'm currently migrating from tomcat 5.0.x. My old applications works but I still have a problem. In my old context file (mywebapp.xml in Catalina/localhost), I gave a path like this context path=/myapp/module ... But with tomcat 5.5.x, path is ignored and I can access to my app only on