Re: strange exception - need advise

2005-05-05 Thread Igor
, response.setBufferSize(10); in the beggining of the page. Then error page will work properly with this modification, so you will be able to see exception in log. Thank you, Igor - Original Message - From: "Guy Katz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Th

Re: strange exception - need advise

2005-05-05 Thread Igor
Hello! I think, that when exception occurs, something has already been written to output stream. Tomcat tries to redirect to error page, but it cannot do it, because something was written. Thank you, Igor - Original Message - From: "Guy Katz" <[EMAIL PROTECTED]> To: &q

"Unable to perform background process on manager" question

2005-03-04 Thread Igor
) There is no any entries in access log, that can correspond to this event. Could somebody please tell me what does it mean? Thank you in advance, Igor

OT: JGroups problem

2005-02-22 Thread Igor
Hello! I am trying to integrate JGroups into web aplication. Does somebody know solution to JGroups problem described in http://jira.jboss.com/jira/browse/JGRP-31 Thank you, Igor

Re: Failed JDBC connection hangs Tomcat

2005-02-01 Thread Igor
sendNetPacket may hang. Igor - Original Message - From: "Arthur D'Alessandro" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; "Hari Mailvaganam" <[EMAIL PROTECTED]> Cc: "Igor" <[EMAIL PROTECTED]> Sent: Tuesday, February 01, 2005

Re: Failed JDBC connection hangs Tomcat

