RE: [JBoss-user] Apache+Tomcat+JBoss

2001-06-21 Thread Samuel Bucholtz
We had a similar problem on my last project. We ended up just using brute force to solve the situation, we had tomcat and apache serving from a specific directory. This directory would actually be a symlink to the latest version of the code. We modified our Ant build script to generate the war fi

RE: [JBoss-user] jBoss architecture question

2001-05-13 Thread Samuel Bucholtz
would also be fine? Or do the TERM signals sent to the child threads pass through unhandled and kill those threads abruptly, which presumably would NOT be fine? -- Mike On 2001-05-13 at 02:35 -0400, Samuel Bucholtz wrote: > This is not 100% true. On Unix any process should expect to receive

RE: [JBoss-user] jBoss architecture question

2001-05-12 Thread Samuel Bucholtz
This is not 100% true. On Unix any process should expect to receive and handle a TERM signal. Threads on the other hand do not need to and should not be expected to handle a TERM. Remember, threads only act and look like processes when using native threads as opposed to pure java threads. The thre

RE: [JBoss-user] Is there a step by step guide to porting apps fr om iPlanet Applic ation Server to JBoss?

2001-05-11 Thread Samuel Bucholtz
? What sorts of features are you using that JBoss doesn't support? Specifics here could save others headaches later on (and some might get implemented). -danch Samuel Bucholtz wrote: > I fixed the descriptors, though there are a few things I had to rip out > because JBoss does no

RE: [JBoss-user] Is there a step by step guide to porting apps fr om iPlanet Applic ation Server to JBoss?

2001-05-10 Thread Samuel Bucholtz
. ;-) Samuel -Original Message- From: danch (Dan Christopherson) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 17:44 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Is there a step by step guide to porting apps fr om iPlanet Applic ation Server to JBoss? Samuel Bucholtz wrote: > Tha

[JBoss-user] Problem with JSP Includes

2001-05-10 Thread Samuel Bucholtz
on, rather than a local relative path. I have been unable to find anyway to get the JSP:include to work. Samuel > ________ > Samuel Bucholtz > [EMAIL PROTECTED] > 1.917.534.8640 > Scient* - The eBusiness Systems Innovator(tm

RE: [JBoss-user] Is there a step by step guide to porting apps from iPlanet Applic ation Server to JBoss?

2001-05-09 Thread Samuel Bucholtz
: danch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 20:12 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Is there a step by step guide to porting apps from iPlanet Applic ation Server to JBoss? Samuel Bucholtz wrote: > Hi, > > I am trying out porting a site from iPlanet

[JBoss-user] Is there a step by step guide to porting apps from iPlanet Application Server to JBoss?

2001-05-09 Thread Samuel Bucholtz
Hi, I am trying out porting a site from iPlanet to JBoss/Tomcat/Apache. Currently, I ran into a stumbling block creating the JBoss XML Descriptor. 1. There is almost no documentation on the Descriptor. 2. The iPlanet descriptor we have does a lot more than just map jndi names. Is there an easy wa