Apache Tomcat is an open source Servlet Container and is developed by the Apache Software Foundation (ASF).

learn more… | top users | synonyms (1)

0
votes
1answer
14 views

What Folder(s) Can My Tomcat Application Write To on Ubuntu Server

I'm not sure if the fact that i'm using Ubuntu Server matters in this case. When I am trying to create folder using the File.mkdirs() method, it doesn't throw an exception, just never works. A larger ...
0
votes
0answers
6 views

ListenerStart Error and Memory Leak During WAR Deployment

I'm having trouble deploying a particular webapp on apache tomcat. It is the ambra platform...description from website: Written mostly in Java, Ambra is a webapp that runs in a Tomcat Container ...
0
votes
2answers
34 views

Why this java servlet doesn't work [OpenShift+Tomact6+Git+Jboss]

I've created Openshift application and now I'm trying to edit it. Here is project structure: http://my.jetscreenshot.com/demo/20130525-t2mt-28kb I've added this code into index.html: <form ...
0
votes
1answer
17 views

Messed up Log4J configuration in webapp

My webapp running in Tomcat 7 is repeating the same log message 6 more times. For example: [INFO] 1 29042 [http-nio-8443-exec-4] INFO com.lni.exchange.healthvault.ParseMeasurement - 1 29042 ...
0
votes
0answers
19 views

how to access a java application from public url running on localhost in vps

I have registered a domain mydomain.com through GoDaddy.com. I bought a Virtual Dedicated Server VPS (Windows server) on GoDaddy and registered a domain "mydomain.com" under domain in VPS. While ...
0
votes
3answers
28 views

How to do shared library in tomcat version 6.0 in Linux environment?

I have a two application webapp1 and webapp2. Both application use the same library zx.jar. Now i have put the jar in two location /webapp1/ROOT/WEB-INF/lib and /webapp2/ROOT/WEB-INF/lib But I don't ...
-1
votes
1answer
17 views

Error in JSP with Tomcat

While using JSP in a Tomcat webserver I got the following error: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 154 in the jsp file: ...
0
votes
0answers
7 views

tomcat proxy - How to set up a proxy location for some virtual host apache 2

ive my httpd.conf generic option as : <Location /> ProxyPass http://localhost:8080/ ProxyPassReverse http://localhost:8080/ </Location> I would like to configure virtualhost ...
-3
votes
0answers
8 views

Unable to compile class for JSP?

exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 152 in the jsp file: /creaCBdaXLS_passo2.jsp The method parseRequest(RequestContext) in the ...
0
votes
2answers
61 views

Need help understanding an exception in Tomcat servlet

I have the following exception: Servlet.service() for servlet indexpage threw exception java.lang.NullPointerException at ...
0
votes
1answer
26 views

Tomcat multiple requests same user, same url (is that caching? thread keep-alive?)

I am working with a new server which I have total control of my Tomcat 7 configurations. I've optimized my memory usage, permgem space and bzip compression which really is making the difference... ...
-1
votes
0answers
17 views

Amazon Web Services(EC2) configuration? [closed]

Note: I'd rather try to do this manually before using BeanStalk So, I essentially deleted everything (instances, rds, elb, security group, pem keys, etc) just to start fresh since I didn't even ...
0
votes
1answer
3 views

SpringSource Tool Suite: Infinite redirect in vFabric tc server (tomcat)

I'm running SpringSource Tool Suite 3.2.0.RELEASE. I have a working application that runs just fine when configured to launch from root context ("/"). I need to move this to a subdirectory (e.g. ...
0
votes
1answer
38 views

Why tomcat's -D parameter not accepted in applicationContext.xml?

There are two war files in tomcat's webapp directory. Passing -DAPP_NAME=XYZ as VM parameter. And trying to read the value in applicationContext.xml with syntax ${APP_NAME}. One webapp substituting ...
0
votes
1answer
12 views

Tomcat WebApp: Error storing image file outside of context root on OpenShift

My tomcat web application uploads images and saves them outside the context folder for security. I tested the code on my local machine and it works perfectly. When I hosted the code on OpenShift, I ...
0
votes
0answers
14 views

Creating Maven Web Service on Tomcat

I created a Maven web application which name is "aa3" on Netbeans. I choose Tomcat server which Netbeans installed. And then I added a web service class. A warning appeared, it says: I choose Yes. ...
1
vote
2answers
23 views

