0
votes
1answer
23 views

Connection refused with Tomcat 7

I have a Tomcat instance running on Jelastic and there are two deployed apps - for '/foo' context and for '/bar' context. During handling request to '/foo' we do a HTTP request to '/bar' (for ...
0
votes
1answer
47 views

Spring application is unable to create DataSource bean using jndi and a running Tomcat 7 server

I am getting a BeanCreationException when I am trying to use Spring and jndi in my application. I am using these files : For Tomcat 7 : server.xml <?xml version='1.0' encoding='utf-8'?> ...
0
votes
1answer
22 views

Can I limit applications log size in tomcat7?

We are developing a Java Platform as a Service (yes, another one!) for the java developers in our organization. Now we are in the point of asking ourselves, hey, what are we going to do with the logs? ...
0
votes
1answer
17 views

Tomcat 7 jndi - javax.naming.NameNotFoundException on missing resource

I am trying to deploy a spring application using jndi but I am getting an error. These are all the details : server.xml <?xml version='1.0' encoding='utf-8'?> <!-- Licensed to the Apache ...
-1
votes
0answers
10 views

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 ...
0
votes
1answer
9 views

proper location of memcached custom seralizer jars

The memcached documentation instructs the base libraries go into $CATALINA_HOME/lib/ and that any custom serialization libraries go into WEB-APP/lib. We have many webapps running on the Tomcat (v7) ...
0
votes
0answers
23 views

Tomcat is hanging randomly

We are using Tomcat 7.0.21 for production. Server is hanging randomly for last week. It creates files like hs_err_pid4528.log under bin folder. There are two parts in logs. JRE version: 7.0_21-b11 ...
1
vote
0answers
15 views

Possible to use a custom load balancing policy for Tomcat 7?

This is a variant of the previous question I asked: Possible to use Single URL for multiple tomcats I noticed that Tomcat's load balancer, JK, supports round-robin weighted load balancing. I'm ...
0
votes
0answers
15 views

Can embedded Tomcat to load Servlet 3.0 annotaitons from Eclipse classpath?

I have an app that's entirely configured by annotation - no web.xml - that I want to run in embedded Tomcat from Eclipse. I can find lots of examples that rely on specifying a WEB-INF/classes dir, ...
1
vote
0answers
18 views

What is the difference between managed tomcat and embedded tomcat?

I am not sure that I understand the difference between these two types of tomcats (embedded and managed). I am going to setup arquillian test for my project on tomcat and I have to choose between ...
-3
votes
0answers
30 views

How to only run one instance of an application on Tomcat [closed]

It seems that my app is launched multiple times on the same Tomcat instance. How can I change the configuration so that Tomcat only launches one instance? Log file outtake: ...
0
votes
1answer
32 views

Eclipse/Tomcat7: application context root reloading returns 404

I have a servlet which is mapped to application context root using the "" string: So when I hit the url http://127.0.0.1:8080/myapp/, I can see "This is ROOT!" in the browser. So far so good. But if ...
0
votes
0answers
61 views

ClassNotFoundException for java.util.logging handler in Maven tomcat7:run

I have followed the BIRT FAQ in regard to getting BIRT's logging (which seems to be based on java.util.logging) redirected to log4j, which is my project's standard. I've subsequently made a BIRT ...
0
votes
1answer
27 views

Installing tomcat7

I've just installed tomcat7 in ubuntu 13.04 but i have a problem in starting the server. i installed tomcat7 by the commande : tar -xzpf ./apache-tomcat-7.0.26.tar.gz -C ...
2
votes
0answers
25 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, ...
0
votes
1answer
34 views

IntelliJ needs to copy tomcat/conf directory to project directory

I have a freshly installed Tomcat 7 server, and I'm trying to make IntelliJ deploy a HelloWorld Spring MVC app to Tomcat. My Tomcat home is /usr/share/tomcat7 and Tomcat base is /var/lib/tomcat7 ...
0
votes
1answer
23 views

What are the dangers of a hacked Apache Tomcat server?

If a Tomcat7 (on Ubuntu 12.x) gets hacked (caused by weak username/password) what is the hacker able to do? Of course he can deploy .war archives. But: Can he get access on the complete file system? ...
0
votes
1answer
41 views

Tomcat 7 crashes automatically

Apache Tomcat 7 shuts down without writing any error or exception in logs . With referring to Tomcat shuts down automatically thread I got hs_err_pid10192.log file in work directory. Please explain ...
0
votes
1answer
36 views

Tools for convenient viewing of Tomcat 7 logfiles

Is there any software (except Psi-Probe and Java Melody), which allows to look in the Tomcat files and is more comfortable than cat /var/log/tomcat7/catalina.out | tail | less ? Ideally, it would ...
0
votes
0answers
25 views

Is there any example of Tomcat 7 in commercial use? [closed]

I haven't seen any project which uses Tomcat 7 but Tomcat 6. I have worked as a web developer for a half of year though. Is there any well-known example of Tomcat 7 in commercial use? Otherwise, is ...
0
votes
0answers
13 views

Mapping two context paths to the same webapp in Tomcat

I have an app that includes a restful API that is currently running in production. There are other apps hitting that api that have the url to the app hardcoded. The app with the api is now being ...
0
votes
1answer
33 views

NoClassDefFound on tomcat in eclipse, but i have added it to classpath

Ive looked at other answers to this question, and ive tried following them. Basically here is the scenario: I have a class which is called via a jsp page. That class has a class which is found in a ...
0
votes
1answer
57 views

spnego authentication stops working when CAS deployed

I have a working tomcat instance where the tomcat-manager applet authenticates with SPNEGO. When I deploy CAS - configured to use SPNEGO - , the following happens: right after the deployment, both ...
0
votes
1answer
53 views

TomCat 7 Wont start

I was running a java application and its a lot of records i am bringing back form the database, i got a java.lang.OutOfMemoryError: PermGen space in the browser. Now tomcat 7.0 wont start. The tomcat ...
0
votes
1answer
63 views

Must Tomcat 7 app be inside appBase?

I'm running Tomcat 7 (via mod_proxy_ajp connector to apache 2.2 httpd) on localhost. My webapps folder is set in the tomcat conf/server.xml to /Users/myname/Sites/webapps. Is it possible somehow to ...
0
votes
1answer
32 views

Tomcat server on Amazon EC2 (windows) instance is not responding remotely

I have created a dynamic web service application using Eclipse Juno on Amazon EC2 (Windows) instance and deployed it on a local server. It's working fine using localhost:8080/<pageAddress> but ...
0
votes
1answer
45 views

Error: Tomcat 7 Configuration as Windows Service via tomcat7.exe

I am attempting to run tomcat as a service. I am able to run it succesfully when I specify just a startpath or just jvmoptions. However, if I have both I am receiving the following error: ...
0
votes
0answers
36 views

Tomcat 7 - global RemoteAdressValve for Virtualhost-Context and all WebbApp-Version

We are running Tomcat7 with serveral VirtualHost-names. We deploy an WebApplication, wich only should be accessable trough one of the Hostnames. here's a snippet from out server.xml [...] <Host ...
0
votes
0answers
24 views

tomcat not detecting my classes

I have made a class as below :~/apache-tomcat-7.0.39/webapps/ROOT/WEB-INF/classes/myclasses$ ls myLog.class myLog.java :~/apache-tomcat-7.0.39/webapps/ROOT/WEB-INF/classes/myclasses$ cat myLog.java ...
0
votes
0answers
87 views

SSL redirect from HTTP to HTTPS in HAProxy

I have 2 servers. one having tomcat and other having haproxy. I need to update the haproxy.cfg in such a way that all the requests with http:// are redirected to https:// My tomcat is running in the ...
0
votes
1answer
36 views

Connecting to tomcat from LAN: [closed]

I just installed Apache Tomcat 7 on my Windows 7 machine. My question is, how can I connect to this server from another computer in my home. ideally id like to connect with something like ...
0
votes
1answer
32 views

Tomcat 7: still Cannot Log in Manager Application AFTER MODIFIED USERNAME & PW

I have the exact same question with this guy: Tomcat 7 Manager - how to authenticate? I'm using Windows and I downloaded the Tomcat 7.0.39 Installer for Windows. When the installer was running, I ...
1
vote
1answer
47 views

Hosting two websites on same domain

I have two apps named opentripplanner-webapp and opentripplanner-api-webapp. I had successfully deployed them on local tomcat server. Apps has url as http://localhost:8080/opentripplanner-webapp and ...
0
votes
2answers
103 views

Cannot deploy servlet sample GWT app to Apache Tomcat 7

Original, less detailed question found here: Cannot figure out why I cannot deploy GWT application onto Apache Tomcat 7. As I was writing this, I decided to try it again and this time it worked ...
0
votes
1answer
30 views

“lookup-name” of JNDI entry in tomcat

I have few applications that use JNDI properties configured in its web.xml: <env-entry> <env-entry-name>application1/username</env-entry-name> ...
0
votes
1answer
69 views

Cannot figure out why I cannot deploy GWT application onto Apache Tomcat 7

First, I tried to follow the tutorial to deploy my application. After some fiddling and failures, I thought I should run the GWT sample Contacts project and see if that will work on my tomcat with RPC ...
0
votes
0answers
20 views

Overriding JNDI var in Tomcat

I set JNDI variable in file web.xml of an application: <env-entry> <env-entry-name>console.username</env-entry-name> ...
0
votes
1answer
94 views

error of Auto-deploy war file to jenkins

I got this error while try to do auto-deploy to our tomcat server. ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to exception ...
1
vote
1answer
171 views

Specify a custom web.xml to an embedded tomcat

Is there a way to specify a different web.xml from the standard WEB-INF/web.xml when using an embedded tomcat instance? I would like to put a web.xml in my src/test/resources (or some other area) and ...
0
votes
0answers
23 views

Setting up virualhost on an ec2 ubuntu instance with tomcat7

I'm a complete Tomcat noob, but I need to find out how to have multiple virtual host, for multiple applications. I followed the steps in the documentation, but the vhost do not resolve. So this is my ...
1
vote
2answers
162 views

How to setup Tomcat 7 Postgresql datasource for Hibernate?

For some reasons I've to fine-tune the jdbc connecton, and I've found, the context.xml is the way I can do that. ( ...
0
votes
1answer
81 views

Jenkins Deploy Plugin to Multiple Tomcat Servers

I would like to use Jenkins Deploy Plugin to deploy my war file to multiple remote tomcat 7 servers. Via the UI i can only do one server though. Once I select 'Deploy war/ear to a container', I ...
2
votes
3answers
90 views

How big a war file should be?

Tomcat 7 manager limit the war file size to 50 Mo. Why this limitation of 50 Mo ? What should be the maximum war file size ? (in practice) I'm working with Grails 2.2 which generate a minimal ...
0
votes
1answer
47 views

rename web deployment descriptor on Tomcat 7

Is it possible to use another name for the web deployment descriptor (web.xml) on Tomcat 7? If so how?
3
votes
1answer
49 views

Tomcat not decoding post data

Platform : Tomcat 7.0.21 on Ubutnu 11.10 We use apache wicket on tomcat which is fronted by apache2 using proxypass. Facing an interesting problem where post data is not being decoded correctly. ...
0
votes
1answer
43 views

network drive path for images in Tomcat

In tomcat 7 I have set the context#image.xml in tomcat/catalina/localhost folder as following <Context path="/image" docBase="C:\application\images" crossContext="true"/> Now this works fine ...
0
votes
0answers
25 views

running servlets in tomcat's root

In earlier versions of Tomcat (3), one could place a .class file into ROOT/WEB-INF/classes and they would just work by referring to them as "/servlet/thingy". In later versions (7), this is not the ...
0
votes
2answers
36 views

truststore works even with wrong password, why?

I just set my tomcat webapp to support SSL using this like as a guide: SSL Configuration I was told there to add this to server.xml: "<Connector port="8443" maxThreads="200" scheme="https" ...
1
vote
0answers
51 views

how to set “Http11NioProtocol” in tomcat 7.0.37?

I'm having trouble configuring tomcat to use "Http11NioProtocol". the server.conf has the following settings: <Connector protocol="org.apache.coyote.http11.Http11NioProtocol" port="80" ...
1
vote
1answer
182 views

Tomcat 7 service.bat file is missing

I like to use command line to install Tomcat as a window service. There should be the service.bat file for this purpose. But it is missing from Tomcat 7.0.37 and 7.0.39. We can not use Windows ...

1 2 3 4 5 9