RE: gc output for tomcat?? where is it

2004-11-16 Thread Pooleery, Manoj
as a service, isn't it? That's where I'd expect it. But I don't care enough for JDK 1.3 to actually test this for you ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 4:44 PM To: 'Tomcat Users

RE: gc output for tomcat?? where is it

2004-11-15 Thread Pooleery, Manoj
Can somebody from the developer team answer this question please? -Xloggc: works only from JDK 1.4 onwards. With JDK 1.3.1 and Tomcat running as a service, I was also not able to get any gc logs anywhere. When it is running as a console, with the -verbose:gc flag, it was showing the gc output

Tomcat - Win2k service - GC output

2004-07-15 Thread Pooleery, Manoj
Hi, I have set up Tomcat 4.1.27 as a service on a Win2k machine using the following script - tomcat -install Apache Tomcat %JAVA_HOME%\jre\bin\server\jvm.dll -verbose:gc -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar -Djava.endorsed.dir=%CATALINA_HOME%\common\endorsed

RE: Tomcat - Win2k service - GC output

2004-07-15 Thread Pooleery, Manoj
- GC output Hi. If you are using JSDK 1.4.x use the following VM flag: -Xloggc:normal.gc This will create and write GC log entries to the following location on your windows server: [WINDOWS_SYSTEM_DIR]\system32\normal.gc Regards, Carl -Original Message- From: Pooleery, Manoj [mailto

RE: Tomcat - Win2k service - GC output

2004-07-15 Thread Pooleery, Manoj
not go to the normal log output file(s). Carl -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED] Sent: 15 July 2004 05:21 PM To: 'Tomcat Users List' Subject: RE: Tomcat - Win2k service - GC output Hi, Thank you for the quick response. I'm using jdk 1.3.1_05 and hence I

Tomcat, load balancing

2004-01-17 Thread Pooleery, Manoj
I have a scenario where I have to support 2000 concurrent users on my app. What would be the best distribution with Tomcat? Are there any documents/standards as to how many concurrent users each instance of Tomcat will be able to support? Any suggestions/useful links will be really appreciated.

RE: JSP Compilation Issues

2003-09-30 Thread Pooleery, Manoj
Cut it into multiple JSPs, with no try catch block, in the header add code to redirect to an error page in case of an exception. You might be better off if you consider alternate options to display it as JSPs, as it may very well become a maintenance nightmare. Thanks -Manoj Pooleery. Sr.

JSP Compulation problem

2003-09-24 Thread Pooleery, Manoj
Hi, I have Tomcat 4.1.18 running on Unix. As part of the application, I have a JSP file which shows the main page. I had problems with Tomcat caching it, so, I added a script to remove the localhost folder before tomcat starts up. But right now, whenever I start Tomcat and access the app, it is

Tomcat as a service - starting up with security

2003-07-15 Thread Pooleery, Manoj
Hi, I have a requirement like this - I want to install Tomcat as a service which when starts up, should be in the secure mode. I want to do a cleanup of the logs/localhost directories when I do so. (Currently, I have a batch file which does it for me). I could get hold of information to start

Printing options/tools available in Java

2003-04-01 Thread Pooleery, Manoj
Hi, I am looking for any options that are available in java for printing excel/pdf documents. Anybody know of any tool/package that I can use? Thanks -Manoj Pooleery Senior Software Developer Synygy Inc. (www.synygy.com)

Starting Tomcat as a service on 2000/NT

2003-02-03 Thread Pooleery, Manoj
Is there any performance benefits if Tomcat is configures as a service on 2000/NT? Thanks -Manoj.

web.xml question

2003-02-03 Thread Pooleery, Manoj
Is it necessary that for each of the servlet elements in the web.xml, a corresponding servlet-mapping element should be there? (For a context other than root). Thanks -Manoj.

RE: web.xml question

2003-02-03 Thread Pooleery, Manoj
question Not really, if you have a servlet is used for startup a background process, then you do not need a mapping section. - Original Message - From: Pooleery, Manoj [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, February 03, 2003 2:22 PM Subject: web.xml

RE: web.xml question

2003-02-03 Thread Pooleery, Manoj
-of-the-box install. You should define an explicit servlet-mapping in your web.xml. -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 ... -Original Message- From: Pooleery, Manoj [mailto

RE: web.xml question

2003-02-03 Thread Pooleery, Manoj
: Monday, February 03, 2003 5:24 PM To: Tomcat Users List Subject: Re: web.xml question Not really, if you have a servlet is used for startup a background process, then you do not need a mapping section. - Original Message - From: Pooleery, Manoj [EMAIL PROTECTED] To: 'Tomcat Users List

RE: tomcat 4.1.18: disable default directory listing

2003-02-03 Thread Pooleery, Manoj
Yes, you can prevent the directory listings. The settings for this is in the web.xml in the conf directory of tomcat. The settings are for the default servlet (The first entry in the web.xml). There is a property called 'listings', which you can set to false. The default value is true. You can

RE: TC 4.1 and VM crash: how to report issue?

2002-12-10 Thread Pooleery, Manoj
This looks more likely a memory issue to me. Have you tried setting the heap size for the JVM? I had faced a similar problem earlier and it was solved when I changed the heap memory settings. Depending upon the server's memory, you can use the '-Xmx xxk -Xms xxk' option to change your heap

RE: reloading of jsp page...

2002-10-10 Thread Pooleery, Manoj
I don't know if updating your clock is going to save you from this problem. I had faced a similar issue with JSP, where IE was the culprit. it used to cache the page the first time it is loaded and wouldn't refresh it even if it is changed on disk. What I did was to put the meta tags for

Job Openings

2002-09-18 Thread Pooleery, Manoj
Hi, My company is looking for experienced Java professionals with 3-4 years of experience. Experience in core, serverside Java, JSP, XML and XSL is a must. If you are interested, please send your resume to [EMAIL PROTECTED] Thanks Manoj. -Original Message- From: [EMAIL PROTECTED]

RE: problem: cannot autorecompile jsp

2002-08-27 Thread Pooleery, Manoj
I had similar problems with JSP and tomcat. The reason why changes in JSP is not getting reflected in the browser may be a browser issue also. For me, IE used to cache everything. So, even if I change my JSP, it was to no effect. I had to force IE to refresh. To do this, I added refresh

RE: RE : How can I see log4j output on the console?

2002-08-27 Thread Pooleery, Manoj
Also, instead of using System.out to printout diagnostic messages, use logger.debug( ). This will output the messages to the console. -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 4:41 AM To: 'Tomcat Users List' Subject: RE : How can I see

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Pooleery, Manoj
for the intranet. -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 3:33 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache In the httpd.conf file of apache, you can implement the virtual host directive for SSL. The port used

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Pooleery, Manoj
In the httpd.conf file of apache, you can implement the virtual host directive for SSL. The port used is 443. You have to have an entry like this - ## ## SSL Virtual Host Context ## VirtualHost server_name:443 # General setup for the virtual host DocumentRoot

Tomcat 4.0.2 + IIS 5.0/6.0

2002-07-22 Thread Pooleery, Manoj
Hi all, How can I find information as to how to configure Tomcat 4.0.2 with IIS 5.0/6.0? I have configured Apache to work with Tomcat, but I am finding it hard to locate information about the same with IIS. Has anybody done this before? Thanks Manoj. -Original Message- From: