Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
47 views

Java JSP project not getting deployed properly on tomcat , Broken Pipe error reported

Tomcat Version: 5.5 Database: Oracle 10g Server OS: Linux I am trying to deploy one of my JAVA/JSP web projects on Tomcat 5.5 server, the project is not getting deployed properly the Java(Sevlets, ...
2
votes
1answer
58 views

How do I set up Tomcat with SSL on the iSeries?

OS/400 is V5R4, Java 1.6 is installed on the system, and we're using Tomcat 5.5, but we're having difficulty getting Tomcat working using HTTPS. We created a self-signed certificate and uncommented ...
1
vote
1answer
75 views

Apache2 Tomcat Reverse Proxy with Virtual Hosts

I'm having a problem with getting additional virtual hosts to proxy correctly with Apache/Tomcat. Basically, I have a primary virtual site that is Proxy'd to Tomcat and that works fine. However, the ...
0
votes
0answers
51 views

Apache -> Tomcat Reverse Proxy

I'm having an issue with a Apache/Tomcat reverse proxy setup. This is the first time ever setting it up so I'm not all that surprised. Basically, I have 7 virtual hosts on Apache, each to it's own ...
0
votes
0answers
74 views

mod_jk sticky sessions with Tomcats 5 and 6

We have instances of Tomcat 5 (JDK1.5) and Tomcat 6 (JDK1.6) running quite happily on a RHEL 4 machine. They are fronted by Apache 2.2.8 with mod_jk. The Tomcat 5 instances are configured in the ...
1
vote
1answer
108 views

Tomcat 5.5 and Tomcat 6 side by side on same server

On Suse Linux server I have Tomcat 5.5. installed (port 8080) Can I also install Tomcat 6 on the same server (side by side) but on different port (for example 8081). Are there any pitfalls I should ...
0
votes
1answer
63 views

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 ...
0
votes
1answer
81 views

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 ...
0
votes
1answer
418 views

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
vote
2answers
305 views

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 ...
1
vote
0answers
45 views

Why will tomcat not serve newly created files?

After updating a webapp I noticed that tomcat (5.5) won't serve any newly uploaded/created files even though the application creates and stores them. On trying to view the files I get a 404 error with ...
0
votes
1answer
103 views

Mapping tomcat apache worker

I am running an Apache2 server connected with Tomcat5.5 Workers.properties workers.tomcat_home=/usr/share/tomcat5.5 workers.java_home=/usr/lib/jvm/java-6-sun ps=/ worker.list=worker1 ...
3
votes
3answers
817 views

Tomcat 5.5 : How to redirect the logging output to one file per web application

How to configure tomcat 5.5 (or 6.0) that the output of stdout and stderr of each web application / context will go to one logfile? I only managed to get the stderr to a specific logfile - the stdout ...
0
votes
1answer
293 views

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!
0
votes
1answer
951 views

tomcat5 HTTP 400 BAd Request

OS is centOS 5.5 x64, rpm's are as follows: tomcat5-jsp-2.0-api-5.5.23-0jpp.9.el5_5 tomcat5-common-lib-5.5.23-0jpp.9.el5_5 tomcat5-servlet-2.4-api-5.5.23-0jpp.9.el5_5 ...
0
votes
1answer
152 views

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 ...
1
vote
1answer
262 views

Tomcat virtual host configuration

Background: I have a host configured in my Tomcat's server.xml as: <Host name="mydomain.com" appBase="webapps/myapp" unpackWARs="true" autoDeploy="true" xmlValidation="false" ...
1
vote
2answers
345 views

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 ...
0
votes
2answers
813 views

Windows Server 2008 R2 64 bit and Tomcat 5

Do I need a specific Tomcat 64-bit version to run on Windows Server 2008 R2 64-bit? Or will the regular Tomcat 5 install exe work?
0
votes
2answers
173 views

Tomcat 5.5 - second application returs 404

There are two versions of web application. Want to have both on one machine so I can test upgrade. If there is one of them copied to Tomcat's webapplications directory and then Tomcat is started, it ...
1
vote
1answer
162 views

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?
1
vote
4answers
2k views

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 ...
0
votes
0answers
509 views

How to install two different instances of Tomcat 5 as Windows services

I'm actually not a system administrator, I'm just a developer) So I faced the following problem on my test server: I have Windows Server 2003. There is a default Tomcat 5.5 instance running as a ...
1
vote
2answers
144 views

Tomcat restart, not all apps start

I've an interesting problem about start/restart of tomcat 5.5 I've deployed a number of webapps on Tomcat. All webapps work correctly. Every time I restart tomcat, not all applications will restart. ...
0
votes
2answers
352 views

mod_proxy with jira war installation

So I have jira installed and I access i through mydomain.com:8080/jira. I'd really like to access i through jira.mydomain.com. I enabled mod_proxy and put the following in an apache vhost: ...
4
votes
2answers
5k views

Missing logs - Tomcat 5.5 + Ubuntu 8.04

Summary Freshly-installed (via apt-get) Tomcat on a freshly-installed Ubuntu 8.04 LTS 64-bit works, but doesn't (seem to) log anything. See also "What I've Tried" and "Closing In On It" below. More ...
1
vote
2answers
2k views

Confluence on Tomcat can't start app

I'm trying to get Confluence wiki running on my Debian box inside Tomcat. Now, I've never used Tomcat before so I really don't understand a lot of it. Here's my setup: Debian Lenny 5.0 Tomcat ...
0
votes
2answers
102 views

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 ...