Tagged Questions
The tomcat5.5 tag has no wiki summary.
44
votes
17answers
39k views
Best tools to monitor Tomcat [closed]
I'm searching free tools for monitor tomcat (traffic, memory usage, threads, requests, CPU, logs,...). I'm currently using lambdaprobe on Tomcat 5.5.x, but it seems that is no more developed (or not? ...
15
votes
7answers
26k views
Eclipse - How can I change a 'Project Facet' from Tomcat 6 to Tomcat 5.5?
(Eclipse 3.4, Ganymede)
I have an existing Dynamic Web Application project in Eclipse. When I created the project, I specified 'Default configuration for Apache Tomcat v6' under the 'Configuration' ...
13
votes
8answers
4k views
What can be done with 'PermGen out of space' exception in Tomcat-Spring-Hibernate web application?
We have an web application that uses Spring-Hibernate to persist registered users data in Oracle database. The application works fine in development environment, but when we copy it int live ...
9
votes
3answers
5k views
eclipse server locations disabled and need to change to use tomcat installation
I Have set up a dynamic web project in eclipse with a tomcat 5.5 installation.
I want to be to set the server to us the tomcat installation instead of the workspace metadata location but when eclipse ...
6
votes
4answers
208 views
Tomcat 5.5: .jar not releasing on .war rebuild
Synopsis
I am attempting to export a WAR to my webapps folder but everytiime I update the war it deletes all of the content of the webapp minus /WEB-INF/lib/struts.jar
System info
Windows 2K3
...
4
votes
2answers
131 views
With Tomcat 5.5, how can I programmatically locate a specific servlet instance or add new mappings?
I understand that this is normally not done, and I've found a number of instances of this question around the web with answers of the sort: "Your design is wrong if you need to do this." Let me ...
4
votes
6answers
292 views
Moving From Java1.5 to Java 1.6?
I'm currently running my web application on Java1.5 codebase, running it on Tomcat 5.5 and MySql 5. Looking through the list of additions that were added into Java1.6, I have to ask the question, "Is ...
4
votes
7answers
10k views
Tomcat consuming high CPU
Tomcat.exe is consuming 75% of CPU.
Is anyone having any idea why it happens and how can that be decreased?
I am using Tomcat5.5 & J2SDK v 1.4.2_12
3
votes
1answer
3k views
Tomcat or JVM crash dump file?
Our Tomcat server terminated unexpectedly. (It runs as a windows service; the system event log shows an error: Event ID 7034).
Where can I find a dump of a JVM crash, or some indication of why the ...
2
votes
2answers
73 views
Apache vs Tomcat configuration question
I was searching in Google and found that Apache can be configured via mod_access directives in the httpd.conf file to block a web site from a particular IP.
Is there anything equivalent in Tomcat?
I ...
2
votes
1answer
72 views
Is there a way to start up MySQL Instance before Apache Instance on Scalr?
I am using Scalr for scaling the website server.
On the Apache server, I have installed Sakai, and created an boot-up script for Linux machine.
The question is, how can I ensure that MySQL Instance ...
2
votes
2answers
308 views
How to control logging by 3rd-party components in webapp in Tomcat 5.5?
We are using Tomcat 5.5 on Linux. Our webapp uses log4j for its logging (functionally-based and not many loggers), and intentionally sets the additivity of the loggers to false. Our loggers log to ...
2
votes
4answers
2k views
Nightmare: Upgrading Tomcat 5.5 to 6.0
I'm trying to upgrade a perfectly running embedded Tomcat 5.5 to Tomcat 6.0. I understand that all I need to do is replace Tomcat 5.5 jars with 6.0.
That's what I did.
So I replaced the following ...
2
votes
2answers
560 views
Cause of 'tmpFile.renameTo(classFile) failed' during JSP compilation
Recently, I started to experience strange behaviour in JBOss 4.0.5 JSP application. The JSP compilation fails on first (second, third,..) attempt with exception:
17:24:29,909 ERROR [[jsp]] ...
2
votes
1answer
113 views
how to roll Tomcat 5.5 / 6 main logs
hi
im using tomcat as servlet container for my web app , now im controlling my web app logs with log4j and its has its own log4j jar and its own log4j configuration file
but now i need to control ...
2
votes
1answer
826 views
JAAS - isUserInRole returns false for all roles in Tomcat
Here is the issue,
The JAAS realm connects to the database fine, the user name and password match, the session is authenticated. HOWEVER, none of the roles seem to be getting into the Principal. ...
2
votes
2answers
2k views
Error with Tomcat 6 and Tomcat 5.5 Incompatibility
I developed a Tomcat application using Tomcat 6 for testing. I have now deployed it to Tomcat 5.5 - when I invoke the servlet I get an error which doesn't make much sense to me. Does anyone know what ...
2
votes
3answers
979 views
How do I use logback-access in combination with Tomcat 5.5?
I've got several Web apps running on a Tomcat 5.5 server, and I'm working on improving/updating the overall logging system used throughout the system. I already had some success with logback-classic. ...
2
votes
2answers
789 views
how to retrieve additional LDAP data fields via Tomcat ( getRemoteUser gives just name)
I have configured Tomcat to use LDAP / AD.
How can I get more details about the logged in user; the userid is returned by request.getRemoteUser() but not the full name that I need.
How do I get the ...
1
vote
1answer
26 views
change the tomcat version 5.5.26 to 6.0.29?
Currently my server is running of the Tomcat 5.5.26 and JDK 1.5.15.
Now I want to change to tomcat 6.0.29 and JDK 1.6.29.
There was many application running of the current environment so if I can ...
1
vote
3answers
49 views
how to get the working directory for a webapp in tomcat?
I need to put some settings files in the 'working directory' in order to configure my app.
I have tried puting it in ./WEB-INF/ but did not work, any idea where is the 'working directory'?, and, is ...
1
vote
1answer
227 views
How to kill tcp connection with CLOSE_WAIT state
I found a problem on my web application, hibernate connections does not close properly.
but given the complexity of the web application, it takes at least 15 - 30 days.
In the meantime I wanted to ...
1
vote
1answer
168 views
OutOfMemoryError: unable to create new native thread
I have two different A and B web applications hosted on tomcat. The B application is hosted on 4 physical systems with separate tomcat. And application A is hosted on 5th physical system with separate ...
1
vote
2answers
157 views
Tomcat/jsp/servlet /web.xml issue
I am working on a project for school and am completely frustrated. The project is to get a simple JSP/Servlet demo working on our personal websites and after probably 20+ hours of work I am still ...
1
vote
0answers
130 views
Tomcat 6 and foreign characters (UTF-8 and non UTF-8 mixup)
I have a problem displaying foreign language characters in web app with Tomcat 6. Previously we were using Tomcat 5.5 and we did not face this issue. To fix this issue I followed ...
1
vote
1answer
178 views
How to configure the maximum pool size of servlets implementing SingleThreadModel?
I'm having the problem that the maximum pool size of a SingleThreadModel servlet is on Tomcat 5.5 limited to 20 instances. I do not know where to configure it in Tomcat 5.5.
My HTTP connector is ...
1
vote
3answers
325 views
deploy war in Tomcat [closed]
Possible Duplicate:
deploy war in Tomcat
I Deployed solr.war in tomcat webapps folder and extracted it. while running it in on browser i am gettong the following exception. please suggest ...
1
vote
0answers
298 views
Printing from Java - the print jobs hangs forever
I have a server side printing function, called from Tomcat on Windows 2008 server, that prints on the default printer in this case, and it hangs forever. This is the stack trace:
at ...
1
vote
1answer
168 views
Is there a way to get the absolute path of the context root in tomcat?
I have a problem that, after a lot of reading and research, seems like tomcat is running another instance of itself and thus serving an old version of my updated app (or somehow has cached an older ...
1
vote
2answers
528 views
Tomcat: How to share data between two applications?
Is there any way to share data between to JSP applications using Tomcat 5.5?
The applications are running in the same server.
The shared data should not persist in the system for many time and ...
1
vote
2answers
527 views
JSP client for Axis2 web service in Eclipse
I am new to web services and have managed to convert an Axis1 web service to Axis2. I can get data back from it using the Web Service Explorer with Eclipse. I am using Eclipse 3.6.1, Tomcat 5.5, and ...
1
vote
1answer
512 views
Processing Java servlet 'javax.servlet' package not found
Not a very common implementation, but using Processing as a Java Servlet has been discussed in previous posts before (1, 2). I have been developing a program in Processing to use as a Java servlet. ...
1
vote
1answer
340 views
spaces in JAVA_OPTS in tomcat
how can I pass a property which has spaces to JAVA_OPTS in tomcat... for example
-Dmy.property="How are you"
OS is Suse Linux
Thanks
1
vote
1answer
161 views
Why is a Tomcat webapp failing when an almost identical app starts within the same Tomcat instance?
We're experiencing slightly strange webapp deployment behaviour under Tomcat 5.5.27 on Linux (both on CentOS in production and Ubuntu 10.04 for development).
App A and app B are almost identical ...
1
vote
1answer
2k views
Communications link failure due to: java.io.EOFException
My webapp is running on Tomcat 5.5, I declared the datasource in web.xml:
<resource-ref>
<res-ref-name>jdbc/OrdiniWebDS</res-ref-name>
...
1
vote
3answers
798 views
JasperServer Deployment on Tomcat and Oracle DB (Solaris)
I follow the steps of this thread :
when I try to start the domain (jasperserver) I got this error in Tomcat Manager :
FAIL - Application at context path /jasperserver could not be started
...
1
vote
1answer
153 views
Configure username and password on Tomcat 5.5 application
I have a Tomcat 5.5 server and i deploy a application on it.
I have something like this http://tocatServer:8088/MyApp
I want to limit the acces of users at this address by putting an username and ...
1
vote
1answer
2k views
How to change Java version used by TOMCAT?
I have Java 1.6 installed in my system and I do have Tomcat 5.5 installed in my system.
But Tomcat 5.5 accesses Java 1.5 and hence as the outcome I get the error Bad version number in .class file ...
1
vote
0answers
23 views
Tomcat5.5 Page load time
I have multiple websites running on Tomcat:
<Context path="/foo"......</Context>
<Context path="/bar"......</Context>
When I surf to one of the applications, it takes approx. 3 ...
1
vote
1answer
300 views
Tomcat 5.5 Axis2 application scope problem - Unable to create single instance
I have deployed an axis2 web service on Tomcat 5.5. The web service functions as expected. But I noticed I was getting duplicated log entries. After researching it became clear that multiple ...
1
vote
1answer
308 views
error deploying a war file on tomcat
Recently one of our Tomcat servers started having trouble deploying WAR files. We have an existing version of the WAR in the webapps directory as well as the unpacked version. When we drop a new ...
1
vote
1answer
295 views
deploying Java web application in exploded directory outside the Tomcat server, using Eclipse
I have been using IntelliJ IDE (version 5.1) with Tomcat server (version 5.5) to build my Java web applications. I'm now trying to migrate my project to Eclipse IDE.
When I run my web application ...
1
vote
1answer
1k views
Sharing a single log4j jar file in Tomcat5 between multiple webapps with separate property files
Is it possible to use a single log4j jar file in an tomcat 5.5 setup, where it can be used by multiple webapps and have seperate logging for each webapp?
I have about 8 different webapps written ...
1
vote
2answers
574 views
compilation problems after setting classpath in tomcat 5.5
I have installed Tomcat 5.5 in windows vista home basic. I have set classpath to
"C:\program files\apache software foundation\tomcat 5.5\common\lib\servlet-api.jar".
now there are two problems.
1. I ...
1
vote
2answers
342 views
log4j appender config
Is there a way to run log4j appender at a specified time?
log4j.rootLogger=INFO, R
log4j.appender.R=org.apache.log4j.DailyRollingFileAppender
log4j.appender.R.File=${catalina.home}/logs/catalina.out
...
1
vote
2answers
186 views
Tomcat creates 0 byte files
I have a very simple file upload mechanism in java. I just take the file and save it on the server. I'm testing this simple code with selenium and when a timeout occurs in the selenium test tomcat ...
1
vote
2answers
907 views
Configure Tomcat to send web pages compatible to IE 7 or 6
I have got an application that is not compatible to work using IE8 browser.
I am looking for a way to to configure Tomcat on which this application run, so the pages could be read by IE8 and treated ...
1
vote
1answer
419 views
How to override TOMCAT Oracle ojdbc14 driver in the application?
The TOMCAT server is using an Oracle 9G ojdbc14 driver to its jndi connections in the /common/lib folder.
My web application uses Maven + Spring and I'm getting the dataSource using Spring jndi ...
1
vote
1answer
798 views
What's wrong with my log4j filter ? ( It make tomcat hang up ! )
We recently add a filter to our log4j configuration with a custom filter.
The goal is to stop repeating the same log again and again, but replace it by :
the log + "last line repeated x times"
We ...
1
vote
2answers
757 views
tomcat 5.5 web.xml change WEB-INF/lib directory
I have a jruby rails app that has some jar dependencies in rails lib/java. I prefer this to just putting them straight in lib as it separates my java libs from ruby libs. Works locally using jruby. ...