Questions tagged [tomcat5.5]
32 questions
5
votes
3 answers
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 of the applications still went to catalina.out.
MRalwasser
- 193
- 3
- 9
4
votes
2 answers
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 Detail
Because the package maintainers have done a…
T.J. Crowder
- 887
- 6
- 22
3
votes
1 answer
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 the salient sections of the server.xml file,…
hewhocutsdown
- 273
- 4
- 13
2
votes
2 answers
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 5.5.26-5
Open jdk openjdk-6-jre
all installed with…
brad
- 492
- 1
- 10
- 22
2
votes
0 answers
Configure tomcat 5.5 stdout and stderr logging
I'm trying to configure tomcat 5.5 in our webapplication in order to NOT create a log file for each day but instead use always the same log file.
In fact, in the logs/ dir, I have three kind of…
Matteo Tassinari
- 223
- 4
- 17
2
votes
1 answer
How to clear ehcache without server restart
Though I guess it's highly unlikely - but is there any way to clear the ehcache without restarting the server? I need to clear the cache for some testing - I cannot change the code and cannot afford to restart server at multiple times.
PS: I am…
Vishal
- 123
- 1
- 4
2
votes
1 answer
Tomcat virtual host configuration
Background:
I have a host configured in my Tomcat's server.xml as:
craftsman
- 133
- 4
1
vote
2 answers
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. If I click the tomcat manager start link…
user25656
1
vote
2 answers
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:
ServerName jira.mydomain.com
ProxyPreserveHost…
brad
- 492
- 1
- 10
- 22
1
vote
2 answers
virtualHost configuration for Apache 2.4 with tomcat 5.5
I currently have Apache 2.4 integrated with two tomcat servers in a load balancing configuration.
The webserver will take requests from the DNS request for two domain names, http://domain1.nl and http://domain2.nl
I wish to send requests for…
Toby Derrum
- 13
- 5
1
vote
0 answers
Alfresco " Error creating bean with name 'dictionaryRepositoryBootstrap' " when deploying alfresco.war
I'm trying to deploy Alfresco Community Edition 2.1 WAR file in Apache Tomcat 5.5.23. I'm running Tomcat in a Redhat Enterprise 6.4 x86_64 server and also using MySQL 5.0.67.
I've almost followed the steps in…
ycedres
- 11
- 2
1
vote
2 answers
Tomcat 5.5: "Exception processing JAR at resource path" leads to java.lang.OutOfMemoryError
We have an old server running Tomcat 5.5.
Yesterday we deployed a war file, and then it started to crash.
Looking at catalina.date.log I found some java.util.zip.ZipException and then java.lang.OutOfMemoryError. I think it's resulting in memory leak…
Hikari
- 107
- 3
- 12
1
vote
1 answer
Tomcat vs. IIS - multiple worker processes
The Application Pool feature of IIS allows to run several applications each separated to each own isolated processes.
Is there any equivalent in Tomcat?
Or do I have to deploy Tomcat several times to achieve that functionality?
Saar
- 119
- 1
1
vote
1 answer
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 additional virtual hosts that I setup don't…
SARGuy
- 11
- 2
1
vote
1 answer
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 be aware of?
Since this is production server, what…
Emir
- 135
- 4