Spring application beans being duplicated

I am developing a spring application using version 3.1.2 using tomcat 7 as the servlet manager. I have noticed that the beans are being created twice, and I'm not sure how to prevent that. I ...
0
votes
0answers
10 views

How to encode url parameters using URL Rewriting in tomcat

I am working with wep application in apache tomcat.My question is that how to encode url parameters.I have already gone through URL Rewriting in tomcat which actually gives easy way to access url ...
0
votes
1answer
18 views

Grails MS SQLServer 2008 jdbc driver causes problems in tomcat

what is the official way do use the microsoft jdbc driver for mssql in an grails application? The general opinion that I found through googling is that I only have to drop the jar in the lib directory ...
0
votes
1answer
10 views

How can I provide IntelliJ macros to VM Options for a tomcat run configuration?

I need to pass project relative paths to my tomcat run configuration. IntelliJ supports macros such as {PROJECT_DIR} but not for the VM Options field. There is an Open Issue for this feature but ...
0
votes
1answer
14 views

Is tomcat still not an application server [closed]

In many of the forums suggested that the Tomcat is a Web-Server, not an App-server as it doesn't implement whole Java EE API. But now many of those are implemented by Tomcat(like by adding Tomcat+Java ...
0
votes
0answers
13 views

Perfomance Monitoring of TOM CAT server (Application server) and Dashboard server

I have an application which runs on TOMCAT server and a Dashboard server. I want to monitor the performance of the Application. Is there any tool for that ? I want to monitor CPU utilization, Network ...
1
vote
4answers
39 views

Is there any other way to do a Hotswap without using Java IDE?

The Application is Running on Tomcat Server using java.I dont want to stop the Server everytime there is a Java change. The build System is heavily reliant on Shell Scripts, so i cannot use any Java ...
0
votes
0answers
12 views

How can I reach web service function by using Maven?

I created a web service client by using Maven on Netbeans. I use http://www.w3schools.com/webservices/tempconvert.asmx?wsdl as a web service. I created servlet for response. When I select Right ...
0
votes
0answers
14 views

Have multiple alias for Webapp

I have deployed a application in Apache tomcat. Suppose name of project is abc (or deployed from abc.war). I access it using url :=> http://localhost:8080/abc/ But I want to redirect or have aliases ...
1
vote
1answer
29 views

What tomcat requires JDK or JRE?

I read many article and posts related to tomcat,JDK and JRE.I am confused and need a help . Can any body clear my doubt , that what the tomcat requires (JDK or JRE ). Thanks in advance.
0
votes
1answer
38 views

Tomcat Private JVM

What is Private JVM? I have idea on Running Multiple Tomcat Instances on Single Machine, but I would like to know more about Private JVM I already have googled for private JVM but not satisfied with ...
0
votes
2answers
29 views

Restart tomcat through a java webapp running on it

I looked at this post,and they said to use a batch script to restart a tomcat server using a webapp. The issue is that if you use Runtime.exec("batch.bat"), once you do the kill for the tomcat server, ...
0
votes
0answers
10 views

STS Error: Could not publish server configuration

I m working with spring-tool-suite-3.2.0.RELEASE-e4.2.2-win32-x86_64, on a Maven vaadin-archetype-application with the Vaadin Plugin for Eclipse and Tomcat 7. Smetime when I save some changes in my ...
0
votes
1answer
14 views

$.ajax unexpected token error on tomcat server (GWT)

we are currently working on a GWT Project and ran into an unexpected token error called by .parseJSON in this function after compiling and running the project on a tomcat server. In dev mode on ...
0
votes
1answer
35 views

Run Tomcat with a different port on the fly

Is there a way to change the port while running Tomcat on the fly? For example, Tomcat runs at the default 8080 port, is there a way while launching Tomcat using catalina.sh run to pass the port ...
0
votes
0answers
13 views

replacing jdk bundled jaxb-impl in tomcat 6 on jdk 1.06_2

I have a tomcat 6 running with a Security Manager in on a jdk 1.06_2. Updating either is not an option. Jdk 1.06_2 comes bundled with the jax-api 2.1, and I need to use jaxb-api 2 and above. I put ...
2
votes
3answers
108 views

Servlet in Eclipse - Where to put static content

