Results 1 to 1 of 1
We have tomcat running on our linux machine. This tomcat is being used by the CCM which is also installed on the same machine. I am not able to track ...
- 05-19-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 1
Configuring Tomcat for Red Hat CCM
We have tomcat running on our linux machine. This tomcat is being used by the CCM which is also installed on the same machine. I am not able to track where exactly the file, which starts the tomcat, resides.
The issue is that I need to set these two variable to enable some graphics parameters on the machine.
DISPLAY=localhost:1.0
CATALINA_OPTS="-Djava.awt.headless=true"
export DISPLAY
export CATALINA_OPTS
Now when I appended these four lines in the startup.sh file of tomcat, the problem was solved. But now my java application needs to run under ccm, where it is throwing the exception of not finding those parameters.
So i think I need to include the same four lines in the corresponding sh file in ccm which starts the tomcat.
This is very urgent. Please if anybody can help me out on that.


Reply With Quote
