Apache Tomcat is an open source Servlet Container and is developed by the Apache Software Foundation (ASF).
0
votes
2answers
83 views
+50
url context changing between local server and tomcat
Hi I'm working on a application that has a weird problem. The application works fine in both local tomcat and remote tomcat deployments, but on certain modules the url context changes.
Here's one of ...
0
votes
0answers
46 views
+50
JBoss Clustering and Lighttpd Load Balancing displaying inconsistent behaviour
PROBLEM
We have two JBossAS 4.2.3 installed on separate machines and they are clustered. We also make use of Lighttpd that acts as load balancer, and is placed between our Tomcat servers (the Tomcat ...
0
votes
2answers
39 views
+50
GWT call Axis2 on Tomcat doesn't work
When i try to call a web service from my server java written with GWT deployed on tomcat 7 i have this error:
java.lang.NumberFormatException: For input string: ""
at ...
1
vote
2answers
75 views
+50
JAX-WS Web service on Tomcat without sun-jaxws.xml
I am trying to minimize required configuration while deploying JAX-WS-based Web service on Tomcat. With the introduction of Servlet 3.0 (supported by Tomcat 7+), web.xml can be thrown out, but there ...
