<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Milko and Tim,<div><br></div><div>I hope I could have come back a little bit earlier.</div><div><br></div><div>Mac OS X Server 10.6 runs Tomcat using launchd, so in&nbsp;/System/Library/LaunchDaemons you can find&nbsp;org.apache.tomcat.plist, which contains the settings the OS runs the default Tomcat server. When booting the OS try run Tomcat as a daemon as instructed by the plist. The Server Admin changes the value of the plist.</div><div><br></div><div>Here I attach 2 files, one is the working version of the plist on my Mac OS X Server 10.6, the other is the wrapper script for launchd to call Tomcat. Please put the script in /Library/Tomcat/bin, make sure it's owned by&nbsp;_appserver:_appserveradm with file mode 775 (well at least this works for me). You can see that the "-Djava.awt.headless=true" that Tim mentioned&nbsp;is included.</div><div><br></div><div>So you can:</div><div>1. Stop Tomcat by checking off the Tomcat checkbox in the web service pane of the Server Admin, save;</div><div>2. Replace the attached files and check permissions;</div><div>3. Start Tomcat by checking the checkbox and save;</div><div>4. Watch the console log to see if there is any odd things.</div><div><br></div><div>I would then recommend that you deploy IPT using the tomcat app manager, by this way you can avoid some possible permission issues.</div><div><br></div><div>Let me know if this works for you.</div><div><br></div><div>Cheers,</div><div><br></div><div>Burke</div><div></div></body></html>