Hi Alexander -

There are several ways you can do this - see my Cocoon notes at http://www.galatea.com/flashguides/cocoon-tips-2.xml (or my book ;) ). Probably the best is simply to make the cocoon webapp your default context in server.xml:

<Context path="" docBase="cocoon" debug="0"/>

Regards,

Lajos


Alexander Czernay wrote:
I'm trying to integrate my servlet (Apache Cocoon 2.0.4), running inside Tomcat 4.0.4 into my Apache 1.36. This works perfectly well, but I'd like to get rid of the /cocoon/ part in the URL, so I can map the whole Cocoon based app directly to my domain.

I tried some Alias commands and some MountJk commands, but that doesn't work, as it seems to me like Apache doesn't pass the whole path to Tomcat, thus Tomcat doesn't search inside its /cocoon/ path, but rather in its root path - that obviously doesn't work.

Any hints?

Alexander



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



--



                   Lajos Moczar
      ----------------------------------------
    Open Source Support, Consulting and Training
      ----------------------------------------
            Cocoon Developer's Handbook
 (www.amazon.com/exec/obidos/tg/detail/-/0672322579)

                   _      _____
                  / \         /
                 /___\      /
                /     \   /____

     http://www.galatea.com -- powered by AzSSL


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

Reply via email to