When writing a servlet with Eclipse, where am I to put my static content (images, CSS, etc.), so that I can make my HTML link to it (e.g. <img src="http://localhost:8080/context/image.png>). I ...
0
votes
0answers
18 views

Deploy a maven project in Tomcat 6.0.36

I am working in a maven project with tomcat, I did the following steps: 1) I generate the war file with maven 2) I put the file in the "webapps" folder in tomcat. 3) When I start tomcat from the ...
0
votes
2answers
37 views

Can't locate the file on local file system from Servlet

I wrote a RESTful web service using Jersey library and in order to respond to the request I have to read a text file in local file system. C:\data.txt. The servlet works fine when I run it with tomcat ...
1
vote
2answers
16 views

Why is this FilesMatch not matching correctly?

We have been attempting to configure our server not to cache our .htm files as it is causing a few issues with our analytics package as well as not displaying the pages correctly if the visitor hits ...
0
votes
1answer
9 views

Tomcat to JBOSS Migrationconfigu

I am working on a automated tool which helps in migrating apps from tomcat to JBOSS by creating all the deployment descriptors and server configuration xmls required for JBOSS by parsing the ...
-1
votes
1answer
18 views

Access server from outside [closed]

I have a task for school to work with technology, but I have really no experience in IT. I have already installed Virtualbox with Ubuntu12.04. Then I have installed Apache2 and Tomcat7 on ...
-1
votes
0answers
20 views

how to consume Java soap webservice from php client using NuSoap

please someone can tell me how consume java soap webservice(into tomcat server generated with axis2) with php client using Nusoap. please a little code is a welcome. I have this error when i ...
0
votes
1answer
11 views

ruuning tomcat on port 80 using mod_proxy_ajp ( errors)

ive the tomcat running on 8080 apache running on 80 i implemented <Location /> ProxyPass ajp://localhost:8080/ retry=0 timeout=30 ProxyPassReverse ajp://localhost:8080/ ...
0
votes
0answers
35 views

Cannot start Tomcat v7 with Eclipse

when i run my hello world program, this error appears. How do i debug this one? Problem Occured: 'Starting Tomcat v7.0 Server at localhost' has encountered a problem. Server Tomcat v7.0 Server ...
0
votes
0answers
4 views

Tomcat: {Context/Realm} Setting property 'cache' to 'false' did not find a matching property

Getting the log entries bellow when I Tomcat deploys bonita-xp-rest.war. It is configured to work with CAS. At the bottom I also added server.xml and web.xml of the bonita-xp-rest.war. If any other ...
1
vote
1answer
40 views

why am I getting the deployment error?

As I try to deploy my web application from netbeans, I get the following error : Starting Tomcat process... Waiting for Tomcat... Tomcat server started. ...
0
votes
1answer
22 views

Java process doesn't exit on SIGTERM under heavy load

In normal operation my application exits fine when sent a 'kill -s SIGTERM '. However, under load sometimes the process does not exit. I'm just wondering if it possible that ...
0
votes
0answers
9 views

NOT sharing HTTPSURLConnection between two webapps on tomcat

i have two webapps on my tomcat server. each webapp needs to initialize its own instance of keystore and truststore. i init them like so: sslContext.init(keyManagers, trustManagers, null) ...
0
votes
1answer
15 views

VelocityEngine not parsing template [in struts]

So I'm just getting started with Velocity and trying to figure it out with a small and simple experiment. Now directly loading the template from the file proved something of a bust so I fetched it via ...
0
votes
1answer
16 views

Security-constraint web.xml url-pattern safety

I was wondering if the following configuration would be safe: Webpages accessible at locations /ManageXXXX.do, /ManageYYYY.do, ... should only be able to be accessed by admin role, every other page ...
1
vote
2answers
23 views

Client Automatically disconnects after some time in websocket

My desktop App client is connecting to web server through webSockets. I am using javaWebSocket api for the client side, and I am using Apache tomcat 7's webSocketServlet. I do't know what I am doing ...
-1
votes
4answers
55 views

How to get rid off java.lang.OutOfMemoryError: Java heap space

I have went through many links and similar questions related to java.lang.OutOfMemoryError: Java heap space but none of the solutions resolved my problem. So here is my question, I have a web ...
0
votes
2answers
30 views

How the sun.reflect.GeneratedSerializationConstructorAccessor class generated

In order to print the GC logs of a web application,Before the tomcat startup,add the following parameters: -Xms256m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=512M -Xloggc:D:/TomcatGc.log ...

1 2 3 4 5 252