0
votes
0answers
12 views
Logging for Tomcat 5.5 in Ubuntu
I am experiencing an error with a web app running under Tomcat in Ubuntu. It tells me to check the logs for more information, but all the obvious places seem to give no information …
0
votes
1answer
75 views
+100
Tomcat restart, no all apps start
Hello,
I've an interesting problem about start/restart of tomcat 5.5
I've deployed n webapps on my tomcat. All webapps work correctly.
Every time when I restart tomcat, never ha …
0
votes
3answers
94 views
java.lang.NoClassDefFoundError: ProceedingJoinPoint
We have a number of web service client applications which interface between our main customer facing application and backend web services. These web service application generate th …
0
votes
1answer
19 views
Enabling strong ciphers in Tomcat 5.
Hello.
I am attempting to refine the suite of ciphers that my webapp allows.
In Tomcat's server.xml I have the following connector defined:
<Connector port="443" maxHttpHeade …
1
vote
1answer
66 views
Webservice problem - methods can’t take more than 1 parameter
Hi, I'm using IntelliJ IDEA 8 and Axis to set up a webservice that's deployed on Tomcat5.5. The generated wsdl looks like this: http://track.priskick.se/Tracker.wsdl
A method is d …
0
votes
1answer
44 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 int …
1
vote
2answers
47 views
Maven embedded Tomcat version
Is there a way to control the Maven embedded Tomcat version?
mvn tomcat:run
This command will run a Tomcat 6.0.16 instance. I'd like to run a 5.5 version of Tomcat. Is there a w …
-1
votes
0answers
44 views
Start all webapps at tomcat 5.5 restart
Hi, I have a problem with my tomcat 5.5 on a CentOs 5.3.
This tomcat manages 4 web application (struts 1, spring, hibernate, postgresql).
Well, when I launch /etc/init.d/tomcat res …
0
votes
0answers
11 views
How to get tomcat 5.5 to shut down from netbeans
I have to run tomcat 5.5 with netbeans 6.7. This is NOT my choice. I have some legacy software that I am not allowed to re-write and must be supported. The question is how do i ge …
1
vote
2answers
73 views
Spring ApplicationContext taking up grotesque amounts of memory
Hello,
I have numerous Spring Framework-based applications that run on a Tomcat 5.5 server. Some of them have their own instances, some share a server with other applications. T …
0
votes
1answer
325 views
How do you set JAVA_OPTS for a service based version of tomcat using plesk on linux?
I have installed a servlet (solr) that requires that I set the variable solr.solr.home equal to solr home. Something like:
JAVA_OPTS=-D=solr.solr.home='/usr/share/tomcat/solr'
T …
0
votes
0answers
26 views
Magnolia CMS on IIS [closed]
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 …
7
votes
7answers
543 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 i …
0
votes
2answers
297 views
eclipse server locations disabled and need to chnage 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 locat …
1
vote
1answer
349 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. Do …
