Posted by
Alessandro Vernet on
Nov 07, 2009; 12:32am
URL: https://discuss.orbeon.com/Orbeon-install-path-under-Tomcat6-tp547786p584324.html
On Fri, Nov 6, 2009 at 8:57 AM, CSparks <
[hidden email]> wrote:
>
> I edited the tomcat6 startup script located in etc\init.d and turned "off"
> TOMCAT_SECURITY and Orbeon launches now.
>
> That can't be a long term solution, anyone with Tomcat6 experience that
> could tell me how to get it setup correctly?
Yes, this is what you need to do. TOMCAT_SECURITY enables the Java
security manager which drastically restricts what your Java program
can do. If you enable the security manager, you need to explicitly
allow every little movement of your Java program in a policy file. It
makes sense to do this if you let users run Java code that you don't
control on your server, and you are afraid that they might write
malicious Java code that crashes the entire server. But if it is your
application you are running on your server, going to the trouble of
enabling the security manager is IMHO not worth the effort. To give
you an idea of what a (now outdated) policy file for Orbeon Forms
would look like, see:
http://github.com/orbeon/orbeon-forms/blob/master/src/resources/apps/doc/pages/oxf-policy.txt.htmlAlex
--
Orbeon Forms - Web forms, open-source, for the Enterprise
Orbeon's Blog:
http://www.orbeon.com/blog/My Twitter:
http://twitter.com/avernet--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet