Renaud Richardet wrote:
Hello Dev's
After using only Jetty for a long time, I gave Tomcat a new try
(5.0.28), had to copy a few jars in Tomcat's
endorsed libs, ([EMAIL PROTECTED]:/opt/tomcat-5.0.28/bin$ cp
~/src/wyona/nj/cocoon/lib/endorsed/* . ) and here we go.
There are a few errors, though:
* Tomcat does some wrong redirects, eg to /null/default/authoring/index.html
* Sometimes, a /lenya part in the url is missing (eg
http://localhost:8080/default/authoring/index.html instead of
http://localhost:8080/lenya/default/authoring/index.html)
Is there a relatively easy way to fix these errors?
I don't know, but it seems to me that the servlet context has been
forgotton, because
people mostly develop with Jetty resp. within the ROOT context.
If yes, I think we
should do it soon to keep in synch with Tomcat, as it is the preffered
servlet container for production. WDYT?
agreed, but not just because for the reason of Tomcat, but servlet
containers in general.
As said above, any context name should be possible.
You might want to file some bugs and also say exactly which endorsed
libs you have actually copied.
Michi
Thanks,
Renaud
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]