Rick Horowitz wrote:
> Alex,
>
> Thanks for the time you're spending trying to help me. Very much appreciated...
you are welcome. maybe next time you won't mind to help *me*.
>
> Running standalone - a VM for Tomcat and a VM for JBoss. Running both in
> JBuilder 4.0.
Have you try that without JB. I'm using JB too but only as IDE.
Actually, I wasn't able to start jboss from JB. I was almost
close, but then I gave up. You?
> Does JBoss from CVS work "out of the box" or did you have to figure out a
> bunch of not-yet-documented stuff regarding I'd
> be happy to upgrade if the former...
I'm using CVS-snapshot from Jan-15. It works right out of box.
As far as I remember I didn't have any problem with configuration.
>
> ok, so you're using both lib and classes with no problem...
>
> What does your system classpath contain?
Nothing. It just empty. Actually it's undefined.
> Guess it works...at least in
We are in Waltham yet. Moving to Needham next month.
So will see.
> Not AFAIK. Do I need to do something in web.xml or server.xml to turn on
> Tomcat security? If I remember correctly, use of a SecurityManager
> requires that you pass in various things as VM params to install a security
> manager, etc. If so, then no, I am not.
You can try
if ( System.getSecurityManager() != null )
System.out.println("Shit! SecurityManager is here");
> One more thing: I'm using Jakarta Struts - could this be causing the
> problem with classloaders?
Who knows. Multithreading + ClassLoaders = nightmare
Best,
Alex.
--
__________________________________________________
Alexander Kogan PTC www.ptc.com
[EMAIL PROTECTED] 140 Kendrick St. Needham MA 02494
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]