mass virtual hosting with rewrite

2005-09-02 Thread Oleg
This way Tomcat doesn't have to be setup with all those virtual domain names. Any idea how to do it? Of course I would not want the URL to change in the browser address bar so the rewrite would have to be internal only. What do you think? Thanks Oleg

Re: mass virtual hosting with rewrite

2005-09-02 Thread Oleg
I am not running Tomcat and Apache ont he same port, I have never tried doing that. I suggest you start a separate post, maybe someone will be able to help you. Thanks, Oleg On 9/2/05, jmail [EMAIL PROTECTED] wrote: Adn howy did you do that? I've got a problem. I can't use tomcat

Re: Calculating required memory

2005-08-18 Thread Oleg
) I might as well move all my classes into shared, before I only had struts, hibernate jars and so on That wouldnt create any thread safety issues would it? Thanks again for your time, this helps a lot! Oleg On 8/17/05, Peter Crowther [EMAIL PROTECTED] wrote: From: Oleg [mailto:[EMAIL

Calculating required memory

2005-08-16 Thread Oleg
300 identical application deployed, I will need at least 2.4GB and than some Could some one please explain how it actually works? Thanks Oleg

Re: virtual host memory usage

2005-08-15 Thread Oleg
database driver jar since I am using JNDI. Does that sound about right? Thanks Oleg On 8/15/05, George Sexton [EMAIL PROTECTED] wrote: You are correct. My suggestion was that you in one case had a file in the common/lib directory, while in another you had it in the WEB-INF/lib directory

Re: virtual host memory usage

2005-08-14 Thread Oleg
I am sorry, what do you mean by host class loader? From what I understand there are 3 ways to load classes, /common/lib (used by tomcat), shared/lib (used by all applications), webapp/web-inf/lib used by this one application. Thank you Oleg On 8/13/05, George Sexton [EMAIL PROTECTED] wrote

virtual host memory usage

2005-08-13 Thread Oleg
Why running 100 virutal hosts in Tomcat takes up much more memory than running a 100 identical applications under one host? Is there a way to configure Tomcat to run both the same? Thank you Oleg

Virtual hosts and shared libraries

2005-07-22 Thread Oleg
I got a problem with Tomcat using a huge amount of memory on startup. Of course I realize that it all depends on how large are the applications. However, I have lets say two identical machines with Tomcat 5.5 installed. One Tomcat has 100 virtual hosts running the same application and takes up

multiple contexts

2005-05-17 Thread Oleg
for a virtual host Is there a better way to do it? to allow user access to a website both ways but having the application deploy only once and somehow having pointers to it? Thank you for the help Oleg - To unsubscribe, e-mail: [EMAIL

Re: Re: out of memory when there is plenty

2005-02-22 Thread Oleg
1GB ram avaiable but server crashes at like 350MB, any ideas? Thanks Oleg On Sun, 20 Feb 2005 0:02:48 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: JProfiler is best in case of Tomcat. Shakeel. From: Oleg [EMAIL PROTECTED] Date: 2005/02/19 Sat PM 06:15:10 EST To: Tomcat Users List

Re: moving all classes to shared

2005-02-21 Thread Oleg
, so class in webapp will see classes in shared? Thank you Oleg On Mon, 21 Feb 2005 10:54:45 -0600, QM [EMAIL PROTECTED] wrote: On Sat, Feb 19, 2005 at 06:38:03PM -0800, Oleg wrote: : If I have 200 users deployed on tomcat with 99% using identical : classes, would it be ok to move all classes

Re: moving all classes to shared

2005-02-21 Thread Oleg
Hmm, quick question, do you know of a reason why this ould not work for Struts, I did it and for some reason I get an error org.apache.struts.action.RequestProcessor - ERROR - No action instance for path /selectTiles could be created this class was moved to shared. Thansk, Oleg On Mon, 21 Feb

out of memory when there is plenty

2005-02-19 Thread Oleg
to report out of memory error when so much is still available. Thank you Oleg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: out of memory when there is plenty

2005-02-19 Thread Oleg
on hearing about. Thansk Oleg On Sat, 19 Feb 2005 08:38:34 -0600, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Oleg [mailto:[EMAIL PROTECTED] Subject: out of memory when there is plenty My question is what can cause Tomcat to report out of memory error when so much is still available

Re: out of memory when there is plenty

2005-02-19 Thread Oleg
java.lang.OutOfMemoryError Any ideas? On Sat, 19 Feb 2005 17:41:56 -0600, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Oleg [mailto:[EMAIL PROTECTED] Subject: Re: out of memory when there is plenty how do I find out now whats wrong. Try specifying -verbose:gc on the command line; this will at least

moving all classes to shared

2005-02-19 Thread Oleg
Oleg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

dynamic server.xml

2005-02-16 Thread Oleg
I know question was asked many times and I have read a lot of posts people asking how to add a virtual host without restarting tomcat and the answer, not possible. So I am wondering, is it because its time expencive that tomcat doesnt check virtual hosts names real time, or atleast refreshes the

Re: HTMLArea v. fckeditor

2005-02-16 Thread Oleg
Isnt HTMLArea IE only? I used FCKeditor for about a year, love it. After much searching, I think it is the best. On Fri, 11 Feb 2005 11:28:25 -0800, David Wall [EMAIL PROTECTED] wrote: See http://www.fckeditor.net/ Aside from the odd name (we do have to give credit after all!), that does

url case sensitive

2005-02-08 Thread Oleg
, as well as Mozilla on Linux, Safari on Mac. I Am really lost here, any ideas? Thanks, Oleg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: outOfMemory exception under high load

2005-02-08 Thread Oleg
again. Restarting the database, gave us several weeks until the error started coming up again once the memory used by database grew. Thinking that it had something to do with the memory it took to maintain the pool. Oleg On Mon, 7 Feb 2005 23:02:36 -0600, Caldarale, Charles R [EMAIL PROTECTED] wrote

tomcat and apache+mod_jk on different servers - another story

2004-01-21 Thread Oleg Letsinsky
Hi, I've read a lot of tomcat and apache+mod_jk howto's and threads, but so far found nothing which would help me to find a solution to my problem. All solutions I've seen include apache, handling static pages and usual apache stuff + machine with tomcat, handling JSP's and servlets. Is it

Tomcat 5.0.4 fails to serve form-login-error page properly

2003-07-24 Thread Oleg S. Estehin
Hi I am porting my application from Tomcat 4.1.24 to Tomcat 5.0.4 (i.e. porting from Servlets 2.3/JSP 1.2 to Servlets 2.4/JSP 2.0). I have a servlet mapped to /auth that produces the page with login form. Form based authentication is set with the following fragment of the deployment descriptor:

Tomcat 5.0.4 fails to serve form-login-error page properly

2003-07-23 Thread Oleg S. Estehin
Hi I am porting my application from Tomcat 4.1.24 to Tomcat 5.0.4 (i.e. porting from Servlets 2.3/JSP 1.2 to Servlets 2.4/JSP 2.0). I have a servlet mapped to /auth that produces the page with login form. Form based authentication is set with the following fragment of the deployment descriptor:

Please help save Tomcat for a high profile project in Switzerland: Problem compiling mod_webapp for IBM HTTP Server 1.9.19 running on AIX 4.3.3.

2001-11-17 Thread Oleg
with Tomcat prominently featured alongside some leading commercial products. Many thanks in advance Oleg Kalnichevski -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

xtp in Tomcat

2001-05-24 Thread Oleg Okhotnikov
Hello! Is anybody have HOWTO for using xsl stylesheets for jsp output in Tomcat? I think about something like xtp in Resin. Oleg.

Re: about the IIS (in win2000 professtional version) and tomcat installing

2001-03-19 Thread Oleg L. Sverdlov
akata" - point it to the same place. 3) restart IIS Oleg L. SverdlovWeb Development Dept. Netmount Networks Raanana, Israel. http://www.netmount.comPhone: +972-9-745-5220Fax: +972-9-745-2521 - Original Message - From: mermaid To: [EMAIL PROTECTED] Sent: Monday

Re: Stuck Combining Servlets and JavaScript

2001-03-13 Thread Oleg L. Sverdlov
4"); for(var k=0;ktitle.length;++k) document.write("p"+title[k]); /script So, I want the servlet to generate the second line of the script. Frank Oleg L. Sverdlov Web Development Dept. Netmount Networks Raanana, Israel. http://www.netmount.com Phone: +972-9-745-5220 Fax: +972-9-745-2521

Re: memory and/or ms problem

2001-03-01 Thread Oleg L. Sverdlov
I have the same problem too. I use Windows 2000 Server, Tomcat 3.2.1 and isapi_connect.dll I've already asked this question on the list, and nobody seems to know. Oleg L. Sverdlov Web Development Dept. Netmount Networks Raanana, Israel. http://www.netmount.com Phone: +972-9-745

Q: logging requests to servlet?

2001-03-01 Thread Oleg L. Sverdlov
Hello. When using ISAPI redirector for Tomcat, all requests to servlets are written in IIS log file as "... GET /jakarta/isapi_connect.dll ..." . How to configure tomcat to see servlet name and parameters passed? Thanks. Oleg L. SverdlovWeb Development Dept. Netmount Networ

Re: Installing Tomcat to run as an IIS-ISAPI filter on Win2000.

2001-02-21 Thread Oleg L. Sverdlov
PROTECTED] For additional commands, email: [EMAIL PROTECTED] Oleg L. Sverdlov Web Development Dept. Netmount Networks Raanana, Israel. http://www.netmount.com Phone: +972-9-745-5220 Fax: +972-9-745-2521

[Windows 2000] Is that Tomcat eating memory ?

2001-02-07 Thread Oleg L. Sverdlov
rocess_callback - write failed [jk_isapi_plugin.c (554)]: HttpExtensionProc error, service() failed Anybody know anything about this problem? Oleg L. Sverdlov Web Development Dept. Netmount Networks Raanana, Israel. http://www.netmount.com Phone: +972-9-745-5220 Fax: +972-9-745-

JSP 404 error with TOMCAT standalone

2001-01-23 Thread Oleg Timofeyev
" reloadable="true" /Context . Host name="127.0.0.1" Context path="" docBase="webapps/ROOT" / Context path="/examples"

Re: JSP 404 error with TOMCAT standalone

2001-01-23 Thread Oleg Timofeyev
Perfect, you absolutelly right, ROOT and path tools.jar took care of the problem :) Thank you very much. -- -- Oleg Timofeyev ReadySetNet [EMAIL PROTECTED] http://www.readysetnet.com Phone : 323 469 2000 Fax : 323 469 2155 On Tuesday 23 January 2001 18:16, you wrote: Oleg Timofeyev wrote