Tagged Questions
Do not use this tag. Use [tomcat] instead.
5
votes
2answers
434 views
Slow HTML generation with Vaadin
I'm a developer with a problem ;) Currently we're close to an end on our project (using Vaadin) however...
we're getting some trouble with displaying simple data in one of our views. (over 500 KB of ...
4
votes
1answer
436 views
Tomcat 6, JMX and the dynamic port problem
after reading and trying a lot around, I have to ask if anyone has a solution for my problem.
I am trying to set up some Tomcats (V6) behind a firewall. This is no big deal - but I want to monitor ...
2
votes
1answer
181 views
Is there a server agnostic way to implement BASIC Authentication?
I am attempting to add BASIC authentication to my RESTful web-service. Currently I have BASIC authentication for an Apache Tomcat 6.0 server, but I need to deploy my web-service on a WebSphere ...
2
votes
2answers
1k views
Passing JVM arguments to Tomcat when running as a service?
I need to pass a couple of JVM arguments to the JVM which Tomcat is running in so that my application can pick them up.
I want to follow the process outlined in this article to pick up environment ...
2
votes
1answer
1k views
sticky session with apache web server and tomcat servers
I am using apache web server as a load balancer for two tomcat instances behind apache. When the first request goes to node A and second request from the same client goes to node B, i cant access ...
2
votes
2answers
774 views
Tomcat JMX CPU Usage Percentage
I want to find out CPU usage (in Percentage) of an Apache Tomcat Server(6.x) using JMX.
There is an attribute ProcessCpuTime of MBean java.lang:OperatingSystem. But, how to calculate usage percentage ...
1
vote
1answer
136 views
WAR file won't start on Tomcat 7
I have a WAR file that I have deployed to Tomcat 7.0.23 via the web manager. When I try to start it though, I get the error below. Not sure what could be causing this. I'm using JDK 1.6.0_27. I'm also ...
1
vote
2answers
85 views
Subdomain proxy pass all pointing to single server
I have 2 applications hosted on a single apache tomcat on port 8080
>
http://mydomain.com:8080/application1
http://mydomain.com:8080/application2
I would like to run an apache proxy in ...
1
vote
2answers
330 views
Switch between Java 32-bit and Java 64-bit
I have just found out that Apache Tomcat cannot run as a Windows service if I'm using a 64-bit JDK. Therefore I have additionally installed Java 32-bit on my Windows.
The question is when I checked ...
1
vote
0answers
387 views
javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/tomcat/InstanceManager
I have been facing challenges in understanding the issue behind the exception trace thrown while i access my web application through tomcat 6.0.33. Below are the detailed exception trace. FYI. the ...
1
vote
1answer
311 views
html5 application cache manifest file progress error
in my web app i am using simple.manifest file for application cache. if i write as
CACHE MANIFEST
CACHE:
img/logo.png
FALLBACK:
/ offline.html
NETWORK:
*
it's working fine. but if i write as
...
1
vote
0answers
137 views
Restrict Access to Apache Tomcat
Anyone know how to restrict access to Apache Tomcat 6.0 except the followings :
1) allow access from web server (apache httpd) thru AJP ports
<Connector port="1010" protocol="HTTP/1.1"
...
1
vote
2answers
93 views
Apache tomcat setup
I think this could be my first question here in stackoverflow.
It's about as simple as setting up tomcat server. I downloaded Tomcat 7 yesterday, unzipped and run the 'start'. For some strange ...
1
vote
1answer
353 views
http status 404 : the required resource is not found
I creat a web application using eclipse and tomcat7 I had the following code in the html file and the java servlet class
in the html file:
<form action="UserAccessServlet" method = "get">
...
1
vote
0answers
47 views
AJP alternative to allow orderly hand-off between old Tomcat instance w/old warfile & new instance w/new warfile?
Is there any way to set up a single server with Apache and Tomcat that allows servlet requests to be passed to Tomcat as usual, but when the time comes to do a restart or redeployment,
start up a ...
1
vote
1answer
326 views
How to get browser URL in Apache-Tomcat Web Application?
I have configured my web application using Apache-Tomcat connector through mod_proxy - see below.
<IfModule mod_proxy.c>
ProxyPass /myapp http://127.0.0.1:8080/myapp
ProxyPassReverse /myapp ...
1
vote
0answers
768 views
Tomcat server error: 503 Service Temporarily Unavailable
the server was running fine the last few months then suddenly today and yesterday it just stop responding and returned the 503 error. it works when i restarted the server but in a few hours, it stops ...
1
vote
1answer
353 views
UrlRewriteFilter is changing the Context-Path of my Web Application
I have configured my web application (using Java Struts) under context /myapp - so my web-app URL starts with something like this http://test.mydomain.com/myapp/
I am using UrlRewriteFilter for ...
1
vote
1answer
270 views
netbeans and apache tomcat!
Is there a direct way to deploy a netbeans project where spring frame work has been used, in apache tomcat server?
Thank you!
1
vote
2answers
557 views
Running jsp files with Apache tomcat on windows
I installed Apache Tomcat on my Windows machine, and it seems like its installed successfuly. I can see the property window, and I can start the server but I don't know what to do next.
Where do I ...
1
vote
2answers
162 views
problem in running eclipse europa
I have been facing problems running Eclipse.
When i click it says "An error occurred. See log file .metadata.log"
following is what I see at the end of file
Caused by: ...
1
vote
1answer
49 views
Unable to get response from a servlet if called from a wordpress blog
I am having a blog in wordpress which has a link on which javascript is invoked which gives a call to a servlet of mine written in my webapplication.
I am unable to get response from that servlet ...
1
vote
1answer
161 views
Why is a Tomcat webapp failing when an almost identical app starts within the same Tomcat instance?
We're experiencing slightly strange webapp deployment behaviour under Tomcat 5.5.27 on Linux (both on CentOS in production and Ubuntu 10.04 for development).
App A and app B are almost identical ...
0
votes
1answer
22 views
How to hyperlink webpages through a flash file
Hello everyone i am developing web application in net beans 7.0.1 and using MySQL as database and Apache tomcat as server. I am developing an jsp web pages. i have developed a flash file .swf file as ...
0
votes
2answers
66 views
How to deny site access from an iframe?
I've noticed a few websites deny access from iFrames to their registration and login pages for security reasons. It's a good idea in my opinion.
I'm wondering what settings they need in order to do ...
0
votes
2answers
62 views
C / C++ code communicates with a remote web service on server (tomcat)
I have C++ HTTP code on the client side which will communicate with a remote web service on the server side.
The server is Tomcat Apache server which is configured on port 8080.
The webservice which I ...
0
votes
0answers
58 views
JSF 2.0 tomcat 7 No database entry
I need to show in a xhtml web page a database table using Java Server Faces 2.0.
The database is a MySQL database and I use JDBC to interact with it.
The application uses DriverManager to interact ...
0
votes
0answers
26 views
wmv files not working in tomcat 7
I have bunch of .wmv files which used to work fine in tomcat 6 when the user clicked on the link. The windows media player used to start buffering and then playing them, but since I have upgraded the ...
0
votes
0answers
121 views
Web Service in Java
When I am creating a Bottom up Java Web Service, it gives an error
"IWAB0489E Error when deploying Web service to Axis runtime
axis-admin failed with {http://xml.apache.org/axis/}HTTP ...
0
votes
1answer
61 views
Cant see output in terminal
I am trying to run a jsp page from my browser, but why can't I see the output of System.out.println statements in terminal which I wrote in my Servlet?
Thanks!
0
votes
2answers
269 views
how to detect tomcat version installed and set CATALINA_HOME env variable using Ant Apache script?
I have a script which detects OS using Catalina.bat for windows and Catalina.sh for UNIX..it executes successfully for UNIX but for windows its not able to extract OS version from Catalina.bat..the ...
0
votes
0answers
262 views
SEVERE: Cannot start server. Server instance is not configured
Iam using tomcat server 6. I worked fine one day ago but now it is showing the error
SEVERE: Cannot start server. Server instance is not configured.
What is the problem and how can i resolve ...
0
votes
0answers
114 views
In tomcat, how to redirect console output of the web apps to logfile?
I am running Tomcat 7 inside Netbeans in windows. Is there any way of redirecting System.out.println to log file? Right now I'm getting it on my console. Is there any way I can change the logging ...
0
votes
1answer
40 views
Can I embed the Active into My Tomcat?
i need to Integrate tomcat with active MQ for Messaging service can i embed the
activeMQ in tomcat with out no separate installation of active mq on separate system?
Thanks,
Ramakrisna Rayudu
0
votes
0answers
44 views
Setting ssl in apace tomcat 7
I have tried setting up SSL in tomcat 7 with the help of documentation provided by them. After setting all when i go to address https://localhost:8443, localhost kind of hangs, i.e. it give Connected ...
0
votes
1answer
225 views
Tomcat 6.0.24 Exception: javax.servlet.ServletException: Servlet execution threw an exception
I am using java RestEasy Framwork for my application. I have some exception when I am trying to make a requet in tomcat server.
Full stackTrace is:
Sep 26, 2011 1:50:06 PM ...
0
votes
0answers
87 views
Tomcat Connector Configuration
I have a tomcat configuration with with a server of 8GB and max concurrent connections of about 400,000 but the instance keeps crashing
<Connector port="${tomcat.server.port}" protocol="HTTP/1.1"
...
0
votes
1answer
705 views
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory
Iam working on a jsp project that uses apache tomacat 7, while running the project on its loading index.html normally but while trying to navigate to another page it's showing the error The method ...
0
votes
1answer
686 views
Tomcat 6.0.23 and Eclipse Indigo - server not working through eclipse while working from standalone
When I'm trying to load the server from eclipse it not really deploying it, it start quite fast (without exception).
while i start the same app through tomcat the server is up and it working fine.
...
0
votes
1answer
288 views
Error while starting AppFuse Based App in Apache-tomcat Server
I am testing one AppFuse based application in eclipse IDE. When I am starting apache-tomcat it gives me an error. Below is the stack trace of it. How can i overcome this problme?
INFO: Initializing ...
0
votes
1answer
103 views
make my SOAP web service consumed in local network
I'm using netbeans 7.0 and i create my SOAP webservice and make a java applet consume that webservice and it works fine after i had signed my applet....all that works fine in localhost, but when i ...
0
votes
1answer
162 views
jquery $.getJSON, retrieving servlet parameters upon process method
Is this the correct way to set parameters upon a servlet request (tags, tagmode, format)?
$.getJSON('....Servlet',
{
tags: "cat",
tagmode: "any",
...
0
votes
0answers
55 views
Unable to store Lucene Index on apache Tomcat
When I try to store my index on my tomcat server I have some files with a very small size for instance :
_0.fdt ------ 64.0 kb
_0.fdx ------- 0.0 kb
_0.tvd ------ 0.0 kb
...
0
votes
0answers
125 views
Springtoolsuite -tomcat server or sysdeo plugin
I have surfed many forums with similar threads but couldnt find real answers.
I have installed STS 2.3 and apache tomcat server.
I realized in servers, it already has apache tomcat (all versions) to ...
0
votes
2answers
141 views
apache tomcat output with colors in Linux terminal
I usually use tomcat plugin in eclipse and run it from eclipse.
Now I want to use it from terminal. but the problem is I dont get the output in colors. Atleast the errors should be displayed in red . ...
0
votes
0answers
46 views
Override apache default SSLImplementation
Has someone tried to override the default apache SSLImplementation of apache tomcat for https connector ?
I would like to have your advise to evaluate difficulties & important points.
Thanks ...
0
votes
1answer
86 views
How to find how many websites running on Tomcat server?
I am running several websites on my Apache Tomcat server and I want to know how many websites are running on the port that I am using (for e.g., I use 8080 port normally).
0
votes
3answers
657 views
Using multiple SSL certificates in Tomcat 7
I've been using a wildcard SSL certificate in Apache Tomcat 7. But now that I have to renew, I see there are these EV (extended verification) SSL certificates where browsers show a nice green bar so ...
0
votes
1answer
66 views
Different log levels for webapp in development / test / production stage
Our webapp has a lot of DEBUG and INFO log statments which is obviously great for development. Once we deploy the .war file to the test / production servers, the log4j.properties also gets deployed ...
0
votes
1answer
2k views
How to Detect cause of 503 Service Temporarily Unavailable error and handle it?
i am getting the error 503 Service Temporarily Unavailable many times in my application
and i want to detect why this error occurs, how ? if there's a log file or something like that, since i am not ...