[PROPOSAL] Use javac as an load-from-context-classloadr compiler (was: Classloader when Tomcat is embedded + save)

2003-09-14 Thread Anton Tagunov
Hello Matthias and All! >> Of course, it's good to remember that this code exists only because of >> the lack of a good in memory compiler. This could change. mecc> Class org.eclipse.jdt.internal.compiler.Compiler in combination with mecc> org.apache.cocoon.components.language.programming.java.Ec

Re: DO NOT REPLY [Bug 17193] - java.net.bindException during shutdown in Tomcat 4.1.18

2003-09-08 Thread Anton Tagunov
Hello, Skeet! bao> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17193 bao> java.net.bindException during shutdown in Tomcat 4.1.18 bao> --- Additional Comments From [EMAIL PROTECTED] 2003-09-08 10:33 --- bao> Is there any actual movement on this? I could really do with a fix for it

Reloading classes (was: Classloading question)

2003-09-08 Thread Anton Tagunov
Hello Ulrich! UM> Or is there another way (except via WAR files) to deploy and undeploy UM> specific classes while Tomcat is running? Hmm, am I missing something, but Tomcat runs on exploded wars anyway, and updating the .class files under WEB-INF/classes is supposed to cause web app automatic r

Re: JasperException

2003-07-13 Thread Anton Tagunov
A full stacktrace would be more helpfull.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 5983] - Cannot deal with common buggy POST from applets

2002-02-07 Thread Anton Tagunov
Hello William! Friday, January 25, 2002, 7:54:53 AM, bugzilla wrote: bao> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5983 bao> Cannot deal with common buggy POST from applets bao> --- Additional Comments From [EMAIL PROTECTED] 2002-01-25 04:54 --- bao> Based on your comments,

i18n/servlets/jsp: tutorial/essay

2001-12-02 Thread tagunov
would certainly like now to share them with the community and possibly start some discussion around it! :-) And without any doubt, I invite everybody who is experiencing problems with i18n/servlets/jsps to try to find some help in this modest study. -- Sincerely yours, Anton Tagunov

Re: Tomcat 4.0 Beta3 and Request Attributes Error - why me ?

2001-05-17 Thread Anthony Tagunov
Hello Ana, Wednesday, May 02, 2001, 8:23:09 PM, you wrote: A> Hi, Hello! A> We think we have discovered an error. That's nice! But why are you mailing me? I'm not a tomcat developer! :-) Best regards, Anthonymailto:[EMAIL PROTECTED]

BLOCKER BUG: Fwd: Hanging Tomcat (Standlone) - problem and solution

2001-03-18 Thread Tagunov Anthony
ow we addressed it with a simple patch. > >Tal > > > >Disclaimer: it works for us so far, your miles may vary. > > Best regards, Tagunov Anthony

JOIN2: problem with nls

2001-03-16 Thread Tagunov Anthony
+= rest.length (); > } > break; > default: > // Here do not use encodintg > // It is expected, that request is sent in > sb.append (new String (postedBytes, i, 1)); > break; > } > } > return (parseQueryString (sb.toString ())); >} > > >Best regards, >Aleksandras Novikovas [EMAIL PROTECTED] >IT manager >Baltic Logistic System Vilnius Ltd. >Kirtumu 51, Vilnius, Lithuania >Phone: +370-2-390874; FAX: +370-2-390899; Mobile: +370-99-21678 > > > > best regards, Tagunov Anthony