2005-02-01 Thread Igor
Hello! I am referring to JTDS 1.0. I think, that the problem is in net.sourceforge.jtds.jdbc.SharedSocket class: it should set timeout for socket, otherwise methods getNetPacket and sendNetPacket may hang. Igor - Original Message - From: "Arthur D'Alessandro" <[EM

Failed JDBC connection hangs Tomcat

2005-01-29 Thread Igor
1.4.2. Both for MS and JTDS drivers :-( Does somebody know how can I prevent tomcat from hang in such situations? Thank you in advance, Igor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: windows-1251 (Russian encoding)

2004-12-27 Thread Igor
Hello! Please try to run tomcat with -Dfile.encoding="ISO-8859-1" java option. It might help I am from Ukraine too :-) Igor - Original Message - From: "Максим Квитка" <[EMAIL PROTECTED]> To: Sent: Friday, December 24, 2004 12:57 PM Subject: windows-1251 (Ru

Re: Environment entries question

2004-11-07 Thread Igor
e letter. Thank you, Igor - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, November 01, 2004 4:01 PM Subject: RE: Environment entries question Hi, >But it appears that I can chan

Re: Environment entries question

2004-11-03 Thread Igor
t. Am I going in right direction? Any help will be appreciated. Thank you, Igor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Environment entries question

2004-10-29 Thread Igor
ou opinion - is this modification ok? Thank you, Igor - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, October 22, 2004 4:13 PM Subject: RE: Environment entries question Hi, I think there'

Re: Interesting discoveries about catalina GUI manager deploy (5.0.28 and 5.0.29)

2004-10-26 Thread Igor
d to use JNDI, >you retrieve them like normal environment entries in any Java program. Could you please tell me how environment variables can be accessed without JNDI? Is there corresponding section in documentation? Thank you, Igor -

Environment entries question

2004-10-22 Thread Igor
art tomcat 2. Change it in admin application and reload corresponding context I do not like both of these ways. Could somebody please tell me - is there a way of changing environment entry value, so that code, described above will see new value? Thank you in advance, Igor

Re: Synchronization in cluster

2004-10-01 Thread Igor
You are right :-( Igor - Original Message - From: "Filip Hanik - Dev" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, October 01, 2004 5:31 PM Subject: Re: Synchronization in cluster > cause if you have two servers,

Re: Synchronization in cluster

2004-09-30 Thread Igor
Thank you :-) Igor - Original Message - From: "Filip Hanik - Dev" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 30, 2004 10:42 PM Subject: Re: Synchronization in cluster > >If it happens in one JVM, eve

Re: Synchronization in cluster

2004-09-30 Thread Igor
refreshing page, that displays status of import. Information about import process is stored in static variable (import thread and status jsp can access this information). If it happens in one JVM, everething is ok. But what will be in the case of load balancing? Thank you, Igor - Original

Re: Synchronization in cluster

2004-09-30 Thread Igor
Hello! Thank you for answers! I will try to use JGroups We have data, that is often need to be read. And it is rarely written. It is implemented using Singleton pattern. Synchronization is used in several parts of web application. It is used mostly to access database Thank you, Igor

Re: Synchronization in cluster

2004-09-29 Thread Igor
eds synchronization may be concentrated in "main" Tomcat, and other Tomcats will call this code via http or SOAP? Is there any way to move web application with locking and Singleton to cluster or load balancing? Thank you, Igor ---

Synchronization in cluster

2004-09-28 Thread Igor
Hello! We use synchronization on several JSP and classes: synchronized ( ... ) { ... } But what about synchronization in cluster? Tomcats in cluster will work in different JVM on different computers. Is there a possibility of such synchronization in cluster? Thank you, Igor

Re: Error page problem

2004-09-20 Thread Igor
Hello! Is it possible to exclude certain servlets from "error page" mechanism? Thank you, Igor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error page problem

2004-09-17 Thread Igor
se, because clients expect SOAP messages. Is it possible to remove certain servlets from error page mechanism? Error page does not make sense for web services. Thank you, Igor - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: TLS-Enabled Connector Prevents Startup

2004-09-07 Thread Igor Zlatkovic
s still more than good enough. Ciao, Igor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TLS-Enabled Connector Prevents Startup

2004-09-07 Thread Igor Zlatkovic
his, not only Tomcat. I am also aware of the fact that this kind of solution is far from perfect, but it is a way through until I find something else. Thanks to everyone for answers and suggestions. Ciao, Igor - To unsubsc

Re: TLS-Enabled Connector Prevents Startup

2004-09-07 Thread Igor Zlatkovic
ector is present in conf/server.xml, nothing comes up, not even the normal port. The normal port (80) is open, but no requests are served. The TLS port isn't open at all, according to netstat. Ciao, Igor - To unsubscri

Re: TLS-Enabled Connector Prevents Startup

2004-09-07 Thread Igor Zlatkovic
rsion "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) That is a Java2 SDK, installed in /opt/j2se. By the way, This all happens on a RedHat 9 sys

TLS-Enabled Connector Prevents Startup

2004-09-05 Thread Igor Zlatkovic
ery server for several months now, since the 5.0.18 release. I don't know wether it matters, the server is a vServer, means it shares hardware with other virtual servers. It shouldn't matter though, because I allready had this configuration working there. Does anyone have any idea?

Re: tomcat 5.0.25 and windows 2003

2004-06-23 Thread Igor Smirnov
I'm running Jonas, Tomcat, Enhydra and Jetty under win 2003 server and it works fine. - Original Message - From: "zhicheng wang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 10:50 PM Subject: tomcat 5.0.25 and windows 2003 > dear all > > does any one know if

Webapps Log4j config problem

2004-06-23 Thread Igor Smirnov
catalina.session.ManagerBase) log4j:WARN Please initialize the log4j system properly. The servers starts, but no logging is performed. What might be going wrong. I had no similiar problem withing jonas 3x ant Tomcat 4x. Thank you! Igor

RE: JK2 connector binary for solaris8

2004-05-25 Thread Igor Galperin
uild/jk2/apache2/mod_jk2.so apache2_0_49_ld/modules > cp jakarta-tomcat-connectors-jk2-2.0.4-src/jk/build/jk2/apache2/libjkjni.so apache2_0_49_ld/modules Igor. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 4:31 AM To: Tomcat Users List

Taglib development - how to prevent EL expansion inside a custom tag

2004-03-15 Thread Igor Abade V. Leite
ant to disable it for the whole page, so is not suitable. I think this should be done at TLD or TagInfo level. Thanks in advance, Igor Abade - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How deploy EJB on Tomcat?

2003-09-13 Thread Igor Grygorov
Does the Tomcat-IIS support deploing Enterprise Java Beans? Can you send me information or links about it, please? __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ---

Re: URL alias

2003-01-27 Thread Igor I. Tovstopyat-Nelip
Probably, using a filter is an overkill in this situation. If you are sending a GET request, just extend your URL: http://myhost:8080/webappname/login?event=login . If you are posting from a form, you can include a hidden parameter with name="event" and value="login". Igor TN

Start 2 x tomcat on same server

2003-01-24 Thread Igor . Kozlov
Hello, i have a question. It is possible to run Tomcat 2x on same server? So, that 1. Tomcat used port 8080 and 2. used port ? Thank you very much. Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail ir

how to redefine server's URL

2003-01-23 Thread Igor I. Tovstopyat-Nelip
Hi, A simple and, maybe, a little incompetent question. If I need to use not the URL http://localhost:8080/myapp but something like http://myserver.mycompany.com, can I do it without using Apache as a front end, and how? Thank you. Igor TN -- To unsubscribe, e-mail: <mailto:[EM

Re: Tomcat Out of memory

2003-01-22 Thread Igor I. Tovstopyat-Nelip
use quotes, this may be a problem if it's not a typo. I have the following: CATALINA_OPTS="-server -Xss128k -Xincgc -Xms256m -Xmx256m" I believe quotes are important. Two last parameters give a large heap for your JVM. Good luck, Igor TN On Wed, 22 Jan 2003, Nate wrote: > W

encodeURL problem

2003-01-21 Thread Igor I. Tovstopyat-Nelip
It starts giving me NullPointerException's at runtime the source of which I wasn't able to track down so far. Can anybody suggest what might be the problem? I'm using Tomcat-4.1-18 and IE5 as a client. Thank you. Igor TN -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]

Any data from ORACLE, please help..

2003-01-16 Thread Igor . Kozlov
It cannot be true. I need help! I have Oracle 8.7.1, tomcat 4.0.6, cocoon 2.0.4, windows2000, solaris. If i run tomcat on Oracle Server(win2000), everything works successfully, but if i run Tomcat on another server(windows or solaris), Tomcat dont't get any data from Oracle Server. Why? If i run

IllegalStateException

2003-01-15 Thread Igor . Kozlov
Hello, i use tomcat 4.0.6, cocoon 2.0.4, Oracle 8, NT4.0 i got this exception: 2003-01-15 15:53:33 StandardWrapperValve[OMSWebgate]: Servlet.service() for servlet OMSWebgate threw exception java.lang.IllegalStateException at org.apache.catalina.connector.ResponseFacade.reset(ResponseFaca

general question - Tomcat/Linux deployment

2003-01-14 Thread Igor I. Tovstopyat-Nelip
related experience with WinNT/Win2000/WinXP. Thank you. Igor TN -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

No data from Oracle

2003-01-14 Thread Igor . Kozlov
Hello, i have some problem with Tomcat. If i run Tomcat on "myhost"-Server, everything functioned correctly, but if i run Tomcat on any other server, become no data transferred from DB, but user autorization works. Other programs, like TOAD, works however correctly on each server. Can you tell

RE: help - Tomcat/Linux deployment

2003-01-13 Thread Igor I. Tovstopyat-Nelip
n stack a couple of lines down. Thank you. Igor TN - exception stack javax.servlet.ServletException: Communication link failure: java.io.IOException at pro.servlets.LoginServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(H

help - Tomcat/Linux deployment

2003-01-12 Thread Igor I. Tovstopyat-Nelip
er of user processes is limited. Can anybody tell me if I understand this right, and what might be a workaround? Thank you. Igor TN -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: help - tomcat/dbcp deployment

2003-01-12 Thread Igor I. Tovstopyat-Nelip
Well, to get DBCP working was not difficult at all. I just followed Tomcat how-to docs. And, as I learned from other people, it's being used on a production level. My Tomcat's version is 4.1.12. Thank you. Igor TN > Hi, > > I developed a web-app consisting mostly of servlets

help - tomcat/dbcp deployment

2003-01-10 Thread Igor I. Tovstopyat-Nelip
Is DBCP good for production? I configured it exactly as the Tomcat docs instruct. I will appreciate any comments and advices. Thank you. Igor TN -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

mod_jk

2002-11-05 Thread Pedro Igor Craveiro e Silva
Some body have this mod_jk ??? Or any place where i can find it ... Pedro Igor

Re: Multiple instances of Tomcat

2002-11-05 Thread Pedro Igor Craveiro e Silva
Thanks ... The page that you have send me is what i was looking for ... Thanks a lot I 'll try it ... Pedro Igor - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent:

Multiple instances of Tomcat

2002-11-05 Thread Pedro Igor Craveiro e Silva
Greetings A long, long time i´m trying to configure tomcat to run with multiple instances (tomcat+apache). Has some one in this list that can help me to do this ? Or just give me the firt step Thanks a lot ... Pedro Igor

JVM error on compiling jsp

2002-08-29 Thread Igor Kozlov
Hi My jsp file, contains many custom tags. And on compile phase I get the JVM error # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID: 47454E45524154452F4F502D41500E435050084B # # Problematic Thread: prio=5 ti

Does anybody know any usage survey on Tomcat

2002-06-24 Thread Lastric Igor
zdrav / meilleures salutations / med glada hälsningar Galexis AG Igor LASTRIC, Fachtechnische Koordination SW-Entwicklung (DDIS/ASW) Grubenstrasse 11, CH-3322 Schoenbuehl tel: +41 (0)31 858 73 36 . fax: +41 (0)31 858 78 78 . mobile: +41 (0)79 447 07 70 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

Re: Tomcat 4.01 war not extracting

2002-02-05 Thread Igor Fedulov
development environment -- Igor Fedulov E-mail : [EMAIL PROTECTED] Work Ph: 773.775.1595 Home Ph: 773.281.8938 Cell Ph: 773.580.5935 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

RE: Is it a BUG? (Tomcat Web Server v3.2 (final))

2002-02-05 Thread Igor Fedulov
> This is a known bug in 3.2 and 3.2.1. I think it was fixed > in Tomcat 3.2.2. It is not a problem in Tomcat 3.3 and > Tomcat 4.x versions as well. Thanks! Now I have to find out if it's possible to upgrade built in tomcat in Netbeans to 3.3... > > -Original Message

Is it a BUG? (Tomcat Web Server v3.2 (final))

2002-02-05 Thread Igor Fedulov
ng of secure directory without auth... If this is fixed or known bug please let me know. Thanks! -- Best regards, -- HTTP is a stateless protocol, and the Internet is a stateless development environment -- Igor Fedulov E-mail : [EMAIL PROTECTED] Work Ph: 773.775.1595 Home Ph: 773.281.8938 Ce

Re: Code request; Code to reveal a DB schema

2001-12-19 Thread Igor Fedulov
Try to download the sources from netbeans.org and poke around. Other then that I would just research java.sql.DatabaseMetaData class, it will do it for you (assuming that driver implements all supporting interfaces correctly). Igor -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additio

Win2K + Netbeans 3.3 + Tomcat 3.2 (build-in)

2001-12-18 Thread Igor Fedulov
Where should I look for the cause? -- Best regards, -- HTTP is a stateless protocol, and the Internet is a stateless development environment -- Igor Fedulov E-mail : [EMAIL PROTECTED] Work Ph: 773.775.1595 Home Ph: 773.281.8938 Cell Ph: 773.580.5935 -- To unsubscribe: <mailto:[EMA

RE: ODBC-JDBC ** with JSP ** : 'No suitable driver'

2001-05-03 Thread Klacansky, Igor
Brendan, If you still have this problem ... I had the same problem with Oracle8i, NT 4.0. But, I had it only with Server side internal driver - kprb. The thin and the oci worked fine. So, the question is which driver are you using (there are 4 of them)? I hope it will help, Igor Igor

Re: Anybody knows a company that wants to support tomcat

2001-03-22 Thread Igor Pruchanskiy
Apache Software Foundation SEEMANTINI GODBOLE wrote: > Any companies out there which will > > 1. coordinate/fix bugs in Apache + tomcat product > 2. Act as our help desk and answer any tomcat config, development issues. > 3. Provide consultancy on tuning our app for Apache + tomcat > > I wil

Re: iis in different drive....

2001-03-21 Thread Igor Pruchanskiy
NetBIOS ? NetBIOS name IS your hostname though... Is that DNS you are talking about ? > > > Can anyone have an idea to get around this problem? Thank you. > > Leslie KIM > > igor >

mod_jk, $TOMCAT_HOME/work directory and gigantic files

2001-03-21 Thread igor
w do i fix it ?- Please help, I do not want to kill another 8 hour day fighting the software i do not really have an idea about. Sincerely, Igor Pruchanskiy igor (at) linuxinside (dot) com

Re: problem with JSP displaying broken image link

2001-03-19 Thread Igor Shevchenko
> Do you know a way around this? You can put this one-line html page to the same geocitices site/account : and load it in your JSPs/htmls using Not tested.. > > -Jeff > > - Original Message ----- > From: Igor Shevchenko <[EMAIL PROTECTED]> > To: <[EMAIL PRO

Re: problem with JSP displaying broken image link

2001-03-18 Thread Igor Shevchenko
ection from such cheats is quite simple (using mod_rewrite). Regards, Igor > > -Jeff > > > > > > > I have been having trouble displaying images from my JSP(s). It > > > seems like all my images that exist on http://www.geocities.com come > > > up as

Re: problem with JSP displaying broken image link

2001-03-18 Thread Igor Shevchenko
> I have been having trouble displaying images from my JSP(s). It > seems like all my images that exist on http://www.geocities.com come > up as broken image links.Is there a bug in the JSP server? I can > display those images as plain .html file but not in my JSP. Where is your JSP lo

Re: mod_jk does not compile (3.2b7)

2000-11-13 Thread Igor Stelmashenko
I'm having the same problem on solaris(apache_1.3.14, gcc version 2.95.2 19991024 (release)) Any tips or pointers are greatly appreciated! I've tried everything mentioned on http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html I have also collected kernel trace - apxs tries