I have a Hudson deployed on Tomcat.
Tomcat is started as Windows service under user HUDSON_USER.
As result only HUDSON_USER has full access to files created from some Hudson's job.
All other users have only read access.
Is it possible configure Hudson or Tomcat or Windows in order all other users have write access or full access to Hudso...
Hi,
Ive followed this tutorial to install (multiple) solr instances on tomcat
http://wiki.apache.org/solr/SolrTomcat
Now i want to set up this demo but its not working
http://www.ibm.com/developerworks/java/library/j-solr1/
Ive built the dw.war as mentioned in the demo and now I get this error.
java.lang.NoClassDefFoundError: Could...
hi, I'm running Tomcat 5.5 under Eclipse 3.5. I want to see some access logging because for instance it silently ignores imported style sheets it can't find. I saw a reference somewhere to org.apache.catalina.valves.AccessLogValve so I tried uncommenting that in server.xml but it makes no difference. Nothing extra to the console, nothing...
When an unauthenticated client requests a URL that requires a non-anonymous access level as defined in security-config.xml, spring security sends an HTTP redirect to our login page (e.g. /login). That's fine.
The issue is that absent an existing session (identified by a cookie provided in the client's request), spring-security issues a...
I need to secure a simple jersey RESTful API in a Tomcat 6.0.24 container. I'd like to keep the authentication with Basic Authentication using the tomcat-users.xml file to define the users and roles (this is for now, like I said its small).
Now, for authorization I'd like to be able to use the JSR 250 annotations like @RolesAllowed, @Pe...
I have a web app running on a production server which does not allow public internet access. The initialization fails with error like
2010-02-18 15:21:33,150 **WARN** [SimpleSaxErrorHandler.java:47] Ignored XML validation warning
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'https://jax-ws.dev.java...
I'm using Tomcat 6 with eclipse web tools to publish an application. When I deploy the j2ee application I'm getting this error via tomcat logs:
Feb 18, 2010 9:50:33 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not fo...
Hi,
I am using log4j with tomcat. When I log exceptions in my JSPs, servlets:
private Logger _log = Logger.getLogger(this.getClass());
...
try{...} catch (Exception e) {
_log.error("Error refreshing all prices", e);
}
I only get the first line of the exception.
17-Feb 17:37:45 ERROR AutoContrib:175 - Exception while publishing...
Hi,
If checked the other questions regarding this issue but so far no soultion.
Here is my setup:
TC6 runs on a debian vm on my macbook. in /etc/default/tomcat6.0 I have following options set:
CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8086 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.manage...
I have read that it is possible with Tomcat 5.5+ to deploy a war to a Tomcat server without a restart. That sounds fantastic but I guess I am too skeptical about this functionality and it's reliability. My previous experience (with Websphere) was that it was a best practice to restart the server to avoid memory problems, etc. So I want...
Our Tomcat server terminated unexpectedly. (It runs as a windows service; the system event log shows an error: Event ID 7034).
Where can I find a dump of a JVM crash, or some indication of why the Tomcat service actually stopped running?
I see a number of exceptions in our application log (our web framework, Wicket is unable to seriali...
I have installed Tomcat 5.0 in order to execute a web application. How can I show my files which are present in Tomcat to the web browser? I tried http://hostname:8080/myfolder/login.html, but I can't see the files.
One more thing I know about JDBC and other database connectivity and I have developed a HTML page. How can I let a button ...
Starting of Tomcat failed, the server port 8080 is already in use.
Can you tell me how to close the port?
Thanks
...
I have a Wicket Web Application running in Tomcat. The application uses Spring (via org.springframework.web.context.ContextLoaderListener) to initialise the application. This is all well and good for start up, but what I would also like is to receive some sort of notification that the Context is being destroyed so that I can shutdown spa...
Hi,
I launch several external process via a call to
Runtime.getRuntime.exec("java myApp");
I monitor the correct launching and execution of the application with some java.concurent.Future.
I can tell if the app is launched, in error, stopped. I can stop it.
But, when I kill the main application (the one who launches the others) the...
Hello;
I have a VPS on which I serve Tomcat 6.0.
500mb memory was enough, when I had only two applications.
Last week I deployed another web application and formed a new virtual host editing Tomcat server.xml.
But the server responses slow down, linux started to eat the swap.
When I increased the memory 750 mb it become stable again.
Bu...
I was hoping someone could explain to me how eclipse automatically deploys to your local tomcat installation when you click on 'run on server'? (assume a default eclipse install, and I downloaded tomcat to c:\dev\servers\tomcat_6.0.18/ and pointed eclipse to that server when setting up the server).
It would be great if you could mentio...
So, I have an web-based application that is using the Wicket 1.4 framework, and it uses Spring beans, the Java Persistence API (JPA), and the OpenSessionInView pattern. I'm hoping to find a security model that is declarative, but doesn't require gobs of XML configuration -- I'd prefer annotations.
Here are the options so far:
Spring S...
Hi,
I am trying to deploy my application in Tomcat.
Getting following execption
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.D
igester.sax).
log4j:WARN Please initialize the log4j system properly.
But the same war is working fine in Jboss
Please help
...
I am unable to get Axis2 to work on my NetBeans 6.5. I have everything that written here http://netbeans.org/kb/61/websvc/gs-axis.html
I am using embedded tomcat of Netbeans. So the problem I am getting is that I can see tomcat welcome page at http://localhost:8084/ but at http://localhost:8084/axis2/ I am getting HTTP Status 404.
...