Re: Tomcat start problem in Window XP

2008-12-26 Thread Milan Cvejic
As i can see from your log file, your tomcat server is started and is listening on port 80. evanxpz wrote: Recently I just formatted my window. After I formatted it, I re-setup the tomcat 5.5. However, I can't start the tomcat anymore. When I start it, I always get the logs as below and then

Re: SSL/Apache and Proxy

2008-12-08 Thread Milan Cvejic
You can just use proxy_pass_ajp instead just proxy_pass. This way you don't need tomcat ssl listener. Rainer Jung wrote: Doctor Khumalo schrieb: OK, thanks. If I remove Tomcat from the equation, I can get HTTPS to work with Apache but when I try to start Tomcat and proxy the HTTPS request

Re: mod_jk initialization error

2008-12-08 Thread Milan Cvejic
You need to define workers.properties file... It seem to me that you didn't created configuration for mod_jk. Abhi wrote: I am trying to get tomcat running with apache using mod_jk connector. I compiled mod_jk.so from source and put it under apache modules directory. I get no error while

Re: Create Virtual Host without shutting down tomcat

2008-12-05 Thread Milan Cvejic
I need this... Is any way to add new VirtualHost without restarting tomcat? Rodrigo Asensio wrote: yes, I'm kind of screwed, or play just with the DNS or I change the app server.I will play around with the dns stuff and redirect *.mydomain to my default webapp. I have many customers redirected

Re: Create Virtual Host without shutting down tomcat

2008-12-05 Thread Milan Cvejic
Thanks, sorry, did't see it... Caldarale, Charles R wrote: From: Milan Cvejic [mailto:[EMAIL PROTECTED] Subject: Re: Create Virtual Host without shutting down tomcat I need this... Is any way to add new VirtualHost without restarting tomcat? This question was just answered a few hours

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Milan Cvejic
Hello, You should copy libtcnative-1.so to java JDK installation folder in my case: jre/lib/amd64/ Those libraries are needed by java... Greetings Paul van Beukering wrote: Hi all, We are trying to get APR to work. Sofar without success. tThe APR libraries are build, are readable for the

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Milan Cvejic
Try creating new file in /etc/ld.so.conf.d name it custom.conf or something.conf and add line /usr/local/apr/lib in that file. Then run ldconfig and try to restart tomcat. Paul van Beukering wrote: Hi Mladen The output is: [EMAIL PROTECTED]:/home/belpop/tomcat/lib]$ ldd libtcnative-1.so

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Milan Cvejic
/lib/i386:/usr/jdk1.6.0_10/jre/../lib/i386:/home/belpop/tomcat/lib:/usr/local/apr/lib:/usr/local/apr:/usr/java/packages/lib/i386:/lib:/usr/lib Paul On Wed, Nov 12, 2008 at 6:04 PM, Milan Cvejic [EMAIL PROTECTED]wrote: Try creating new file in /etc/ld.so.conf.d name it custom.conf

create new virtual host dinamicly...

2008-07-10 Thread Milan Cvejic
Hello, i have difficulties setting new virtual host without restarting tomcat process... Is that even possible? There is no reload command in catalina.sh... Thanks... -- Milan Cvejić Sistem Administrator Inbox d.o.o. Software for Internet Bulevar AVNOJa 99, 11000 Beograd, Srbija tel +381 11

Proxy_ajp VS. mod_jk - Performance comparation?

2008-06-30 Thread Milan Cvejic
Hello, i have simple question. What is faster? Proxy_ajp or mod_jk? I noticed weird cpu usage increase for tomcat process when i use proxy_ajp. Thanks. -- Milan Cvejić Sistem Administrator Inbox d.o.o. Software for Internet Bulevar AVNOJa 99, 11000 Beograd, Srbija tel +381 11 313 07 21 fax

Re: NullPointerExceptions - ReplicationValve problem...

2008-06-26 Thread Milan Cvejic
Milan Cvejic wrote: I am using 6.0.14 version of tomcat. And jdk 1.6 update 4. Any suggestions ? Thanks. Filip Hanik - Dev Lists wrote: what version of tomcat 6 are you using? Filip Milan Cvejic wrote: Hello, i am getting null pointer exceptions when i add the following line in server.xml

java.net.SocketException: Broken pipe?

2008-06-26 Thread Milan Cvejic
Hello, i am getting weird warning... this is a part from log file... This warning is happening over and over... What can cause it? Jun 26, 2008 10:28:24 AM org.apache.jk.common.ChannelSocket processConnection WARNING: processCallbacks status 2 Jun 26, 2008 10:28:59 AM

NullPointerExceptions - ReplicationValve problem...

2008-06-25 Thread Milan Cvejic
Hello, i am getting null pointer exceptions when i add the following line in server.xml Valve className=org.apache.catalina.ha.tcp.ReplicationValve filter=.*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt; / if i remove that line everything is working fine... but load is

Re: NullPointerExceptions - ReplicationValve problem...

2008-06-25 Thread Milan Cvejic
I am using 6.0.14 version of tomcat. And jdk 1.6 update 4. Any suggestions ? Thanks. Filip Hanik - Dev Lists wrote: what version of tomcat 6 are you using? Filip Milan Cvejic wrote: Hello, i am getting null pointer exceptions when i add the following line in server.xml Valve className