We have a web application written in gwt and deployed in tomcat. The tomcat crashes on outofmemoryexception, so i am trying to look for memory leaks using Jprofiler, jmap/jhat utility and so on.
I want to use a Mac mini as a server. So I\'ve installed tomcat and I want it to start automatical开发者_如何学运维ly when booting.
What I get is: java.lang.NoClassDefFoundError: com/mongodb/DB at java.lang.Class.getDeclaredMethods0(Native Method)
I\'m w开发者_如何转开发orking on a web-project which uses GWT on client and Java on server side (tomcat7).
Before开发者_运维知识库, I had this in _Events.groovy: eventClasspathStart = { addResourceBundlesToClasspath()
I am using maven cargo with its zip url installer feature to download a tomcat for my integration tests. This works fine on my computer, but when its run in husdon it fails sometimes (round about 10-2
I\'d like to create a web project in NetBeans, but I don\'t want it to deploy anything to the server autmatically. I just want to be able to create a war file, which I will upload to the server manual
I have ins开发者_开发问答talled Tomcat server on my Fedora 15, I can run it, and it\'s avaible at the localhost:8080. Then I tryed adding it into eclipse, File->New->Servers->Server But the list is em
I\'m using tomcat 5 and JSON parser net/sf/json. I import json-lib2.4-jdk15.jar in my project and add it to `common/endorsed\' dir in my开发者_开发问答 tomcat. But when I start my servlet I have this
Is it possible somehow to modify the contents of the context.xml that eclipse uses when you are doing \"Run as\" -> \"On server\"... and \"Debug as\" -> \"on server\"