Jetspeed with mod_jk?

2001-01-05 Thread Phillip C Rhodes
Sorry, I asked this question on the jetspeed list, but no response there...and someone told me this list is more appropriate. I installed the war file on a working tomcat installation (3.2.1), but I can only access jetspeed via localhost:8080 url. How can I access it from behind apache? I add

pls help-freebsd,mod_jk,apache,up all night and turning psycho!

2001-01-03 Thread Phillip C Rhodes
Well, getting past the point of frustration anyway. I read all the docs and have set Athis up on NT fine with virtual hosting and apache...and put JRun on 4 different OS's but can't get this install to work. I am running Apache 1.3.9 on 3.4-RELEASE FreeBSD Tomcat is 3.2.1. JDK is the native 1.

Re: How to recompile mod_jserv.so

2000-11-09 Thread Phillip C Rhodes
You use the apxs command. It should come with your apache bin directory. If you do a search on the tomcat site for 'apxs' you would see the exct command. I think it is apxs -f mod_jserv.so *.c On Thu, 9 Nov 2000, [iso-8859-1] Anton Betha wrote: > What do I have to install to recompile mod_j

Re: Using special characters in servlet parameters

2000-11-08 Thread Phillip C Rhodes
You need to encode your parameters. request.encodeURL(String url) On Wed, 8 Nov 2000, Zsolt Koppany wrote: > Hi, > > how can I use special characters such as '&' in servlet parameters? > > -- > Zsolt Koppany > Intland GmbH www.intland.com > Schulze-Delitzsch-Strasse 16 > D-70565 Stuttgart >