Re: Tomcat 5.5.4 Ant Task

2004-12-13 Thread Siarhei Dudzin
Yes, antiJARLocking and antiResourceLocking are not enabled by default. Unfortunately, non of them (together and separately) did not help to solve my problems... I recently migrated from Tomcat 5.0.x to 5.5.4. Everything seems to work great except the Ant Tasks. Deploy works just fine but

Re: Reloading JSP's and other resources

2004-12-15 Thread Siarhei Dudzin
As far as I know you should have only one antiResourceLocking or antiJARLocking true but not both. On Wed, 15 Dec 2004 14:47:54 -0600, Durham David R Jr Contr 805 CSPTS/SCE [EMAIL PROTECTED] wrote: Ok, it looks like setting antiResourceLocking=false solves this problem, which kind of makes

Re: Reloading JSP's and other resources

2004-12-16 Thread Siarhei Dudzin
I am not really an expert but I think it is beter if you modify your application at another location and then redeploy it on the server. On Thu, 16 Dec 2004 09:16:41 -0600, Durham David R Jr Contr 805 CSPTS/SCE [EMAIL PROTECTED] wrote: There is a FAQ:

Re: Reloading JSP's and other resources

2004-12-16 Thread Siarhei Dudzin
There are special ant tasks for deployment and undeployment. I guess you should use those and not just put stuff where tomcat should pick them up for you. On Thu, 16 Dec 2004 10:56:22 -0600, Durham David R Jr Contr 805 CSPTS/SCE [EMAIL PROTECTED] wrote: I am not really an expert but I think it

Re: Locked jar during Ant undeploy on Tomcat 5.5.3

2004-12-10 Thread Siarhei Dudzin
I've just hit the same problem (with Tomcat 5.5.4). antiJARLocking/antiResourceLocking didn't help. I tried to set 1 of those attributes to context on appplication level (in meta-inf directory) as well on global level (in context.xml in tomcat/conf directory). Does anyone know if there is a

Re: Tomcat 5.5.4 Ant Task

2004-12-14 Thread Siarhei Dudzin
On Tue, 14 Dec 2004 10:24:33 +0100, Remy Maucherat [EMAIL PROTECTED] wrote: On Tue, 14 Dec 2004 01:13:04 +0100, Siarhei Dudzin [EMAIL PROTECTED] wrote: Yes, antiJARLocking and antiResourceLocking are not enabled by default. Unfortunately, non of them (together and separately) did not help

Re: Reloading JSP's and other resources

2004-12-15 Thread Siarhei Dudzin
That would be because I saw a post from someone on the mailing lists. Those setings prevent resource locking (such as under windows platform) when you are trying to access file system or resources withing jar files. There is a FAQ: http://jakarta.apache.org/tomcat/faq/windows.html#lock p.s.

Re: Reloading JSP's and other resources

2004-12-16 Thread Siarhei Dudzin
Well antiResourceLocking is not default anymore because you mainly have this problem (in other words need to have this feature) under windows platform with it's file locking... The anti resource and anti jar locking features are supposed to be very powerfull and are ment to avoid such platform

Re: windows-1251 (Russian encoding)

2004-12-24 Thread Siarhei Dudzin
Maxim, Try to check with your DB server whether it supports characterEncoding parameter (or similar). Then in the URL that yo uuse to connect to DB server you can use the following (example is for MySQL server): useUnicode=truecharacterEncoding=Cp1251 the whole line would look like this: Connect

Re: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Siarhei Dudzin
I use a web hosting company for 62$ per year (tomcat, mysql, ftp, e-mail, etc.). Only 1 problem their site isn't in english. If you want to try send me an e-mail I'll give you their URL and e-mail. On Tue, 04 Jan 2005 14:39:20 +, Mark Benussi [EMAIL PROTECTED] wrote: Paul, I use a

Re: JAR locking / Tomcat 5.5.4 / Windows

2005-01-13 Thread Siarhei Dudzin
Did you find a solution? On Tue, 4 Jan 2005 15:27:56 -0800 (PST), TomK [EMAIL PROTECTED] wrote: I've been following the recent threads regarding JAR locking with Tomcat 5.x on Windows platforms. A few people mentioned they had been able to get either the antiJARLocking or

Re: JAR locking / Tomcat 5.5.4 / Windows

2005-01-14 Thread Siarhei Dudzin
the latest version out and post my results, in case anyone else has this issue. -tk Dominik Drzewiecki wrote: Siarhei Dudzin wrote: Did you find a solution? FYI it has been fixed on 17/12/2004 and the latest CVS version does not suffer from the nasty jar locking. The root of the problem

Re: Eclipse Lomboz

2005-01-21 Thread Siarhei Dudzin
Hi, If you look at the release notes of the latest Lomboz plugin for Eclipse 3.0.x (https://forge.objectweb.org/project/shownotes.php?release_id=829) you will see that you need a 2.1.0 release stream EMFSDO Runtime but not 2.0.1. Regards, Siarhei On Thu, 20 Jan 2005 14:29:46 +0100, VAN DER

Re: OT: Java / Tomcat Job Abroad

2005-02-02 Thread Siarhei Dudzin
http://www.monster.com On Wed, 2 Feb 2005 09:52:13 +0800, Aris Javier [EMAIL PROTECTED] wrote: Hello! This is an out of topic question... Sorry, but since all of you guys are using Java and Tomcat, and are from different countries... im just wondering if i can land a job abroad? I'm

Re: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Siarhei Dudzin
Didn't have any problems so far... On Mon, 07 Mar 2005 10:22:09 +0100, Petr Jiricka [EMAIL PROTECTED] wrote: Hello list, is it safe to use the new JDK 5.0 language features, e.g. annotations and generic types, with Tomcat 5.5? Do people do this in practice? Was this tested extensively? Are