Apache Tomcat is an open source Servlet Container and is developed by the Apache Software Foundation (ASF).
0
votes
0answers
4 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
2 views
Storing static files of one web application t 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
1answer
13 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
0answers
4 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
44 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
2answers
10k views
Cannot create PoolableConnectionFactory (Access denied for user 'root'@'localhost' (using password: YES))
I recently deployed a working webapp on my localhost to amazon web services.
The problem i'm encountering is - though context.xml has username as 'james', the exception stacktrace mentions otherwise.
...
4
votes
2answers
3k views
Access-Control-Allow-Origin: * in tomcat
I want to set a default http header in my tomcat container -
Access-Control-Allow-Origin: *
From various different links on stackoverslow and from google, most have pointed to a resource. This ...
0
votes
1answer
14 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
1answer
219 views
Spring - Apache and XML error
I was following this tutorial for Spring Login example. I downloaded their sample code and import in my Eclipse. It throws 2 error.
Error 1
Target runtime Apache Tomcat v6.0 (2) is not defined. ...
1
vote
1answer
37 views
Debugging a Spring MVC application running on Tomcat
I am asking the correct way of debugging a Dynamic Web Application in Eclipse.
I have two sort of files:
the view: jsp
the controller: Spring Controller
When I changed a jsp file, whether in debug ...
0
votes
2answers
140 views
Using JavaSounds from tomcat
I'm trying to write a Java EE application that records sound from the input on the server.
My code works fine when debuging, and running on the server as myself (both ubuntu) however when it's running ...
0
votes
3answers
548 views
How to avoid exception in running jsp in tomcat server?
I tried running this jsp program in tomcat5.5 in netbeans 6.1
<%@ page import="java.io.*" %>
<%@ page import="java.util.*" session="true"%>
<%@ page ...
0
votes
1answer
29 views
How to change the default port of tomcat runing on cPanel and remove the app name on the address
Lets say my website address is www.example.com, I have uploaded my java application on the server but it is just accessible on www.example.com:8080/MyApp how to change it to the normal url ? which is ...
0
votes
1answer
40 views
Railo 4 MissingInclude
I am running Windows 2008 R2 with Railo 4.
I am having a problem with Railo 4 not seeing the virtual directories defined in IIS.
I know that in ColdFusion 8, I just define the virtual directory in ...
0
votes
1answer
22 views
SOS: my SOLR prod server is crashing every 30 minutes
Running plain value setup up. It is indexing blogpost type content. Here is the error I see repeatedly:
SEVERE: java.lang.OutOfMemoryError: Java heap space
at ...
0
votes
1answer
20 views
Cross-origin resource sharing for Tomcat 7
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 ...
0
votes
0answers
17 views
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 ...
6
votes
4answers
6k views
Eclipse 4.2 (Juno) 'Cannot create a server using the selected type' in Tomcat 7
I have installed:
eclipse juno
java-6-openjdk-i386 (selected as default JRE in Eclipse)
java-7-openjdk-i386
When I try to add a new server Tomcat7 in Eclipse I get this message
'Cannot create a ...
-1
votes
2answers
36 views
Tomcat 7 hangs randomly and stops responding for no apparent reason
I am using the latest Tomcat 7.039 running as a service on windows server 2008 64.
When I check thread dumps, I don't see any errors. The server has enough cpu and memory resources. I am using ...
4
votes
1answer
105 views
+100
Browser GET request returning old images
I'm trying to use a GET request to retrieve an image from a server. The image is constantly changing, so I want to grab the image a few times every second (with the intent of displaying the images and ...
1
vote
1answer
14 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
72 views
spring nested exception is java.lang.NoClassDefFoundError: org/aopalliance/aop/Advice
i tried hard to get rid of this error, but it doesnt want to leave me.
here is the config xml
<?xml version="1.0" encoding="UTF-8"?>
<beans ...
0
votes
1answer
15 views
How to disable application defined via Context element of server.xml in Tomcat?
I have a web application defined via <Context> element in my server.xml configuration on Tomcat. I need to be able to automatically disable this application under certain conditions. The change ...
0
votes
2answers
292 views
Tomcat fails to authenticate using spnego, “Cannot locate default realm”
I'm using http://spnego.sourceforge.net/spnego_tomcat.html tutorial to try to config Tomcat to use spnego.
Hello_KDC.java worked and I was able to authenticate. And if I use wrong password I get ...
1
vote
0answers
7 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
2answers
21 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
2answers
36 views
Quartz schedular exception java.lang.OutOfMemoryError
I am using quartz schedular.
After some time of deployment it is showing folowing Exception
Exception in thread "http-bio-8084-exec-3" java.lang.OutOfMemoryError: PermGen space
Exception in thread ...
0
votes
0answers
36 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 ...
0
votes
0answers
12 views
How to make Glassfish use different configuration for every application
I am using GlassFish, JBoss, Tomcat for my application servers.
I want to use different log4j.properties for my applications on local, dev, test and prod envirment. So every project's application ...
2
votes
4answers
3k views
I am getting the memory leak exception in tomcat console
Aug 29, 2012 12:47:44 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-443
Aug 29, 2012 12:47:44 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing ...
0
votes
0answers
8 views
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
1answer
12 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 ...
0
votes
2answers
39 views
Java character encoding issue, currencies not displaying correctly in JSP
I am having a problem where my JSPs are not correctly displaying many currencies like the euro symbol, i am using JDBC to retrieve the information from MySQL and am currently using tomcat v7.0.37.
At ...
0
votes
0answers
26 views
Getting error in Catalina when tomcat is shutdown
I am getting following error when I stop my tomcat server 6.0.36.
May 17, 2013 12:27:27 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/TestApp] ...
1
vote
2answers
63 views
JSP with Spring MVC - ${} variables not showing
I'm using Spring MVC for this app, its a very simple one just for test purposes, just save and view data from the db. This is the first page with a simple link to another page using ${context.root} to ...
1
vote
0answers
7 views
Forcing RollingFileAppender with BufferedIO to push logs even if the buffer is not full
I am using log4j for logging in my application. I have specifically chosen the RollingFileAppender with the following settings.
log4j.appender.file.immediateFlush=true
...
0
votes
0answers
13 views
Programmatic Login from Tomcat JSF2 Frontend to WebSphere 7
We are developing a distributed application, using a rather heavy weight approach.The UI is deployed as a WAR on Tomcat 6, the back-end is deployed as an EAR on WAS 7. Without application security ...
-1
votes
0answers
28 views
Connection closed by foreign host When telnet to local tomcat server
I started the tomcat server in my local host and I could see the welcome info in the browser when visited 127.0.0.1:8080. However, I couldn't telnet to the local server when I typed:
telnet ...
0
votes
1answer
20 views
the command “grails run-war” throws Error java.lang.NullPointerException
I'm using Eclipse STS 3.2.0. This is what I did so far:
grails run-app command works
grails war command works
I run Tomcat separately, and deploy the generated war though the Tomcat. I also paste ...
0
votes
1answer
19 views
Automatically re-login after session expires
When a Tomcat session expires, I'd like to identify who was previously logged in, and process a login automatically without displaying the login page.
This is what I'm thinking:
During a login, ...
0
votes
1answer
17 views
to Apache 2.4.4 and Tomcat 7.0.33. Accessing the website via HTTPS produces “Object not found” error
Issue: Upgraded to Apache 2.4.4 and Tomcat 7.0.33. Accessing the website via HTTPS produces “Object not found” error.
The error logs show no errors (apche, tomcat, or Windows).
Server OS: Windows 2008
...
-1
votes
2answers
65 views
Tomcat - Doesn't recognize ${}
I've been developing a small app at home, everything working fine. When i decided to upload my app to my host to see it running, i got this problem, in every place i use ${} (like ${context.root}, ...
0
votes
0answers
22 views
Sharing configuration among multiple Tomcat servers - best practices
In our environment we have six identical Apache-Tomcat servers. The servers are hosted on Amazon EC2.
The configuration is taken from the local spring file.
The problem with that is that if a change ...
0
votes
1answer
17 views
Running WSO2 Carbon as Web Application in Tomcat
I'm trying to run WSO2 Carbon as a web application in Apache Tomcat. I've followed the procedure discussed at http://pradeepfernando.blogspot.com/2012/09/running-wso2-carbon-as-web-app-apache.html.
...
0
votes
1answer
24 views
AspectJ LTW of all applications deployed to a single JVM
I have bundled my aspectJ aspects into a single War (aspectsWar.war) file and deployed it to an application server with existing running applications and used LTW weaving with a javaagent on tomcat ...
0
votes
1answer
314 views
CF10 mod_jk.so won't load with RHEL 5.6 and Apache httpd 2.2.3
Does anyone have a solution to this... Running RHEL 5.6, with Apache httpd 2.2.3-65.el5_8 and get this error when trying to start the webserver:
httpd: Syntax error on line 445 of ...
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 ...
0
votes
0answers
31 views
Importing JSTL with maven and IntelliJ IDEA
So, I wanted to give IntelliJ IDEA a try today, and I checked out a project (which is deploying fine under eclipse) with git.
I configured the local Tomcat 7 server to work with IntelliJ (and it ...
1
vote
2answers
18 views
Using java beans in AJAX
I am asking because I have only seen java beans used with a framework like struts or JSF.
Is it possible to send and access a java bean over an AJAX request?
Servlet myServlet creates and fills a ...
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?
...





