I arrived at work today to find that tomcat6 won't start. When trying to stop and start with the following command(s):
service tomcat6 stop ; > /var/log/tomcat6/catalina.out && service tomcat6 start && less +F /var/log/tomcat6/catalina.out
It reports back OK for starting tomcat, but using ps, no tomcat process is shown.
I'm struggling to set up tomcat 6. I'm using openSuse 12.1. I installed it from standard repositories with zypper. It then said that it couldn't find configuration file, so I created an empty /etc/java/java.conf, required by /usr/share/java-utils/java-functions shell script.
After installing tomcat6 on CentOS 6.3, I am unable to start tomcat6 server.
root@host [/var/log/tomcat6]# service tomcat6 start
Starting tomcat6: [ OK ]
Although it says OK, I cant access http://mydomain.com:8080.
catalina.out
Exception in thread "main" java.lang.NullPointerException
at java.lang.VMClassLoader.defineClass(libgcj.so.10)
at java
Running Monit 5.2.5 on Fedora 15
All standard alerts are working, however just cannot get exec to run anything.
I have tried more than ten different configurations based on examples from the Monit Wiki. None of the exec commands do anything.
IS there any possibility to mount NAS on Linux Server 10.10 permitting apache2 (www-data user) and tomcat6 (tomcat6 user) to have all possible permissions on NAS drive/share ? Currently i've succeded only for tomcat6 to have all (at least rw) permissions.
I have installed tomcat6. I have also installed manager and host-manager webapps. I created user and I am able to run both from browser on remote machine. However I don't know where these apps are deployed? When I go to
/var/lib/tomcat6/webapps/
I see only ROOT dir. My /etc/default/tomcat6 doesn't tell me where my CATALINA_HOME or CATALINA_BASE are?
I've been trying to figure out how to access tomcat6 pages outside of the computer actually running the tomcat6 server. I can access the tomcat6 web pages fine on the computer running the server, but I can't seem get to it on another.
I'm probably not setting it up correctly or something, but I've attempted to access the tomcat6 server by following this form:
I am working with tomcat6 and HUDSON, when I run the hudson job it is running as tomcat6 user, what I want to know is there any way to change the HUDSON user as my system login user instead of tomcat6 so that I can run hudson job as my system user.
I just want to know whether it is possible or not and why and how?
I tired editing /etc/init.d/tomcat6 and changed tomcat6 user and grop as my login
We have a Java application which will be installed into tomcat6. Our security team will not allow Tomcat to be public facing so I am in a postion where I have to recieve https traffic to IIS 7.5 and use a URL rewrite to direct traffic to Tomcat6 (using URL rewrite module 2). Both IIS 7.5 and Tomcat6 are on the same server.