Tagged Questions

0
votes
2answers
21 views

Can’t Set Tomcat As Server For a Project

I've downloaded the latest Netbeans, 6.8 to be precise, then I got the download thats packaged with Tomcat and created a blank Java web application. Right Clicked > Properties & …
10
votes
12answers
525 views

Best practices for deploying Java webapps with minimal downtime?

When deploying a large Java webapp (>100 MB .war) I'm currently use the following deployment process: The application .war file is expanded locally on the development machine. Th …
0
votes
2answers
27 views

Calling a method from within a servlet in tomcat generated HTML

I have a piece of Java code in a simple blogging servlet being used in Apache Tomcat. I have page being generated based on a form in the previous page, among this is a link to publ …
0
votes
2answers
27 views

How to deploy a Spring Integration app in Tomcat?

I've gone through the "Spring Integration in 10 minutes" tutorial for setting up a basic Spring Integration application. I'd like to deploy this application in Tomcat and have the …
0
votes
1answer
20 views

How to manage Tomcat 6 libraries into subfolders under %TOMCAT_HOME%/lib?

I use Tomcat 6.0.20 and JDK 1.6.0.13. How can I load libraries from sub-folders of "%TOMCAT_HOME%/lib/" without taking the .jars out of sub-folders and putting them straight into …
1
vote
2answers
57 views

How to work around memory-leaking 3rd party DLL (no source code) accessed by Tomcat application?

We have a project where a 3rd party DLL is accessed through JacoZoom in a Tomcat application. Apparently the DLL leaks memory (confirmed by the vendor), but the vendor has no inten …
1
vote
1answer
51 views

What is the JBoss equivalent of Tomcat’s server.xml?

I am running an application which was deployed on JBoss. There is only documentation for Tomcat, none for JBoss. I need to change some connector tag attributes to look like so: …
0
votes
4answers
73 views

Why aren’t my users seeing the latest updates when I release a new version of our website?

Last Thursday we just released a new version of our website. The big change was we converted from Prototype to jQuery. This of course included lots of changes to referenced javascr …
0
votes
1answer
50 views

tomcat startup script permission on mac os x

hello people i'm struggling with a mac os x 10.5.8 that i've started using recently for development.i successfully installed tomcat and create launchd.conf for my environment vari …
0
votes
3answers
47 views

Tomcat Problem for external access?

I don't know how to access my deployed war file like this www.mydomain.com Instead I have to access it i.e http://mydomain.com:8080/WarFileName I would like to fix that and also …
0
votes
4answers
40 views

Is it possible to deploy a new .war application without stopping the application?

Hey, I'm new to Grails, and I'm wondering about deployment. Once a .war is deployed to production, how can I update the application without downtime?
1
vote
2answers
29 views

state of the art in j2ee debugging and monitoring tools

I'm digging into J2EE for the first time in years. I'm looking for recommendations on J2EE debugging and monitoring tools. I'd like to find a tool that lets me dynamically explor …
0
votes
3answers
30 views

Server is not loading/compiling the latest version of code in Eclipse?

A few days back, while the built-in server (Tomcat v5.5) in eclipse was running, and while I was modifying the code, the server used to recompile and restart itself. I've gotten in …
0
votes
0answers
13 views

What does the error message “all endpoints are disconnected” mean from mod_jk

Does anyone know the meaning of the info message "all endpoints are disconnected, detected by connect check (1), cping (0), send (0)" This occurs with some regularity in my mod_j …
0
votes
1answer
43 views

Creating a web service for use in an internal application and exposing it to others

For my web application, I am thinking about using the Spring framework. Initially, I was thinking of having different actions like create user or login, but now I have to expose s …

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