re: https to web server, http from proxy to tomcat

2005-09-28 Thread Joost de Heer
[EMAIL PROTECTED] said: > We are currently using an nsapi plugin module for our proxy component. > As far as I know, it does not support reverse-proxy setup. > > Since we are using the standard Sun One Web Server, I am not familiar with > reverse proxy. For SUN ONE webserver you can download a rev

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Joost de Heer
NoKideen said: > is there anybody know how to do this ? > Running Tomcat as Non-Root under Linux listen for port 80 80 is a privileged port (< 1024) and you need root-rights to bind to a privileged port. If the problem is that you don't have access to root, ask the admin to implement sudo. Joost

Re: need final / in url

2005-09-21 Thread Joost de Heer
Mladen Turk said: > David Thielen wrote: >> >> The url www.windward.net/forums fails while www.windward.net/forums/ >> succeeds. >> >> My uriworkermap has: >> >> /forums/*=ajp13w >> > > try: > /forums|/*=ajp13w > > This will actually create two maps: > /forums=ajp13w > /forums/*=ajp13w > > Regards,

Re: JkUnMount is unknown to apache

2005-07-13 Thread Joost de Heer
Chris. Grobmeier said: > >> Which jk version are you using? > > Hi, > dpkg --list | grep apache > tells me: > > libapache-mod- 3.3a-4woody1 Apache connector for Tomcat servlet engine I think this is mod-webapp, and not mod-jk. Try to find libapache-mod-jk-[version] for Debian. Joost ---

Re: JkUnMount is unknown to apache

2005-07-13 Thread Joost de Heer
> Goal is not to forward domain.de/forum to tomcat. > Problem is that apachectl configtest tells me that JkUnMount > directive is unknown. I can't start Apache with this. > > Does somebody know what i made wrong? JkMount > works as expected and i used JkUnMount like described in the > documentation