Apache Tomcat is an open source Servlet Container and is developed by the Apache Software Foundation (ASF).
5
votes
0answers
74 views
Unicode characters won't print in clojure repl (nor via ring http response)
I have the following issue within a clojure repl on an aws ec2 instance (3.2.30-49.59.amzn1.x86_64) running inside of Tomcat 7:
user=> (println "Tiësto")
Ti�sto
Naturally, I verify that my file ...
4
votes
0answers
277 views
Cross site scripting problems with testacular e2e tests and angular
I am building a webapp with a using java at the server and angular for the front end. I am trying to set up e2e tests using testacular. The tests fail beacause of what I assume is cross site scripting ...
4
votes
0answers
757 views
Mod_Proxy 502-Proxy Error intermittently
I'm Using Apache 2.2.16 and Tomcat 7.0.16. I have 3 Tomcat instance which executes 3 different war files. To bypass the request I have configured httpd with mod_proxy.
3 Tomcat instances are running ...
4
votes
0answers
262 views
netbeans and tomcat 7 deploy on save
I'm working with netbeans 7.1.2 and tomcat 7. When I make some change either in .java or in .xhtml files, the file is deployed when I save it, but I have to restart tomcat server to see the changes in ...
3
votes
0answers
41 views
Calling method with null parameters in EL ends up in 0 being passed instead of null
I have a POJO:
public class Foo {
public String getValue(Integer arg0, BigDecimal arg1) {...}
}
I put it as model-parameter from Spring MVC into JSP, and try to use it:
<c:set var="ans" ...
3
votes
0answers
35 views
Why I have to restart Tomcat every time I change the code for my servlet?
When developing Servlet using Tomcat and Eclipse, I find that I have to restart Tomcat once I change the code for my Servlet, or I will see nothing that have been changed.
Why I have to do that?
...
3
votes
0answers
82 views
Match Filter with specific Method through NameBinding on RESTeasy
I am trying to specify a pre-matching filter that is only associated to some of my API calls, by following what the RESTeasy documentation suggests. Here is what my code looks like:
Name binding:
...
3
votes
0answers
366 views
Deployment Assembly: The currently displayed page contains invalid values
I imported a Java Web application from Sourceforge, and I did three working weeks efforts to get rid off all red crosses attached to the project name and packages, but now I couldn't make the ...
3
votes
0answers
312 views
How to convert a SHA256RSA signed Server certificate to SHA1RSA?
I am generating a private key with tomcat keystore. After the certificate request is generated and submitted, the server certificate seems to have signature SHA256RSA algorithm and eventually gives a ...
3
votes
0answers
161 views
BIRT report with web service data source throwing exception Unable to open connection. org.eclipse.datatools.connectivity.oda.OdaException
I am trying to user web service as a datasource for BIRT report.
Report run well in Eclipse but from the webviewer deployed in tomcat it doesn't.
BIRT version : 4.2.1
Tomcat: 6
Below is the ...
3
votes
0answers
70 views
queryResultCache in Solr not appearing
I've just picked up a Solr implementation as part of a project part-developed by a former colleague. I'm looking at tuning the caches, however the queryResultCache does not appear to be recognised by ...
3
votes
0answers
436 views
Apache ProxyPassReverseCookiePath does not work on second application instance
I have two equal web app instances in Tomcat which are made available by Apache's Reverse Proxy. The first one works just fine but the second one has a problem with getting data from the session (null ...
3
votes
0answers
683 views
Tomcat7: Error waiting for multi-thread deployment of WAR files to complete
Tomcat 7.0.30 fails on startup (does not manage to start) with this exception:
SEVERE: Error waiting for multi-thread deployment of WAR files to complete
The following is the exception's full stack ...
3
votes
0answers
148 views
How to disable internet explorer lookahead downloader?
We have a project with a login page. On login the session is set and the client gets redirected to the webapp.
Everything is working fine except, while we are in production, some internet explorer 8 ...
3
votes
0answers
1k views
Apache Tomcat Simple Comet Servlet
I'm trying create very simple Comet Servlet which will push Hello World message to subscribers:
@WebServlet("/ChatServlet")
public class ChatServlet extends HttpServlet implements CometProcessor {
...
3
votes
0answers
825 views
Problem with session security feature of JBoss 6 using servlet 3.0
We migrated our application from JBoss 5 to JBoss6 and one of the main reasons for this is to make use of the new features of servlet 3.0. Everything works fine apart from one new feature of JBoss 6 ...
3
votes
0answers
417 views
sun.net.inetaddr.ttl property causes AccessControlException
We're using ReCaptchas in a Tomcat hosted web app. Recently we had a few connectivity issues to the ReCaptcha calidation servers and one thing that we looked into was to put a timeout on the DNS entry ...
3
votes
0answers
340 views
Production-ready request wrapper for buffering request body on Tomcat
We need a HttpRequestWrapper, which is able to buffer POST/PUT request body, so that we can for example print it in log messages. The standard HttpServletRequest doesn't let us cache the body: if you ...
3
votes
0answers
834 views
Error when deploying to Tomcat6: java.util.zip.ZipException: invalid entry CRC (expected 0x0 but got 0x5ab93a08)
I'm having this error when I deploy my war to Tomcat. I am using Java 1.6.18, and Tomcat 6.0.24, Maven 2.2.1
INFO: WSSERVLET14: JAX-WS servlet initializing
Jul 12, 2010 8:22:34 PM ...
2
votes
0answers
26 views
tomcat 6 horizontal clustering?
Please don't hesitate to ask for additional resource from me and don't hesitate to edit the question.
My Load Balancing configuration will be,
workers.java_home=C:/Program Files/Java/jdk1.6.0_25
...
2
votes
0answers
32 views
Tomcat 7 exception when cookie contain umlaut characters
I'm a developer and I face the exception below when Cookie contain umlaut characters (ä,ö,ü), I tried many solutions and configurations without any result.
I use Tomcat7
Any solution please
Feb 21, ...
2
votes
0answers
39 views
NoSuchMethodError showing for Jira when Java running as Web application, But gets output when running in main
I am creating a Java web application. I added Jira API jars for connecting to Jira to get Issues created in Jira.
And this is my Java program to get the issues
import java.net.URI;
import ...
2
votes
0answers
66 views
Method overloading with JAX-WS reference implementation
Method overloading is not allowed in the WS-I profile. The usual trick seems to be to add @WebMethod(operationName="...") annotations. If I do that, I get a ClassCastException.
Minimal example ...
2
votes
0answers
22 views
Tomcat method restriction issue
I know this should be a simple one, but we can't get it to work. We are trying to restrict all Trace, Put and Delete methods to Tomcat so that we can clean up our vulnerabilty scans.
We've tried ...
2
votes
0answers
261 views
java.io.IOException: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: Given final block not properly padded
I ran the following command to create a JKS file from a PFX file for use in Tomcat:
keytool -importkeystore -srckeystore PFX_P12_FILE_NAME -srcstoretype pkcs12 -srcstorepass PFX_P12_FILE -srcalias ...
2
votes
0answers
51 views
Tomcat7.0.37 Websocket sends 0x81 0x00 0x11
I'm using websocket-sharp to try to talk to a Tomcat7 websocket using their webchat example. Using a browser and the js chat web client included on the apache website ...
2
votes
0answers
81 views
What to do if database connection check fails in bootstrap?
I am developing an app using grails. In the bootstrap part, I am checking and initialising database connections. Suppose the database is not available due to some problem its wise to send notification ...
2
votes
0answers
228 views
How to refresh jsessionid cookie in Apache/Tomcat loadbalancer
I'm using one Apache HTTPD and multiple Tomcats as the load balancing solution. The session sticky is based on JSESSIONID cookie. I have two questions that really need your help.
1) Tomcat version is ...
2
votes
0answers
150 views
Eclipse Deployment Assembly - Creates .war of dependency project inside main project WEB-INF/lib?
I have a main web project that contains all the things required to deploy and hit the page via a browser. Then I have several "functions" each as a separate project that can be included into the main ...
2
votes
0answers
337 views
Unable to process multipart/form-data from ajax in JAX-RS jersey web service
I am sending a form data request from the following Javascript:
xmlHttpReq.open("POST", "https://server.com/resource", true);
formData = new FormData(form);
xmlHttpReq.send(formData);
The server ...
2
votes
0answers
153 views
Tomcat dataSource getConnection hang
I have a problem when getting connection from Tomcat dataSource.
Here are the config files:
server.xml
<Resource name="jdbc/mssql" auth="Container"
type="javax.sql.DataSource" ...
2
votes
0answers
159 views
tomcat kerberos authentication + ldap authorization
We use LDAP to authenticate and authorize users on a tomcat server, but now need to remove the passwords from LDAP and switch over to kerberos authentication.
Now we would like to authenticate the ...
2
votes
0answers
108 views
InteliJ + Tomcat + Spring-Loaded
I would like to try out Spring Source's "Spring Loaded" class reloading agent, with Tomcat run via IntelliJ.
https://github.com/SpringSource/spring-loaded
I've added the JVM arguments to my Tomcat ...
2
votes
0answers
89 views
Automate Tomcat's classpath in Eclipse
Someone in my dev team asked if there's a way to set the Tomcat's classpath in Eclipse by Ant.
Everyone is tired to set Tomcat's classpath manually when they switch to another branch in their ...
2
votes
0answers
77 views
Glassfish - ajax does not work
I've done the migration from Tomcat to Glassfish and now my ajax requests does not work. I read this post I changed the settings glassfish-web.xml file such as there, but it did not help. I'm use JSF ...
2
votes
0answers
63 views
different versions of the same web application in the same web container
I'm trying to deploy two versions (production and test version) of the same grails web application in the same Tomcat Server
env: Grails 2.0.4, Tomcat 7
However it seems it cannot deploy both apps. ...
2
votes
0answers
81 views
Tomcat class load exception after bytecode injection
I inject a invoke statement(cajolingMe.cajoleMe();) to One of the webgoat's class(HammerHead.class). This method is a static method that called from a jar file which crated by fat-jar. I copy that jar ...
2
votes
0answers
291 views
SOLR:There are no SolrCores running Error Message
I m very new to SOLR.
I have added the following to the corresponding xml files. But when I try to open my server page that is http://localhost:8080/solr/#/ in my machine it comes up with a message ...
2
votes
0answers
169 views
Link doesn't work when I access it via localhost
The following servlet creates a directory named Shared and then copies the video into this directory.Next it presents the link,to download this video. But when I click the link,nothing happens. Why is ...
2
votes
0answers
142 views
Localhost not accessible with VPN
Whenever I get connected to VPN, I have observed that my localhost becomes in-accessible.
I have a local tomcat server and I want to execute my web application on this tomcat server, while being ...
2
votes
0answers
111 views
Binding Port - Windows 7 host
Does anyone know how to bind the port of a Tomcat webapp? Cause I've set the IP in the hosts file of Windows/system32/drivers/etc, but it doesn't work cause I can only put the IP in that file, but I ...
2
votes
0answers
172 views
How upload geoserver on openshift tomcat application
I made an openshift application in Tomcat type(jbossews-1.0) and want to uplaod Geoserver on it. I changed my geoserver.war as described here:http://dubrovsky.posterous.com/geoserver-on-openshift and ...
2
votes
0answers
80 views
GWT war file uses old source files
I am using Ant builder and Eclipse to create a war file of my GWT project for deployment on Tomcat (on a windows 7 machine).
I am following the following easy tutorial to the letter.
Unfortunately ...
2
votes
0answers
206 views
Connection:Keep-Alive missing from Header for Android versions 3.x and lower; Fiddler reporting Request Missing required Host Header
Platform: Windows Server 2008 R2 Standard
Web Server: Apache Tomcat 7.0
I did a clean install of Tomcat 7.0 and nothing has been changed, other than adding my own web application, which consists of a ...
2
votes
0answers
70 views
Tomcat monitoring MBean Registering
I am trying to register Mbeans for Tomcat server monitoring.
I am using jdk 1.5.
For HeapMemoryUsage.used parameter, I am getting the following error:
"The observed attribute must be accessible ...
2
votes
0answers
206 views
Tomcat and Struts 2 - Active Directory Authentication in Interceptor
I have LDAP authentication setup in my Tomcat server, and roles defined which works for login. I want to allow everyone on the domain to login, which is all sorted.
I have a struts2 interceptor ...
2
votes
0answers
128 views
Different behaviours for two identical JAXWS deployed in Tomcat
I have implemented two JAXWS which are exactly the same.
Concat-WS takes a string a concatenates a word.
Upshift-WS takes a string and upshifts it.
I deployed them in Tomcat and created two JAXWS ...
2
votes
0answers
133 views
Apache 2.2 with mod_jk / Tomcat 6.0 / Removing context paths with 2 wars
I'm currently using a unique server to host 2 Java EE applications.
The server is a Linux Debian 6, with Apache 2 and Tomcat 6.
I'm using mod_jk in order to remove port from url.
Until now, those ...
2
votes
0answers
121 views
Duplicate request sent at fixed time interval on tomcat 5.5 mod_jk connector
Configuration on tomcat -
mod_jk connector
worker.properties -
worker.list=tomcat
worker.tomcat.type=ajp13
worker.tomcat.host=localhost
worker.tomcat.port=7615
Problem Statement -
For heavy ...
2
votes
0answers
79 views
Not being able to locally view webpage on Tomcat server?
I have a Java 2E project that essentially handles things on a website. The xhtml code is fine, and on my laptop I am able to run the Apache Tomcat server in Eclipse, and open up my web browser and go ...




