I tried sticking the jars there - but it did not seem to make any
difference.

Let me recap on what we are trying to accomplish.

The instructor for the course is using the NetBeans 6.5 IDE for ruby
development.  The students would then create a war file for deployment
on tomcat 6.  The students will upload the war folder to a deploy
folder, from which a scheduled script will copy the war files into the
tomcat document root for deployment.

With just antijarlocking set, the jruby and complete jars are still
locked my tomcat, and re-deployment of the jar fails until a complete
server restart.

Antiresource locking does solve the issue of the jar's being locked,
however when set to true, whenever the application is loaded, tomcat
looks in %CATALINA_HOME%\temp-appname for the files, which does not
exist.  If I manually copy files into that folder from the temp folder,
things work as expected.  If we can just figure out how to get that
folder correctly populated (or get tomcat looking in the right place)
everything would be working correctly.

If anyone has any thoughts or ideas, please share!


Mark Thomas wrote:
> Johnny Kewl wrote:
>   
>> ----- Original Message ----- From: "Aaron Axelsen" <[EMAIL PROTECTED]>
>> To: "Tomcat Users List" <users@tomcat.apache.org>
>> Sent: Thursday, August 28, 2008 10:19 PM
>> Subject: Re: antioJarLocking not working
>>
>>
>>     
>>> The jar's its probably having issues with are jruby-complete-1.1.3.jar
>>> and jruby-rack-0.9.1.jar since those are the ones that were getting
>>> locked.  Any suggestions on anything else I can try to attempt to
>>> resolve it?
>>>       
>
> I wouldn't normally recommend it but what happens if you just stick
> those jars in %CATALINA_HOME%\lib so they are available to every web app
> and never get reloaded?
>
> Mark
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>   

-- 
Aaron Axelsen
[EMAIL PROTECTED]

Great hosting, low prices.  Modevia Web Services LLC -- http://www.modevia.com


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to