Questions tagged [tomcat5.5]

32 questions
1
vote
1 answer

Apache Tomcat not starting on Linux Server

I am attempting to get Apache Tomcat 5 started for a customer. (Yes, I know there are newer versions, but bear with me) Tomcat has previously run properly on this machine, but it is older and has not been used in awhile. It is a Linux server with…
Jason Rae
  • 141
  • 1
  • 2
  • 8
1
vote
1 answer

Enabling JMX for proxool with tomcat

I am trying to get proxool's MBeans available so that I can see/manipulate them with jconsole. I have jconsole working, but I don't see anything related to proxool. The system is using Sun Java 1.5.0_17 (I know, I know... I'm working with the…
dialt0ne
  • 3,027
  • 17
  • 27
1
vote
2 answers

tomcat 5.5 startup script on Ubuntu server

Can any one share their Tomcat startup script I am looking for a tomcat start up script on a Ubuntu machine. My Ubuntu is 10.04 server. The tomcat is 5.5.30. It is in /opt/apache-tomcat-5.5.31 I tried a script #!/bin/bash # # tomcat # #…
Registered User
  • 1,453
  • 5
  • 18
  • 37
1
vote
2 answers

What is an Ideal Apache Tomcat setup with apache serving static assets?

OK this question is asked all the time I know: "What's the best way to connect Tomcat through apache". But I still haven't found a definitive answer and maybe there isn't one, but I'm just looking for a viable, high performance setup. So much of…
brad
  • 492
  • 1
  • 10
  • 22
1
vote
1 answer

IIS + Apache tomcat in same machine

Can IIS server (Port 80) and Apache Tomcat (Port 8080) function in the same machine properly without any issues?
bdhar
  • 195
  • 5
1
vote
4 answers

java max heap size, how much is too much

I'm having issues with a JRuby (rails) app running in tomcat. Occasionally page requests can take up to a minute to return (even though the rails logs processed the request in seconds so it's obviously a tomcat issue). I'm wondering what settings…
brad
  • 492
  • 1
  • 10
  • 22
0
votes
2 answers

Magnolia CMS on IIS

I have a webserver running windows 2003 with a bunch of ASP.net Websites currently listening on port 80 (with different host headers). I need to setup a TomCat instance to handle a Magnolia CMS installation that will also need to listen on port 80…
Jared
  • 1,577
  • 2
  • 12
  • 12
0
votes
2 answers

Limit Tomcat acess to local network Only

I know it's possible to limit the access to one of our oldest tomcat servers ( legacy server, our client doens't want to pay to upgrade :\ ).by adding the address="". But how could i limit the acess for a given network ? if i'm not wrong, the file…
thclpr
  • 155
  • 2
  • 8
0
votes
1 answer

Simple authentication via AD over LDAP for Tomcat-hosted app

We use a central AD server for authentication, and have several different webapps that connect to it via LDAP. I'm trying to connect a simple webapp running on Tomcat 5.5 on Windows to the AD server via secure ldap (ldaps), but have run into some…
IVR Avenger
  • 325
  • 1
  • 5
  • 15
0
votes
2 answers

Find TOMCAT 5.0.28 server start up time in windows,

I have two server instances TOMCAT 5.5 and TOMCAT 5.0.28, My application running on TOMCAT5.5. some body have stopped my TOMCAT5.5 and started TOMCAT 5.0.28 (May be accidentally). Can any body help me to find the TOMCAT 5.0.28 start up and shutdown…
0
votes
1 answer

Can't start tomcat 5.5 on windows server 2003

I can't start on my windows 2003 server machine. It's giving me the following on stderr: java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina at java.net.URLClassLoader$1.run(Unknown Source) at…
gaudi_br
  • 25
  • 1
  • 6
0
votes
1 answer

Mapping tomcat apache worker

I am running an Apache2 server connected with…
0
votes
1 answer

Remotely deploy .war file into tomcat webapps

I have tomcat5.x and tomcat6 running on different machines. I usually use scp to deploy .war file to tomcat servers. Is there any other way to remotely deploy? Thank you!
user53864
  • 1,653
  • 8
  • 36
  • 66
0
votes
1 answer

tomcat5 HTTP 400 BAd Request

OS is centOS 5.5 x64, rpm's are as…
Oneiroi
  • 2,008
  • 1
  • 15
  • 28
0
votes
1 answer

Which are the required modules in httpd.conf for a Dedicated Server?

We have a dedicated server running on Godaddy. We have hosted on this server java web applications and few wordpress blogs. Java web applications running on Tomcat 5.5+mod_jk+Apache 2. I'm trying to optimize the Apache server and i see there are…
techiepark
  • 113
  • 1
  • 5