[EMAIL PROTECTED] wrote:

Thanks for your answer; I am not sure that I quite understood it, though:(

To detail my question, say you try this:

http://mycocoonhost/ mapped to http://localhost:8080/cocoon/myapp/

Actually, reading your problem again, it is simpler than I was thinking.

Basically, you've got to get Jetty (or tomcat) to mount the webapp without the /cocoon/. Then, you mount your app on /, so that http://localhost:8080/ is your application, so that:

http://mycocoonhost/ maps to http://localhost:8080/

The more complex stuff I was talking about was how to manage more than one webapp mounted onto different domain names.

What servlet container are you using? Jetty or Tomcat?

Then we can look at how to reconfigure it to do that.

Regards, Upayavira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to