Tagged Questions

0
votes
2answers
20 views

tomcat deletes exploded webapps

Each time I shut down Tomcat server, it deletes my exploded webapp. What do I have to do to stop that? It's really inconvenient constantly copying it again under the webapps dir.
1
vote
3answers
57 views

Migrating from Tomcat 5.5.x to 6.0.x.

I'm migrating an mature application from Tomcat 5.5.x to 6.0.x. What are the sticking points that I need to make sure that I address? I use a couple of Tomcat's services that I s …
0
votes
3answers
30 views

java:how to hide static resources like html ,images from user on jboss platfrom?

I have developed a java 1.4 web application.Application is deployed on jboss(tomcat). suppose my folder structure is mainfolder(contains subfolders and jsp pages) im …
1
vote
3answers
58 views

Remote deploy Tomcat webapp from Eclipse

For development and testing purposes I'd like to deploy my webapp from within eclipse to a remote tomcat server. Is this possible ? If not, how should I set up my development envir …
1
vote
1answer
21 views

How to tie the Lifecycle for a Spring Bean to the webapps’ lifecycle ?

I want to create a bean that has start() and stop() methods. When the webapp's context is active, start() is called during Spring's runtime bootup. When the webapp is undeployed o …
0
votes
1answer
30 views

Linking Apache to Tomcat with multiple domains.

Okay, so I've been working for a while on this, and have been searching, but so far I have not found any answers that actually answer what I want to know. I'm a little bit at the …
0
votes
0answers
43 views

Multiple Tomcat Instances [closed]

I have One Staic IP on one Server which is publically accessible over the Internet. I am running an Apache WebServer on that Server. How can I make - 3 Web Applications (On Tomc …
1
vote
3answers
38 views

Tomcat parent webapp shared by configurable children webapps

Currently, we support many clients using the same web app, but each client has a different configuration for accessing their database, setting files etc. As the client list grows, …
0
votes
1answer
23 views

Setting up tomcat + ssl failed.. cannot connect to SSL channel?

Hi, I'm trying to get Tomcat 6.0.20 working with SSL authentication. I used keytool to create a new certificate, put it into my user dir, and set the tomcat authentication to this …
0
votes
2answers
45 views

How to setup tomcat with Eclipse?

I've been spoiled by .NET development and this is driving me NUTS. I am on Galileo. Installed the WTP. Installed tomcat 6 through the windows installer. If I go (in eclipse) to …
0
votes
1answer
30 views

Tomcat cannot resolve ‘<%@ include file’, possibly related to taglibs JasperException: File Not Found

In the jsp i have: <%@ include file="/assets/includes/inc_standard_init.jsp" %> In the browser I get: org.apache.jasper.JasperException: /oprs.jsp(1,1) File "/assets/incl …
0
votes
2answers
34 views

WebApplication Context files on Tomcat

I have a download service served using Tomcat 5.5.15. It is created by adding an XML file in $TOMCAT_HOME/conf/Catalina/localhost. E.g downloads.xml for http://example.com/app.down …
1
vote
1answer
33 views

Tomcat´s server.xml dynamic configuration

My web application uses the same database configuration as the application XYZ. I have a resource declaration for a context in server.xml, so I have a duplicated configuration (onc …
1
vote
3answers
50 views

Deploying jax-ws on Tomcat

After noticing java 6 includes javax.xml.ws , I'm able can create a standalone web service. How would I go about hosting that in tomcat 6 ?
-2
votes
2answers
55 views

Purpose of Serialization in webapplication

1.Where is the usage of serialization in a webapplication. 2.Is it necessary that a form bean is serializable. 3.In tomcat what is the usage of sessions.ser file..

1 2 3 4 5 63 next
15 30 50 per page