Tagged Questions
0
votes
1answer
13 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
0answers
29 views
Getting error in Catalina when tomcat is shutdown [closed]
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] ...
0
votes
0answers
10 views
CrawlerSessionManagerValve on Tomcat6
I'm in a situation where I need behavior similar to that provided by the CrawlerSessionManagerValve (available on tomcat7) but can't upgrade from tomcat6. Is it possible to mimic this behavior using ...
1
vote
1answer
24 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 ...
2
votes
0answers
24 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
...
0
votes
2answers
99 views
Error in publishing in Tomcat 6 in eclipse Juno
I am getting the following error while starting the Tomcat 6 server. I have configured JDK as run time.
Publishing failed
Could not create directory \\<user ...
0
votes
0answers
9 views
Tomcat6 manager app: View objects in session
When viewing the Tomcat6 manager app I am able to view all the active sessions for a selected application which is great. The problem I am having is that if the value for a given session attribute is ...
0
votes
1answer
31 views
Installing unknown web application on tomcat server
I've just downloaded a web application from repository and I want to try it. I only have tomcat installed (no eclipse, idea etc). I don't really know how to start. What I know is directory layout of ...
0
votes
1answer
432 views
Solr 4.3 Tomcat6 Ubuntu installation exception
I have big problems installing Solr 4.3 under Ubuntu 12.04. Firstly i installed tomcat. I can access tomcat via browser on localhost:8080. Into "Tomcat Web Application Manager" i try to install Solr ...
0
votes
4answers
67 views
Tomcat Webapp on port 80 [duplicate]
I have a webapp on my tomcat server like this:
mydomain.com:8080/mywebapp
Then I connect to my webapp, and it is working correctly, but what I want is to see my webapp like this:
mydomain.com
So I ...
0
votes
2answers
123 views
How to install Tomcat6 manager application
I
installed Tomcat6 on EC2 micro-instance,
then added to tomcat-users.xml following line: <user name="tomcat-admin" password="mypassword" roles="manager,admin" /> and
finally tried to ...
0
votes
0answers
23 views
Publish data from a LAN webapp to a public site
I have a struts 2 webapp. IT works very well and currently is only accessible to the office LAN. The client would like to be able to publish some of the data in the database to a public website. I ...
0
votes
1answer
152 views
Illegal access: this web application instance has been stopped already. Could not load org.apache.log4j.spi.NOPLoggerRepository
I am using Netbeans 6.7 with Tomcat 6.0 and jasper reports for generating reports in a web application. I always get this exception when I run my application. can someone please help me out?
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" ...
0
votes
1answer
53 views
server.xml changes being cleared when I restart tomcat from eclipse
When I restart/start Tomcat after changing files like server.xml, tomcat-users.xml
the changes disappear. It looks like the files always get back to their default.
I'm using Tomcat 6.
What can I do ...
0
votes
0answers
54 views
Need help point out whats wrong i am doing configuring Atmosphere in tomcat 6.I am unable to get it to work
Hello there i am trying to implement atmosphere comet library in a project running in tomcat 6.I have followed their wiki and added all of the libraries and and added the following in web.xml
...
0
votes
2answers
54 views
Tomcat 6 manager app ldap authentication
Is it possible to map the roles defined for the tomcat 6 manager app to differently named groups in our LDAP?
In the how to doc for the manager app, it says
JNDIRealm - Your user and role ...
0
votes
2answers
42 views
Set root application of domain on host server
I am struggling badly to set my application as the default. It's running on a private jvm hosted by a hosting company I've tried renaming it to ROOT and it becomes accessible by mydomain/index.html. ...
0
votes
1answer
53 views
Tomcat6 as a Windows service doesnt recognize mapped drive
I have a directory on my C drive as C:/ABCD/XYZ, this directory I have mapped as D drive. XYZ contains other several sub-directories viz. dir1, dir2 etc.
I have Tomcat 6 installed as a service on ...
-2
votes
1answer
37 views
What is the Tomcat ROOT application and what are its advantages? [closed]
Basically the title. I am working on a legacy project that is under ROOT in tomcathome/webapps. What does this mean specifically for the webapp and tomcat when a file is deployed under this name, and ...
2
votes
2answers
88 views
Block a specific page on Tomcat 6 for a particular IP
I need to grant the access a particular page (like https://<ip-address>:<port>/resource/t.jsp) only for requests coming from a particular IP address on Tomcat 6.
0
votes
1answer
62 views
Error deploying a mybatis-truts application
We have a Java application that we deploy using .war files on tomcat server. The war is copied on the webapp directory (tomcat stopped) and then we start the server. We have several scripts that ...
0
votes
1answer
47 views
tomcat 6 tenured memory issue
our application is deployed in tomcat 6 , while monitoring the tomcat performance we came to know that tenured memory is keep on increasing it's about to almost reaching committed memory.
I am worried ...
0
votes
2answers
114 views
Tomcat 6 thread issue
hello frnds we have migrated our java web application on java 1.6 , tomcat 6, oracle 11g
but now we are facing issues after some time site is going down :
we are getting java heap out of memory error ...
5
votes
1answer
446 views
Tomcat jndi configuration best practice?
I am trying to set up jndi in tomcat6.
i have two approaches as below:
Approach 1:
In your spring configuration you may have something like:
<jee:jndi-lookup id="dataSource" ...
0
votes
0answers
82 views
Tomcat6 thread issue
Hello frnds,
We have migrated out application in tomcat6. We are facing issues our site is going down after some time. from logs
it seems that all the threads in waiting state
threads are not ...
-1
votes
1answer
225 views
tomcat6 installation on Ubuntu12.04 [closed]
I want to install tomcat6 on my ubuntu server, but I am getting error when I say
sudo apt-get install tomcat6. When I install tomcat7, I can succesfully install it.
But I get this error during ...
0
votes
1answer
44 views
How do I access an Eclipse Tomcat server externally?
I am trying to access an Apache Tomcat v6.0 server running inside Eclipse (OsX) on port 8090 on a machine that is on a different network. I have tried http://my_public_ip:8090/ and it is not working ...
7
votes
1answer
237 views
Tomcat sporadic latency
I have been micro-optimizing our page response time on Tomcat and in almost all cases I will see a response time of 50ms if I refresh over and over again but if the page is not hit for a second or two ...
0
votes
1answer
73 views
In Tomcat, how do I redirect the URL from a former WAR file to another WAR file?
I have a Tomcat server where I have two war files deployed. The apps are REST services; let's call them dummy.war and dummy-eu.war. This makes them accessible via the following URLs:
...
0
votes
3answers
690 views
How to deploy war files to tomcat manually ?
I have a war at location "C:\Documents and Settings\myProj.war".
The web project is also available at "C:\Documents and Settings\myProj".
I want to deploy this to one tomcat.
location of the ...
0
votes
0answers
60 views
Is it possible to monitor 2 tomcat servers using psi-probe?
Is it possible to monitor more than one tomcat server using psi-probe?
If not, is there any other open source tool for doing so?
We deployed our web application in 6 different tomcat severs. We are ...
0
votes
0answers
72 views
Does (a high) maxHttpHeaderSize have disadvantages?
Setting maxHttpHeaderSize to high/ infinity value causes any issue?
1
vote
2answers
82 views
renaming tomcat http threads
Is it possible to make Tomcat rename the threads it creates to service http requests to something meaningful compared to http-8080-4 etc.
i.e.
Instead of just naming the thread as "http-8080-4" name ...
0
votes
0answers
24 views
How to Control number logins on Web application
i have small doubt on Accessing web application , which is already deployed on tomcat.
my doubt is
my web application can be accessed by admin (i.e through credential like admin user name and admin ...
0
votes
0answers
180 views
How to set `java.net.preferIPv4Stack=true` for tomcat service
I am using one service called lookup service which is launched as part of tomcat. I want to set java.net.preferIPv4Stack=true for my service only, not for all other serivces under tomcat.
Is there any ...
0
votes
1answer
96 views
Error log in starting spring application while switching from tomcat 6 to tomcat 7
While switching the same spring application from tomcat 6-0-35 to tomcat 7-0-32 I am receiving the following warning/error messages in the console:
WARNING: Failed to process TLD with path [/spring] ...
2
votes
1answer
102 views
Maven deploy failing silently only for certain bundles
So, I have a multi-tiered Maven project. I'm using maven version 3.0.3 and Sonatype Nexus 2.0.3 hosted on Tomcat 6.0.24. The project builds (mvn clean install) cleanly, but mvn deploy fails on a ...
1
vote
1answer
522 views
Understanding Thread Dump of Apache Tomcat 6.0.26
I made an observation and I would like to fully understand it.
First I regularly take a thread dump and create a summary of the thread states:
jstack -l 19498 > dump.txt ; awk '/State: / { print ...
0
votes
1answer
470 views
A user name and password are being requested by http://localhost:8080. The site says: MyApplicationName
I am trying to access a web service which is hosted on Tomcat 6 server. When I entered the wsdl url in the browser, I am being prompted for credentials.
I am getting a popup to enter the username and ...
0
votes
1answer
49 views
How do I configure Tomcat 6 so that JSP files in one subdirectory will not be executed?
Assume that I have a webapp running on a Tomcat 6 server with the following directory structure.
/home/
/home/css/
/home/images/
/home/inc/
/home/js/
/home/uploads/
I want to disallow execution of ...
0
votes
1answer
56 views
How to publish a local path on tomcat application?
I have a local folder that I save my files like:
C:\files\img1.png
C:\files\img2.png
C:\files\video.avi
What I want to do is publish these files on tomcat which is located under different ...
0
votes
1answer
89 views
Tomcat 6 and SSL not working
I read a lot of tutorials about how to configure tomcat to work with ssl.
I access my application in http://localhost:8080 and in http://localhost:8443, but I can´t access in https://localhost:8443.
...
0
votes
1answer
107 views
Domain access to web application - Tomcat
I am using a Tomcat server that can be accessed via https://<IP>:8443/webappname (works for all web apps)
This tomcat server is also configured to be accessed by domain like: ...
2
votes
3answers
152 views
How can I remove the application name from a Grails application’s URL?
I have an application running at a URL like this:
http://myapp.mydomain.com/myapp
I don’t want the /myapp part in the URL. So how can I get rid of the application name? I want just
...
1
vote
0answers
69 views
disable temp folder generation in tomcat 6 on restart
Is it possible to stop generating temp folder on restarting of tomcat 6.0.18?
I have just deleted temp folder from tomcat and restarted server, then it's automatically generate temp folder again, ...
-1
votes
2answers
69 views
Tomcat _localhost:port_ set globally for every system
I have localhost:port for webApplication. Can I declare it as globally?
Like once I create .war I can use it any tomcat or any system, without changing it?
String ...
0
votes
1answer
296 views
Restart Tomcat via command prompt: Access is denied
I know that I can either use
sc start Tomcat6
or
net start Tomcat6
to start the tomcat service, however I get an error "Access is denied". How can I achieve restarting the tomcat service via ...
1
vote
1answer
373 views
AbstractMethodError setBinaryStream on Tomcat
I'm developing a JPA application backed by hibernate on tomcat. We are using Spring and AOP as well. The database is a DB2 9.7 community edition. We are using a Spring JNDI lookup to retrieve the ...
1
vote
4answers
115 views
401 unauthorized when login to manage my app
I have downloaded tomcat7 ZIP file. After unzip the folder, I went to Tomcat7.0/conf/ directory, and edit the tomcat-users.xml to:
<tomcat-users>
<role rolename="tomcat"/>
...


