error, any help appreciated

2005-06-20 Thread Alex Korneyev
Hello, i see this error in tomcat.4.1.30's catalina.out i host about 30 different domains, how can i find out which one of those domains is causing an error? Jun 21, 2005 12:06:17 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 2 column 10: Document

getting desperate here :)

2004-12-02 Thread Alex Korneyev
Hello all, i have sent this one before, but i am hoping someone else has had this particular problem. __ i am hoping someone has seen the following behavior. TomcatA sends a redirect to TomcatB on the backend, I can see that TomcatB receives a JSESSIONID that was

Re[2]: getting desperate here :)

2004-12-02 Thread Alex Korneyev
Hello Peter Mengell, can you please clarify what you mean by session.invalidate alex korneyev Thursday, December 2, 2004, 9:13:44 AM, you wrote: Hi, Are you invalidating the session from TomcatA before you redirect to TomcatB?, even a redirect should be able to clear

JSESSION Internet Explorer

2004-11-30 Thread Alex Korneyev
Hello all, i am hoping someone has seen the following behavior. TomcatA sends a redirect to TomcatB on the backend, I can see that TomcatB receives a JSESSIONID that was originally assigned to it by TomcatA; i.e. cookie = JSESSIONID=6EF95FA9AA98E608C555E28875F57054; I rewrite reset

Re[2]: JSESSION Internet Explorer

2004-11-30 Thread Alex Korneyev
Hello Arnab Chakravarty, actually it is on 2 servers. can you go into little bit more detail on what you did via virtual hosts on apache side? alex korneyev Tuesday, November 30, 2004, 10:15:31 PM, you wrote: Are these tomcats on the same machine or different machines. I had

Tomcat 4.1.30 not restoring JDBC connections

2004-11-22 Thread Alex Korneyev
Hello All, has anyone ever experienced the following: we are using Tomcat's 4.1.30 connection pool. For some reason, when network connection goes down, even for 1 sec, connection pool is not smart enough to either get rid of a connection and try get another one, or reconnect; any ideas?

setting JSESSION variable

2004-11-22 Thread Alex Korneyev
what is the proper way to set jsession id if i want my own id? basically the situation is as follows. my user authenticates into domain.com then depending on what his/her locale is i forward them to http://lang.domain.com * i.e. http://us.domain.com the problem is that once they authenticate

Re[2]: setting JSESSION variable

2004-11-22 Thread Alex Korneyev
am using mod_jk2 any idea how to set this up with mod_jk2 ? alex k. Monday, November 22, 2004, 2:12:38 PM, you wrote: Try... https://us.domain.com/secure;JSESSIONID=7D084BCFE46540FBB779486B4E003FD3?VAR1=VAL1 Yes, order is important! Jake Quoting Alex Korneyev [EMAIL PROTECTED]: what

Connection reset by peer: socket write error(CODE=-1)

2004-03-27 Thread Alex Korneyev
Hello, For some reason when i use tomcat 's (4.1.30 ) jndi pooling with MSSQL, i get this error. Connection reset by peer: socket write error(CODE=-1) I suspect that the problem is with the fact that connections go stale. is there a way for me to force connection to be renewed, or for

mac internet explorer issues

2004-03-04 Thread Alex Korneyev
Hello, Has anyone noticed any problems with usebean tags with I.E. 5.2 on MAC? for some reason, session variables are coming thru. however, if i use regular request.getAttribute() all is well. alex korneyev

Alias in tomcat

2004-02-09 Thread Alex Korneyev
Hello, In apache there is a directive Alias Alias /users/ c:/somedirectory/ Directory c:/somedirectory/ Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all /Directory which basically says that any requests that start with /users/ are based out of

preloading JSPs

2004-02-05 Thread Alex Korneyev
Hello, all of my .jsp files are located on a network drive, so it takes much longer for them to be compiled the first time around. So, is there an option in 4.1.29 to preload and pre compile all the .jsp fles on start up? best regards, alex k

java keeps crashing. any ideas?

2004-01-29 Thread Alex Korneyev
I keep getting this. i am running on linux 7.3 any idea how to research this problem? Unexpected Signal : 11 occurred at PC=0x4ED2FA Function=(null)+0x4ED2FA Library=/usr/java/j2sdk1.4.2_03/jre/lib/i386/client/libjvm.so NOTE: We are unable to locate the function name symbol for the error

com.sun.tools.javac.Main is not on the classpath error

2003-10-03 Thread Alex Korneyev
Hello, When i run tomcat in a debugger, i get the following error when it is trying to compile ANY jsp: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK it works fine , if it is not wrunning in debug mode. alex k.

Re[2]: com.sun.tools.javac.Main is not on the classpath error

2003-10-03 Thread Alex Korneyev
: Alex Korneyev [EMAIL PROTECTED] FH Cc: [EMAIL PROTECTED] FH Sent: Friday, October 03, 2003 2:00 PM FH Subject: com.sun.tools.javac.Main is not on the classpath error FH Hello, FH When i run tomcat in a debugger, i get the following error when it is FH trying to compile ANY jsp: FH Unable

Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Alex Korneyev
Hello Everyone! I hope someone can point me in the right direction. How do i configure Apache to redirect https://servername.serverhost.com/~username/test.jsp to Tomcat ? if that username has a domwin, www.domain.com then i can access test.jsp file via http://www.domain.com/test.jsp no problem.

Re[2]: Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Alex Korneyev
Hello Oleksiy, I am not sure how this is going to help me. This is a Tomcat side configuration. thanks Thursday, October 2, 2003, 10:18:48 AM, you wrote: OP Alex Korneyev wrote: Hello Everyone! I hope someone can point me in the right direction. How do i configure Apache to redirect https

Re[2]: Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Alex Korneyev
Hello David, Thursday, October 2, 2003, 10:52:17 AM, you wrote: DR On Thu, October 2, 2003 at 7:53 am, Alex Korneyev sent the following I hope someone can point me in the right direction. How do i configure Apache to redirect https://servername.serverhost.com/~username/test.jsp to Tomcat