LASSIEGE Hugo wrote: > 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 not read anymore and I reach my page throuh > http://localhost:8080/console/ (console is the name of the context > file). > > Is it possible to have this kind of url : myapp/mymodule ? And how ?
Yes. Name the context file "myapp#mymodule.xml" instead of "console.xml". Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]