Re: Tomcat 6 and IIS 7

2009-12-15 Thread Tuan Quan
address(es) does it report IIS as being bound to?  Are they what you expect? If all of those are what you expect, please come back to the list and I'll have another think! - Peter 2009/12/10 Tuan Quan tuan_q...@yahoo.com Hi all, I have a problem getting both Tomcat 6 (running on port 80

Tomcat 6 and IIS 7

2009-12-10 Thread Tuan Quan
Hi all, I have a problem getting both Tomcat 6 (running on port 80) and IIS 7 (also, on port 80 - But different IP address) The server has two IP addresses. and I'd like to dedicate each IP to Tomcat and IIS. I'm able to assign Tomcat to only ONE IP address. Then went to IIS 7 to bind it to the

Tomcat 6 on Windows Vista 64bit

2009-11-19 Thread Tuan Quan
Anyone has succesfully installed Tomcat 64 bit on Windows Vista Business 64bit OS? Thanks. Tuan

header in Tomcat 6.x

2009-07-06 Thread Tuan Quan
Dear all; How can I set header in Tomcat 6 similar to IIS, in a way that when users type URL: http://mywebserver_name it automatically forwards to my webapp URL: http://mywebserver_name/myweb/jsp/login.jsp thanks. Tuan.

APR based Tomcat Native library

2009-03-19 Thread Tuan Quan
Dear all, I installed Tomcat 6.0.16,  service is running but the catalina log shows: INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:

Tomcat 6 on Windows 2003 - 64 bit

2009-03-16 Thread Tuan Quan
Hi all, I've installed Java JDK 1.6.0_04 - 64 Bit version. Then install Tomcat 6.0.16, but when starting Tomcat I got the error below in Tomcat's log file. The JRE 1.6.0_04 is there and installed.   [2009-03-16 16:00:07] [986 prunsrv.c] [error] Failed creating java C:\Program

Re: initial memory pool and maximum memory pool in Tomcat 6.x

2008-12-05 Thread Tuan Quan
Sent: Thursday, December 4, 2008 11:58:26 AM Subject: Re: initial memory pool and maximum memory pool in Tomcat 6.x Hello Tuan, On Thu, Dec 4, 2008 at 6:05 PM, Tuan Quan [EMAIL PROTECTED] wrote: Dear all; What is the advantage of setting both values to the same number? In case your server

initial memory pool and maximum memory pool in Tomcat 6.x

2008-12-04 Thread Tuan Quan
Dear all; What is the advantage of setting both values to the same number? My application run out Permgen memory, If I set both memory pool to 1200MB, and Permgen - 256M, Tomcat will not start. but if memory pool to 900MB and Permgen to 256M, Tomcat start OK. thanks.

Memory usage in Tomcat 6

2008-06-16 Thread Tuan Quan
Hi all, how do I adjust Memory allocation Tomcat 6, running as service in Windows? I ran into out of memory error. thanks.