Re: New users Problem with mod_jk

2004-04-22 Thread staf wagemakers
.properties JkMount /*.jsp localhost JkMount /servlet/* localhost JkMount /examples/* localhost /IfModule You're trying to use mod_jk2 with the mod_jk1 syntax. You must use the JkUriSet or uri mapping, take a look at jk2 documentation. -- Staf Wagemakers email: staf

Re: Virtual Host, Locations and Mod_JK2

2004-04-13 Thread staf wagemakers
this as the location should only work for the virtual host in which it is configured. There is a bug in jk2 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22045 at the bottom of the bugreport there is also workaround (I didn't tried to implement it, I'm sticking to apache 1.3.xx and jk1) -- Staf

Re: problem with tomcat 4.1.30, apache 2...

2004-03-25 Thread staf wagemakers
the hostname:port. Hope this helps, -- Staf Wagemakers email: staf at patat.org homepage: http://staf.patat.org On Wed, Mar 24, 2004 at 05:15:03PM +0100, Dionisio Ruiz de Zarate wrote: i make teklnet to the localhost 8009 and: server:/# telnet localhost 8009 Trying ::1

Re: default Locale, how to set or change

2004-03-24 Thread staf wagemakers
a setenv.sh script in the tomcat/bin directory where I set the appropriate variables. JAVA_HOME=/usr/j2se JAVA_OPTS=-Xms128M -Xmx256M CATALINA_HOME=/home/tomcat TOMCAT_HOME=/home/tomcat CATALINA_OPTS=-Dfile.encoding=ISO-8859-15 [EMAIL PROTECTED] -- Staf Wagemakers email: staf at patat.org

Re: mod_jk 1.3 and apache 1.3 VirtualHost section

2004-03-24 Thread staf wagemakers
and pass all dynamic to tomcat, since apache is faster then tomcat. So you should create an alias for all static content and a jkmount for all jsp's and servlets. -- Staf Wagemakers email: staf at patat.org homepage: http://staf.patat.org On Wed, Mar 24, 2004 at 10:17:58AM +0100

Re: HTTP Status 404 -- Please Help

2004-03-24 Thread staf wagemakers
you've to install the jsp in tomcat not in the apache docroot. -- Staf Wagemakers email: staf at patat.org homepage: http://staf.patat.org On Wed, Mar 24, 2004 at 06:41:18PM +0800, [EMAIL PROTECTED] wrote: I have setup Tomcat 5 with Apache 2, Java SDK 2 and JK2. However, I

Re: HTTP Status 404 -- Please Help

2004-03-24 Thread staf wagemakers
tomcat. Hope this helps, -- Staf Wagemakers email: staf at patat.org homepage: http://staf.patat.org On Wed, Mar 24, 2004 at 11:37:58AM -, Adam Fowler wrote: That path should actually have your context path in it. I.e. / not Adam. -Original Message- From

Re: problem with tomcat 4.1.30, apache 2...

2004-03-24 Thread staf wagemakers
, -- Staf Wagemakers email: staf at patat.org homepage: http://staf.patat.org On Wed, Mar 24, 2004 at 02:13:20PM +0100, Dionisio Ruiz de Zarate wrote: Hello i have one great problem. I am trying for solvig it during one week and i canot solve it. i have one linux machie (suse 9

Re: problem with tomcat 4.1.30, apache 2...

2004-03-24 Thread staf wagemakers
that, the tomcat ajp13 connector isn't enabled. ( or tomcat isn't running at all ;-) Hope this helps -- Staf Wagemakers email: staf at patat.org homepage: http://staf.patat.org On Wed, Mar 24, 2004 at 03:22:58PM +0100, Dionisio Ruiz de Zarate wrote: i have those lines in my

Re: workers.properties and virtual hosts

2004-03-23 Thread staf wagemakers
with jk2. The setup for jk1 is very similar. -- Staf Wagemakers email: staf at patat.org homepage: http://staf.patat.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: workers.properties and virtual hosts

2004-03-23 Thread staf wagemakers
it correctly... -- Staf Wagemakers email: staf at patat.org Homepage: http://staf.patat.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: workers.properties and virtual hosts

2004-03-23 Thread staf wagemakers
staf wagemakers schrieb: It has been a while since I've setup apache with tomcat virtual hosting, so I dont know it by heart. Basically you've to define the hosts in the server.xml as describes in the howto and configure jk1 as usual. Add the JkMounts within the virtualhosts in apache's

Re: Ok the \admin user\password?

2004-02-29 Thread staf wagemakers
--- George Hester [EMAIL PROTECTED] wrote: I downloaded the 4.1.29 Tomcat as a zip. I unzipped and fired Tomcat up. I chose Administrator from the splash page. I was asked for a user name and password. I tried user tomcat and pass tomcat.. Denied. What should I use here? The