--- "Benjohn P. Villedo" <[EMAIL PROTECTED]> wrote:
> 
> is there a means by which i could access those web
> applications 
> without port 8080??
> 

I'm not sure--it's been a while since I've personally
worked with Tomcat.  The tomcat-user list is probably
the best resource for you--this also looks like a
(very) FAQ question--that of changing the port the
servlet container listens to--so you may want to check
the Tomcat website as well.


> 
> inside server.xml of tomcat i placed the context
> ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
> <!-- Define Cocoon Context -->
> <Context path="/cocoon" docBase="/var/www/cocoon"
> debug="3"
>       reloadable="true" crossContext="true">
> <Logger
> className="org.apache.catalina.logger.FileLogger"
>       prefix="localhost_cocoon_log." suffix=".txt"
>       timestamp="true"/>
> </Context>
> ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
> 
> mod_jk.conf file added the line
> ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
> JkMount /cocoon/* worker1
> ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
> 
> but still doesn't work... any hint or tip would be
> very much 
> appreciated... all the best!!!
> 

The Cocoon-user list may also be of help here.  But
I'm missing something--I don't see how any of this
could possibly change your servlet port (parameters
that use numeric attributes would appear to be more
plausible, no?  ;)

Glen


> pal,
> benjohn
> 


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

Reply via email to