Apache Tomcat is an open source Servlet Container and is developed by the Apache Software Foundation (ASF).
0
votes
0answers
12 views
Select between tomcat and Glassfish [closed]
I am reading about tomcat and glassfish and Tomcat is a servlet container and GlassFish is the reference implementation of Java EE. Glassfish serves to everything he does Tomcat.
My question is: is ...
0
votes
1answer
26 views
I'm not able to log in Tomcat Manager App
I have read a lot of topics in stackoverflow for solve my problem, but none was useful.
When I tried to log in Manager App ([http://localhost:8080/manager/html][1]) using a lot of different ...
0
votes
1answer
32 views
Tomcat startup issue(web.xml)
I'm trying to run a spring mvc basic app with tomcat and getting http 404 error. I get the below start up error. This was working before and i have no clue what went wrong with we.xml
May 21, 2013 ...
0
votes
0answers
7 views
Tomcat stopped logging after daily archivation
On several servers i'm working with (same configuration) Tomcat stops logging. Based on timestamps, it looks like logging is stopped when it archives a log with RollingFileAppender. New server.log ...
-1
votes
0answers
21 views
Advantage of Glassfish server over JBoss and all other J2EE servers [closed]
What is the advantage of Glassfish server over other j2EE server like JBoss,Tomcat etc ?
0
votes
0answers
29 views
deploying grails app on tomcat with sql connection
My grails run app work and connect to Ms SQL, the problem arise when deploying on tomcat, it fails. Receiving the following error: The web application registered the JDBC driver ...
-3
votes
0answers
33 views
Can we use webSockets with Desktop application? [closed]
Can we connect (java) desktop application client with tomcat server using web sockets, if yes than it will be better if some one can refer me to a link with examples.
0
votes
2answers
43 views
the only error: No Spring WebApplicationInitializer types detected on classpath
May 21, 2013 3:44:07 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6.
May 21, 2013 3:44:07 PM ...
0
votes
2answers
27 views
PS Perm Gen && Perm Gen JVM PROPERTIES?
I need some information:
I have 2 redhat 6.1 Linux server with TOMCAT 7.0.28 and JAVA jdk1.7.0_05
On 192.168.1.20(TOM04) i have 1 instance TOMCAT 7 with the MBEAN ...
0
votes
1answer
32 views
log4j with tomcat does not log what is logged in mvn test
I have a web application. When I run 'mvn test', it logs the debug messages to console, as I have configured it. But when I deploy it to tomcat, I don't see the the logs of the application. I am ...
0
votes
0answers
4 views
how can I Cross-domain sharing session on Tomcat6.0.20
first, i had look for answers on web, I got a answers that add these segment in context.xml
<Context sessionCookieDomain=".example.com" sessionCookiePath="/">
but unfortunately, it isn't ...
0
votes
1answer
26 views
Tomcat redirects to wrong url after logging in
I'm having this problem with my web application, where I'm performing form based authentication through Tomcat and it redirects me to a logo image file instead of redirecting to the index.html file ...
-1
votes
1answer
31 views
Tomcat 7, best memory setting , jrockit jvm 64 bit [closed]
i need help to configure/tune jvm setting for tomcat 7.
I use jrockit :
java.version 1.6.0_37
java.vm.info compiled mode
java.vm.name Oracle JRockit(R)
java.vm.specification.name Java ...
0
votes
0answers
8 views
catalina-daemon.out is growing too fast
We're running Tomcat 7.0.34 and finding that catalina-daemon.out is getting flooded with every level of log message, including DEBUG. So it grows to hundreds of megabytes in just hours. And it also ...
0
votes
0answers
23 views
Getting ClassNotFoundException when deploying Jersey application to Tomcat
I tried to set up a REST service according to this article
I installed a local Tomcat (that is running correctly) and set it up as a run configuration.
Unfortunatly, when building the application I ...
0
votes
0answers
34 views
Maven project not working on Tomcat 7
I'm trying to run a Maven project on Tomcat 7, but it doesn't seem to work. When I enter from command prompt mvn clean tomcat7:run, I get this error:
SEVERE: A child container failed during start
...
0
votes
1answer
24 views
How to set the MaxPermSize in Grails 2.2 running on Tomcat 7 0 39?
When running my Grails application on Tomcat I want to increase the MaxPermSize. Is there some flag I can set in the config.groovy or do I have to modify the Tomcat configuration?
How do I config the ...
0
votes
2answers
30 views
Servlet address is incorrect
I'm trying to create a servlet and I am using Tomcat 7 .
I added a folder for my application in the webapps folder and it looks like this :
--[webapps]
--[agtel]
--[web-inf]
...
2
votes
1answer
35 views
Tomcat 7 GZIP compression not working
I have added the following lines in tomcat's conf/server.xml file to enable gzip compression but its not working. Pages are still uncompressesd.
<Connector port="8080"
compression="on"
...
0
votes
0answers
18 views
Tomcat Server not responding when adding tomcat-catalina dependency
I'm having problems using Websockets on a Tomcat 7 (JBoss EWS 2.0)- Server on Openshift. It seems that once I add a dependency for the tomcat-catalina package in the pom file and deploy, the server ...
2
votes
1answer
58 views
Rebuilding the WHOLE Java application everytime I make a change
I am new to building Java web applications & WAR files. I am working with a fairly large web application that is built on Java & JSP pages. We have a ANT file that will re-build the entire ...
0
votes
0answers
17 views
catalina.out rolling with Tomcat 6.0 in ubuntu environments
I want to rolling Catalina.out file of tomcat6 every day in Ubuntu environment.
However as well as the daily logs there is also a Catalina.out file, which just continues to grow. This is what I ...
0
votes
0answers
49 views
OutOfMemoryException in apache
I am getting the OutOfMemoryException for nativeTLA process in one of our production application. The JVM is already running under maximum memory utilization for TLA. Here I have attached the ...
0
votes
1answer
18 views
Tomcat hangs if C3P0 can't get a database connection
I've an application that uses Spring+Hibernate+C3P0 as the connection pool. If I start the application and the database is down, Tomcat hangs for a long log time withouth giving any feedback. Is there ...
0
votes
0answers
12 views
How to create a web application in a separate drive other than webapps directory of Tomcat?
I want to create a web application in a separate drive(D:/ or E:/) other than the default webapps directory of the Tomcat server.
So what should i specify in "appbase" and "docbase" in the of ...
0
votes
1answer
16 views
How to add ts(Transport Stream) on web.xml(Server) as a MIME TYPE
I am using Spring mvc project and Tomcat 7.0.
In some reason, I want add new MIME TYPE to my web.xml.
new MIME TYPE is .ts(Transport stream file, not TypeScript).
So the idea was duplicate every ...
1
vote
2answers
42 views
Cant deploy application to Tomcat
I try to start with Tomcat 7.
I create application in Eclipse. There is my web.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
0answers
9 views
form submission from as2 to servlet
In as2
var my_Var:LoadVars = new LoadVars();
my_Var.cn = cn;
my_Var.pn = pn;
my_Var.email = email;
my_Var.send("http://localhost:8090/Simple/simple.do", "_blank", "POST");
where ...
0
votes
0answers
17 views
How to configure JNDI Realm with Tomcat 7 for PKI User Certificate Authentication?
List,
I have actually searched extensively on this topic and either a) I don't know how to configure something and/or b) I don't quite understand what a JNDI Realm actually is supposed to do. I am ...
0
votes
1answer
34 views
javax.security.auth.login.LoginException: No LoginModules configured for SomeLogin
Well I'm trying to create JAAS authentication for my Servlet (running on Tomcat 7 in Eclipse), but I'm getting this error.
He're's the complete stack trace:
'`
INFO: Starting Servlet Engine: Apache ...
0
votes
1answer
28 views
Referencing Property file in Servlet Context
Newbies question:
I have in my Context XML
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
...
0
votes
2answers
40 views
Tomcat version for Java 7
I am new to Java and using Java 7. I have installed netbeans 7.1 and opened a web project with default settings. Following image shows the settings. Even though the tomcat is pre-installed it is not ...
0
votes
2answers
23 views
Can't run my Spring MVC project on a Tomcat web server (local)
I have used Spring Template Project to create a Spring MVC Project. It works fine running it on the "VMware vFabric tc Server Developer Edition v2.8"-server. But when I move it to the Tomcat server ...
0
votes
2answers
26 views
Debug GWT app locally/remotely while running on Tomcat
All of the tutorials/links/articles I have found for debugging GWT involve:
Using the Google-Eclipse plugin; and
Running GWT in Development Mode from inside Eclipse (with Eclipse as the web ...
0
votes
1answer
21 views
Tomcat Memory Exception
I am a complete Tomcat novice but I need to use it to run a bit of Rest API software. Everything is great apart from the response I am getting when we try to run a request. Any tips - for a novice - ...
0
votes
1answer
34 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
0answers
6 views
Edit Tomcat config on hosting site
I would like deploy a java web app to hosting site. But I have to edited server.xml file on Tomcat. So I wonder If I can do it ( Note : edit on hosting site of Provider, not on localhost)
Please help ...
0
votes
0answers
6 views
Storing static files of one web application in another web application
I have two web applications running on my tomcat. One application I am using for user login and dynamic contents. Other one I want to use for storing images (user profile pics) and some json files ...
0
votes
0answers
14 views
Can I have two separate web servers/application servers accessing the same database, mysql
I have apache tomcat application server and wamp(apache) installed in my machine(localhost). My php application runs on wamp, and the webservices(SOAP) are based on java, which need to make changes to ...
0
votes
1answer
39 views
HTTP Status 500 - java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.el.ELContextImpl
When I try to browse "localhost:8080" on myeclipse, I get the following error:
type Exception report
message java.lang.NoClassDefFoundError: Could not initialize class ...
0
votes
1answer
52 views
SOS: my SOLR prod server is crashing every 30 minutes
SysAdmin has identified a spike in Xen CPU interrupts, Have no idea what could cause this. Xen virq_timer interrupts spike about 10 minutes before a crash, this is how we are identifying a crash is ...
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
1answer
41 views
Cross-origin resource sharing for Tomcat 7 [duplicate]
I am new to Cross-origin resource sharing and I want to enable it in a Tomcat 7.0.39 server. Anybody can give me some hint how can this be achieved?
I want to set the header universally for all ...
1
vote
0answers
14 views
BadInputFilter No Longer Works
The book Tomcat: The Definitive Guide (2nd Edition), O'Reilly, Jason Brittain provides a Tomcat filter (and a valve) to filter out bad user input from HTTP requests to help avoid malicious attacks. I ...
0
votes
0answers
39 views
System scope dependency resulting in ClassNotFoundExcpetion
When I try to run my war using tomcat7:run-war using M2E eclipse, it gives a ClassNotFoundException for the classes present in the particular dependency.
As I understand system scope dependency will ...
1
vote
1answer
20 views
What is the best way to install Mod_jk on linux to run apache in front of tomcat
I am using Wordpress for my blog and my main project is in java using tomcat server so
I want each request coming to my server to go through apache.
For exemple if my site uses www.sample.com I ...
0
votes
1answer
25 views
How to refuse websocket connections?
Is there any elegant way how to refuse incoming websocket connections when stopping tomcat in contextDestroyed?
Thanx in advance.
0
votes
0answers
47 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
33 views
Where check/set timeout when java.net.UnknownHostException is thrown?
Where check/set timeout when java.net.UnknownHostException is thrown?
Occasionally my code tries to connect to a non-existing location and throws java.net.UnknownHostException what is acceptable case ...
0
votes
1answer
17 views
how to maintain application scope in Tomcat clustering?
I have configured the load balancing and the Clustering with Tomcat 6 in multiple machines and my Java application is deployed in all machines.
This works fine for me to maintain and to share the ...







