Tagged Questions
73
votes
9answers
39k views
How to get UTF-8 working in java webapps?
I need to get UTF-8 working in my Java webapp (servlets + JSP, no framework used) to support äöå etc. for regular Finnish text and Cyrillic alphabets like ЦжФ for special cases.
My setup is the ...
33
votes
4answers
15k views
Tomcat VS Jetty [closed]
I'm wondering about the downsides of each servers in respect to a production environement. Did anyone have big problems with one of the features? Performance, etc. I also quicky took a look at the new ...
32
votes
7answers
29k views
To prevent a memory leak, the JDBC Driver has been forcibly unregistered
I am getting this message when I run my web application. It runs fine but I get this message during shutdown.
SEVERE: A web application registered the JBDC driver [oracle.jdbc.driver.OracleDriver] ...
28
votes
4answers
15k views
Howto embed Tomcat 6?
I'm currently running my webapps on Tomcat 6 in production, and would like to evaluate running Tomcat in embedded mode.
Is there a good tutorial or other resource besides what's in the api ...
26
votes
10answers
32k views
Tomcat 6: How to change the ROOT application
I'm trying to change the default application of Tomcat 6 webserver to other application than "ROOT" (inside webapps folder). What is the best way to do this?
24
votes
4answers
44k views
Java Restful Web Service Tutorial with Eclipse and Tomcat
I was wondering if anyone could post or know of instructions on creating a simple restful web service with eclipse and deployed on tomcat.
23
votes
15answers
3k views
Best practices for deploying Java webapps with minimal downtime?
When deploying a large Java webapp (>100 MB .war) I'm currently use the following deployment process:
The application .war file is expanded locally on the development machine.
The expanded ...
23
votes
4answers
1k views
Is anyone using SpringSource tc server as a Tomcat replacement?
It looks like SpringSource has just released a GA version of their tc Server application server.
It sounds from their description like it is a drop-in replacement for Apache Tomcat, with better ...
21
votes
9answers
27k views
“SetPropertiesRule” warning message when starting Tomcat from Eclipse
When I start Tomcat (6.0.18) from Eclipse (3.4), I receive this message (first in the log):
WARNING:
[SetPropertiesRule]{Server/Service/Engine/Host/Context}
Setting property 'source' to
...
19
votes
10answers
18k views
Integrating tomcat and eclipse as a hot-deploy environment
I would like to setup eclipse and tomcat in an integrated fashion such that changes to my JSPs and servlets(if possible) are reflected immedietely without requiring a deployment.
Ok, this is one of ...
19
votes
6answers
4k views
OpenID Java
Is there an openID implementation in Java? I would like to use this in a tomcat application.
18
votes
5answers
17k views
Official reasons for “Software caused connection abort: socket write error”
Given this stack trace snippet
Caused by: java.net.SocketException:
Software caused connection abort:
socket write error at
java.net.SocketOutputStream.socketWrite0(Native
Method)
...
18
votes
5answers
9k views
Any way to share session state between different applications in tomcat?
We want to split a working application in two different wars in order to be able to update one app without affecting the other. Each webapp will have different ui, different users and different deploy ...
17
votes
3answers
6k views
What is difference between Tomcat and JBoss and Glassfish?
I am starting to look into Enterprise Java and the book I am following mentions that it will use JBoss. Netbeans ships with Glassfish. I have used Tomcat in the past.
What are the differences between ...
15
votes
6answers
724 views
What are the Common Practices for Java Development on Linux?
I'm trying to migrate from Windows to Linux as a Java development platform, and while the transition has generally been pretty painless, there are a few points of uncertainty that I'd like some ...
14
votes
4answers
4k views
Java Runtime.getRuntime().exec() alternatives
I have a collection of webapps that are running under tomcat. Tomcat is configured to have as much as 2 GB of memory using the -Xmx argument.
Many of the webapps need to perform a task that ends up ...
14
votes
6answers
2k views
Connection Pool Strategy: Good, Bad or Ugly?
I'm in charge of developing and maintaining a group of Web Applications that are centered around similar data. The architecture I decided on at the time was that each application would have their own ...
14
votes
2answers
2k views
Getting the actual jsp line number from a stack trace line number?
Here is the stacktrace:
...
org.apache.jsp.showcustomer_jsp._jspService(showcustomer_jsp.java:128)
org.apache.jasper.runtime.HttpJspBase.service(Unknown Source)
This is what I do:
Get the line ...
14
votes
7answers
11k views
Is it possible to disable jsessionid in tomcat servlet?
Is it possible to turnoff jsessionid in the url in tomcat? the jsessionid seems not too search engine friendly.
Please Advise
Thanks
14
votes
2answers
7k views
Is there a url rewriting engine for Tomcat/Java?
How can we provide URL-Rewriting support for Tomcat/Java ?
mod_rewrite provides this functionality for Apache and can modify URLs even before they reach the handler (e.g. PHP). Is there a similar ...
14
votes
10answers
54k views
How to tune Tomcat 5.5 JVM Memory settings without using the configuration program
I need to configure Tomcat memory settings as part of a larger installation, so manually configuring tomcat with the configuration app after the fact is out of the question. I thought I could just ...
13
votes
2answers
3k views
Jstack and Jstat stopped working with upgrade to JDK6u23
We recently upgraded from JDK6u20 (Linux, 32bit and 64bit) to JDK6u23. Since then, we cannot longer use the tools jstack and jstat to get monitoring information from the running process. If we switch ...
13
votes
5answers
7k views
Tomcat startup logs - SEVERE: Error filterStart how to get a stack trace?
When I start Tomcat I get the following error:
Jun 10, 2010 5:17:25 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Jun 10, 2010 5:17:25 PM ...
13
votes
5answers
12k views
Apache Tomcat Not Showing in Eclipse Server Runtime Environments
I have tomcat 5.5 installed, running and verifiable at http://localhost:8080/. The Tomcat menu option appears in the Eclipse menu bar and I can start and stop Tomcat from there. In Eclipse, it does ...
13
votes
6answers
3k views
Which CMS would you recommend to be integrated with a Tomcat application?
I'm looking for a CMS (content management system), where users can manage, create and edit online articles, as a part of an application to be developed. The application to develop is a web application ...
12
votes
5answers
861 views
Why does POST not honor charset, but an AJAX request does? tomcat 6
I have a tomcat based application that needs to submit a form capable of handling utf-8 characters. When submitted via ajax, the data is returned correctly from getParameter() in utf-8. When ...
12
votes
4answers
2k views
How to sanely configure security policy in Tomcat 6
I'm using Tomcat 6.0.24, as packaged for Ubuntu Karmic. The default security policy of Ubuntu's Tomcat package is pretty stringent, but appears straightforward. In /var/lib/tomcat6/conf/policy.d, ...
12
votes
8answers
14k views
Java error: Only a type can be imported. XYZ resolves to a package
I get the error: "Only a type can be imported. XYZ resolves to a package."
Someone has explained the cause here but I am not sure what I supposed to do to fix this. FYI: I am using Eclipse. I have ...
12
votes
9answers
12k views
Connecting remote tomcat JMX instance using jConsole
I am trying to connect to a remote tomcat JMX instance using jConsole. But can't connect successfully. Any Idea?
I included the following option in remote tomcat catalina.sh:
JAVA_OPTS="$JAVA_OPTS ...
12
votes
7answers
13k views
How to create war files
What are the best practices of creating war files (using eclipse) to run on tomcat? tutorials, links, examples are highly appreciated.
12
votes
6answers
27k views
Bad Gateway 502 error with Apache mod_proxy and Tomcat
We're running a web app on Tomcat 6 and Apache mod_proxy 2.2.3. Seeing a lot of 502 errors like this:
Bad Gateway!
The proxy server received an invalid response from an upstream server.
...
12
votes
5answers
32k views
Can I connect to SQL Server using Windows Authentication from Java EE webapp?
I am currently investigating how to make a connection to a SQL Server database from my Java EE web application using Windows Authentication instead of SQL Server authentication. I am running this app ...
11
votes
3answers
4k views
ClassNotFoundException DispatcherServlet when launching Tomcat (Maven dependencies not copied to wtpwebapps)
I've run into this problem a few times and only just stumbled upon a (semi-) reliable solution, so thought I would post it here in case it helps anyone else, or in case I forget it, and also to ask if ...
11
votes
2answers
2k views
Is there a way to avoid undeployment memory leaks in Tomcat?
This question is for anyone who's ever tested the "Find leaks" button in the Tomcat manager and got some results like this:
The following web applications were stopped (reloaded, undeployed), but ...
11
votes
3answers
6k views
Background Thread for a Tomcat servlet app
I am not very familiar with Tomcat, in my head it is basically abstracted as a cgi server that saves the JVM between calls -- I know it can do a lot more than that, though.
I am looking for a way to ...
11
votes
3answers
6k views
Best practices for configuring Apache / Tomcat
We are currently using Apache 2.2.3 and Tomcat 5 (Embedded in JBoss 4.2.2) using mod_proxy_jk as the connector.
Can someone shed some light on the the correct way to calculate / configure the values ...
11
votes
2answers
23k views
Invalid <url-pattern> servlet mapping in tomcat 6.0
<servlet>
<servlet-name>myservlet</servlet-name>
<servlet-class>workflow.WDispatcher</servlet-class>
<load-on-startup>2</load-on-startup>
...
10
votes
2answers
383 views
Third party libraries best practice in Tomcat
I am using Tomcat for hosting my Java Web and Web Service applications for a long time now. Mostly for Spring and Grails applications at the moment.
Lately in one project a discussion came up, about ...
10
votes
2answers
496 views
Tomcat and Eclipse Zero Turnaround Deployment
I want to be able to deploy code changes to Tomcat (near instantly), while I'm developing in Eclipse.
So far, I have my output from Eclipse placing the built classes in the WEB-INF/classes folder of ...
10
votes
4answers
2k views
Is it possible to run a cron job in a web application?
In a java web application (servlets/spring mvc), using tomcat, is it possible to run a cron job type service?
e.g. every 15 minutes, purge the log database.
Can you do this in a way that is ...
10
votes
3answers
3k views
How to prevent tomcat session hijacking?
In my web.xml I've defined a user-data-constraint for some resources:
<security-constraint>
<web-resource-collection>
<web-resource-name>Personal Area</web-resource-name>
...
10
votes
6answers
6k views
Benefits/drawbacks to running 64-bit JVM on 64-bit Linux server?
We run the 32-bit Sun Java 5 JVM on 64-bit Linux 2.6 servers, but apparently this limits our maximum memory per process to 2GB. So it's been proposed that we upgrade to the 64-bit JVM's to remove the ...
9
votes
2answers
445 views
What is the Python equivalent of Tomcat?
This question likely betrays a misconception, but I'm curious what the "Tomcat" of the Python world is.
All of my web programming experience is in Java (or Groovy) so I think in Java terms. And when ...
9
votes
4answers
591 views
Tomcat Connection pool creating too many connections, stuck in sleep mode
I'm using Tomcat 6.0.29, with Tomcat 7's connection pool and MySQL. Testing my application, it doesn't reuse anything from the pool, but ends up creating a new pool, to eventually where I cannot use ...
9
votes
1answer
439 views
Intermittent Tomcat ClassNotFoundException for some jsp pages
We have two tomcat servers load-balanced behind apache. Several times now we'e gotten reports of a 500 error on a page. Checking shows the following error, but only on one of the tomcats:
...
9
votes
7answers
634 views
What is an Enterprise Java Bean really?
On the Tomcat FAQ it says: "Tomcat is not an EJB server. Tomcat is not a full J2EE server."
But if I:
use Spring to supply an application context
annotate my entities with JPA
annotations (and use ...
9
votes
4answers
340 views
Best practice for handling memory leaks in large Java projects?
In almost all larger Java projects I've been involved with I've noticed that the quality of service of the application degrades with the uptime of the container. This is most probably due to memory ...
9
votes
4answers
4k views
Tomcat: Cache-Control
Jetty has a CacheControl parameter (can be specified webdefault.xml) that determines the caching behavior of clients (by affecting headers sent to clients).
Does Tomcat has a similar option?
In ...
9
votes
4answers
11k views
how to manually deploy a web service on tomcat 6?
I'm learning how to develop soap web services with java.
So far now I've been following this excelente tutorial
http://java.sun.com/developer/technicalArticles/J2SE/jax_ws_2/
it all goes well, I ...
9
votes
3answers
4k views
Which Tomcat 5 context file takes precedence?
Tomcat documentation says:
The locations for Context Descriptors are;
$CATALINA_HOME/conf/[enginename]/[hostname]/context.xml
$CATALINA_HOME/webapps/[webappname]/META-INF/context.xml
On my server, ...