jk_ajp12_worker.lo unknown file type.

2003-09-11 Thread Johan Louwers
Dear list, I am trying to build a jakarta-connector mod_jk.so on a Solaris 9 machine running Apache 2.0.47 and Tomcat 4.1.27.. Apache is running fine on port 80 tomcat fine on port 8080 and now it is time to build the connector to run them both on port 80. So I do ./buildconf.sh

Re: jk_ajp12_worker.lo unknown file type.

2003-09-11 Thread Johan Louwers
--=-=-=-=-=-=-=-=-===-=-=-=-=-=-=-=-=-- -Original Message- From: Johan Louwers [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 8:29 AM To: Tomcat Users List Subject: jk_ajp12_worker.lo unknown file type. Dear list, I am trying to build a jakarta-connector mod_jk.so on a Solaris 9 machine

error during make JK2

2003-09-16 Thread Johan Louwers
I am trying to build a JK2 connector on a solaris 9 box. I do: ./configure --with-apxs2=/usr/local/apache/bin/apxs \ --with-tomcat41=/usr/local/jakarta-tomcat-4.1.27 \ --with-java-home=/usr/local/j2sdk1.4.1_05 \ --with-jni \ --with-pcre All is fine, after that i do make and then the problem

jk2_init() Can't find Child xxx in scoreboard

2003-09-16 Thread Johan Louwers
Build JK2 now on soalris 9. Placed mod_jk2.so in the Apache module dir. Also added: LoadModule jk2_module modules/mod_jk2.so at the end of my httpd.conf file. Stop and start apache and try to open http://10.99.1.115/examples Nothing!! http://10.99.1.115 is giving me the basic apache site

jk2_init() Can't find child

2003-09-17 Thread Johan Louwers
Build JK2 now on solaris 9. Placed mod_jk2.so in the Apache module dir. Also added: LoadModule jk2_module modules/mod_jk2.so at the end of my httpd.conf file. Stop and start apache and try to open http://10.99.1.115/examples Nothing!! http://10.99.1.115 is giving me the basic apache site

Re: Redirecting the output to a log file

2003-09-17 Thread Johan Louwers
do not use System.out simply make a write to a file routine and write to a file :-) Johan. - Original Message - From: Sarika N Inamdar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 12:17 PM Subject: Redirecting the output to a log file Hi All, When my

vertial host apache/tomcat

2003-09-17 Thread Johan Louwers
Ok, finaly have apache and tomcat running both on port 80. I have created the following dir's /export/home/www.someserver.com /export/home/mnt.someserver.com This will be the location of http://www.someserver.com and http://mnt.someserver.com To test I have placed a document named info_www.txt

Re: vertial host apache/tomcat

2003-09-18 Thread Johan Louwers
-access_log common #/VirtualHost # 17-09-2003 Johan Louwers -- [EMAIL PROTECTED] # virtualhost www.verder.fr # france website verder www.verder.fr VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot /export/home/webroot/www.verder.fr ServerName www.verder.fr ErrorLog /export/home/weblog/error

Re: vertial host apache/tomcat

2003-09-18 Thread Johan Louwers
original message -- - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 7:44 AM Subject: Re: vertial host apache/tomcat What's the question? Johan Louwers wrote: Luke, I placed my httpd.conf

running jsp like www.someserver.com/index.jsp

2003-09-23 Thread Johan Louwers
I have a qustion, I would like to run jsp's under the root of my domain like www.someserver.com/index.jsp I have only managed to run a jsp file under a dir like www.someserver.com/somejspdir/index.jsp I have 2 domains on this box... how do I manage this? I have /export/home/site1 and

Re: Tomcat crashing at random moments of time

2003-09-24 Thread Johan Louwers
How do you start tomcat? by command line? Is the problem only there when you end the telnet session you used to start tomcat or close the terminal you used to start it? If so, do NOT use:./startup.sh instead use:nohup ./startup.sh Johan. - Original Message - From: Vitaliy

Tomcat NOT running

2003-09-29 Thread Johan Louwers
I have a problem, we found this morning that the tomcat server is not starting.. when we do manual ./startup.sh all looks good buth tomcat is not started. When we do ./shutdown.sh I get the following error: # ./shutdown.sh Using CATALINA_BASE: /usr/local/jakarta-tomcat-4.1.27 Using

Re: Tomcat NOT running

2003-09-29 Thread Johan Louwers
) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) # - Original Message - From: Johan Louwers [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

Re: Tomcat NOT running -- solved

2003-09-29 Thread Johan Louwers
Solved the problem, the problem was I had a typo In tomcat-users.xml I forgot a I had : user username= password= roles=admin/ and this should be: user username= password= roles=admin/ :-) - Original Message - From: Johan Louwers [EMAIL PROTECTED] To: Tomcat

virtual hosts in tomcat

2003-09-29 Thread Johan Louwers
Virtual Hosts in tomcat how do you handel virtual hosts in tomcat? I have in Apache (httpd) 2 virtual hosts www.someserver.com and mnt.someserver.com I would like to run on both jsp pages how do I make this work? Regards, Johan.

tomcat and virtual hosts

2003-09-30 Thread Johan Louwers
I have set up tomcat and apache... bind them with a JK2 connector both on port 80. I have 2 domains running on the machine. I made the virtual hosts work in apache with editting httpd.conf The apache docs are located on the following location: /export/home/webroot/site1 (www.site1.com)

solution jakarta-tomcat and virtual hosts

2003-10-01 Thread Johan Louwers
# [STEP 5] Shutdown apache and tomcat if they are running and start them up again. You should have now jsp access on http://www.someserver.com and on http://mnt.someserver.com Regards, Johan Louwers

Re: HOW TO CREATE VIRTUAL HOST IN APACHE

2003-10-09 Thread Johan Louwers
/error-log_www.someserver1.com CustomLog /export/home3/system_logs/common-log_www.someserver1.com common /VirtualHost restart apache. Regards, Johan Louwers. - Original Message - From: ABDUL BASIT [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday

Re: mod_jk binary for Solaris 9

2003-10-15 Thread Johan Louwers
Take a look at http://www.johnturner.com/ - Original Message - From: Kellam, Jeannie K Priest [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 9:42 PM Subject: mod_jk binary for Solaris 9 Hi, Does anyone have a Solaris 9 (sparc) binary for