URGENT: Tomcat 4 error

2009-01-04 Thread rajesh202023
Hi, I am getting the following error message when tomcat 4 is being run on Solaris 9 machine. It exists all of a sudden. Sep 5, 2008 9:20:11 AM org.apache.jk.common.ChannelSocket acceptConnections WARNING: Exception executing accept java.net.SocketException: Invalid argument at java.net.

Help moving application from Windows to Linux

2009-01-04 Thread Don Whitehead
Greetings all. I am a novice Tomcat/Apache admin, being more versed in IIS. That being said, the organization I work for needs to move an Apache/Tomcat application from Windows 2003 server-based config to a Linux-based config (targeting debian-based distro at present). I can install and config

Re: Tomcat throws exception when shutting down

2009-01-04 Thread Pavel Gouchtchine
Thank you, Konstantine. I have followed your instructions: 1) I have turned Windows Firewall off (I have opened port 8080 and turned it on again). 2) I have commented out > 3) I have commented out I have started and stopped tomcat. No exception anymore. Thank you very much for the help. Pave

Re: Tomcat throws exception when shutting down

2009-01-04 Thread Konstantin Kolinko
2009/1/5 Pavel Gouchtchine : > On Sun, Jan 4, 2009 at 12:28 PM, Konstantin Kolinko > wrote: >> >> 2009/1/4 Pavel Gouchtchine : >> > Hi All. >> > Please help to resolve the problem. >> > My tomcat was inactive for a while. Tomcat was working fine before. >> > When I started it again and tried to st

Re: Tomcat throws exception when shutting down

2009-01-04 Thread Pavel Gouchtchine
I have removed current version of the tomcat and installed new version (6.0.18). I started and stopped the server using windows Services start/stop buttons. The same exception is thrown. I am attaching server.xml from tomcat 6.0.18 conf directory. mod-jk file is not found On Sun, Jan 4, 2009 at

Re: Tomcat throws exception when shutting down

2009-01-04 Thread Pavel Gouchtchine
Konstantin, thanks for the attempt to help. Here are my answers for your questions. I am using "development" environment - my personal home machine. I have apache web server installed but it is disabled as a service. I hope I am using Tomcat native - downloaded from tomcat.apache.org. I am not usin

Re: Tomcat 5.5 error

2009-01-04 Thread zia mohades
Hi kees, Thank you for your help! Just to remind you: I have deleted my previous apache tomcat( the default one) by using : rm -r -f /usr/local/tomcat and I installed the binary version on my desktop. I then start the apach tomcat( using ./startup.sh) and when i access the webserver: http://loca

Re: Tomcat throws exception when shutting down

2009-01-04 Thread Konstantin Kolinko
2009/1/4 Pavel Gouchtchine : > Hi All. > Please help to resolve the problem. > My tomcat was inactive for a while. Tomcat was working fine before. > When I started it again and tried to stop, I have got the following > exception. > I have Windows xp (home edition) tomcat 5.5.23. > > Jan 3, 2009 10:

RE: set tomcat max session allow

2009-01-04 Thread Caldarale, Charles R
> From: cw [mailto:second_co...@yahoo.com] > Subject: set tomcat max session allow > > may i know is there any guidelines/info on how to set maximum > limit of sessions allow for each webapp and redirect user to > a static html page is exceeded . I don't believe there's any configuration mechanism

Tomcat throws exception when shutting down

2009-01-04 Thread Pavel Gouchtchine
Hi All. Please help to resolve the problem. My tomcat was inactive for a while. Tomcat was working fine before. When I started it again and tried to stop, I have got the following exception. I have Windows xp (home edition) tomcat 5.5.23. Jan 3, 2009 10:31:55 PM org.apache.catalina.connector.Conne

Re: set tomcat max session allow

2009-01-04 Thread Mark Thomas
cw wrote: > may i know is there any guidelines/info on how to set maximum limit of > sessions allow for each webapp and redirect user to a static html page is > exceeded . I already did my google and people mentioned need to do it > directly on java codes rather than tomcat configuration,but the

Re: “java.lang.NullPointerException” with J DBC connection from InitialContext

2009-01-04 Thread Kees Jan Koster
Dear Robert, Have you considered googling for "StringUtils indexOfIgnoreCaseRespectQuotes"? E.g. it may be Connector/J bug #25047 fixed in v. 5.0.5 Check, what version of MySQL Connector/J you are using. OK, problem solved. For the record I did search on that, and looked into it originally.