Tagged Questions

0
votes
2answers
33 views

Simplest way to serve static data from outside the application server in a Java web application

I have a Java web application, using Spring and Struts, running on Tomcat 5.5. I want to load static images that will be shown both on the Web UI and in PDF files generated by the application. Also …
0
votes
1answer
147 views

Disable Apache 503 response when Tomcat is down

We have some independent servers, connected behind a hardware balancer. Each one of the machines is running Apache 2.2, Tomcat 5.0 and mod_proxy_ajp as the connector. Everything works fine, but when …
2
votes
4answers
1k views

Accessing Tomcat Context Path from Servlet

In my Servlet I would like to access the root of the context so that I can do some JavaScript minifying. It would be possible to do the minify as part of the install process but I would like to do it …
1
vote
1answer
18 views

eclipse debugger: attaching source-code of maven managed libraries

I'd like to use the source code of maven-managed dependencies when debugging our webapp in eclipse. I have managed to attach the sources to the libraries in the "Maven Managed Depedencies" classpath …
1
vote
1answer
21 views

Deploying multiple grails applications with Apache/Tomcat + Virtual Hosts

I haven't been able to figure out how to deploy multiple grails applications with Apache/Tomcat where a virtual host is mapped to each grails app I can get it so that …
0
votes
3answers
31 views

Cross-site tomcat form post not working

Hi, For a customer, I need to write a Servlet which can print values in a form post. The form is hosted on another server and looks somewhat like this: <form action="http://myserver/myServlet" …
0
votes
1answer
43 views

Hot Deploy of development changes with Eclipse, Tomcat, and Jetspeed

Hi, I am developing a Jetspeed portal application running on Tomcat, using the Eclipse IDE with the Sysdeo Tomcat launcher plugin to enable debugging of the application running in Tomcat/Jetspeed. I …
0
votes
1answer
14 views

Not so Strange error: Could not parse [..] hibernate.cfg.xml [..] Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

I am deploying my application to Tomcat 6.0.20. Application uses Hibernate as ORM, Spring, and JSF for web-tier. I also made simple runner from main() method to test Spring-Hibernate collaboration. …
1
vote
0answers
23 views

list available web services on tomcat using spring-ws

Is it possible to get a list of all available web services on a tomcat server?
2
votes
4answers
160 views

Unable to publish web app: SpringSource Tool Suite problem?

I have an existing, fully functional Spring web application based on Spring 2.5.6 - developed using SpringSource Tool Suite 2.1.0.SR1. Because I'd like to use REST I decided to upgrade to Spring …
0
votes
0answers
16 views

Set the path of web app in META-INF/context.xml?

I'm tryin to change the path of a deployed war file in Tomcat. Reading the documentation I can't figure out if this is possible without moving the context-file to the /conf directory. Is it possible …
4
votes
4answers
783 views

Speed up Weblogic Server startup times

At my work, we use Weblogic Server to host an enterprise portal. Which is fine. However, I've recently had the opportunity to use Tomcat for some side projects, and I am struck by the incredible …
0
votes
2answers
29 views

Porting app from tomcat to glassfish

My app have this architecture: struts spring dwr hibernate Now we use apache tomcat 5.5.28. We wanna switch to Glassfish for performance. My question are: anyone know if there are problem …
1
vote
2answers
25 views

What’s an easy, quick way to reload a webapp in tomcat in dev environment?

I'm running Tomcat 6 on Windows. I've got the "Monitor Tomcat" system tray icon which allows me to start and shutdown Tomcat, but is there another little tool that allows me to easily reload my web …
0
votes
1answer
221 views

Deploying java applications to Tomcat using CruiseControl.net

I have CruiseControl.net setup on a machine which is currenly being used for Microsoft Projects. I needed to add a java project to the same build server. The java war files generated need to be …

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