tomcat.log

2005-10-04 Thread Jiang, Peiyun
Tomcat 5.5.9: What is tomcat.log and how is it created? Peiyun Jiang - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat 5.5.7 + struts problem

2005-08-16 Thread Jiang, Peiyun
What is happening here? I'm running tomcat 5.5.7 as Windows service. It's working with tomcat 5.0 as service. Why 5.5.7 does not have start scripts? Thanks. Peiyun --- java.lang.ClassCastException: org.apache.struts.taglib.html.MessagesTei

deploy using manager

2005-04-29 Thread Jiang, Peiyun
[use maven tomcat:deploy (using manager)] FAIL - Encountered exception java.io.IOException: java.lang.reflect.InvocationTargetException What does this mean? Peiyun Jiang - To unsubscribe, e-mail: [EMAIL PROTECTED] For

deploy using manager

2005-04-28 Thread Jiang, Peiyun
From tomcat /manager/ did: (1) remove application (2) uploaded war from PC to server to install (3) optionally reload/stop/start, sometimes repeatedly Tomcat still running the old version. Any known reasons? Peiyun Jiang - To

JDBCRealm Configuration

2005-04-21 Thread Jiang, Peiyun
I got the Exception when starting tomcat. What's wrong with it? Peiyun --- Realm className=org.apache.catalina.realm.JDBCRealm driverName=oracle.jdbc.driver.OracleDriver

tomcat as Windows service - access to resources

2005-04-07 Thread Jiang, Peiyun
I'm running Tomcat 5.0 on Windows 2000. I logon to Windows as user1 and I have a mapped drive G: that requires separate login (I user the same user name and password, so it automatically logs in). (1) If I login as user1 and start Tomcat from the start script, I can access drive G: from a

RE: tomcat as Windows service - access to resources

2005-04-07 Thread Jiang, Peiyun
- access to resources From: Jiang, Peiyun [mailto:[EMAIL PROTECTED] I'm running Tomcat 5.0 on Windows 2000. I logon to Windows as user1 and I have a mapped drive G: that requires separate login (I user the same user name and password, so it automatically logs in). (1) If I login

RE: tomcat as Windows service - access to resources

2005-04-07 Thread Jiang, Peiyun
Subject: Re: tomcat as Windows service - access to resources On Apr 7, 2005 10:59 AM, Jiang, Peiyun [EMAIL PROTECTED] wrote: I did a test using \\computer\dir\mydir instead of a mapping G:. I still have the same behavior. Silly question but did you escape your backslashes? What errors are you

RE: tomcat as Windows service - access to resources

2005-04-07 Thread Jiang, Peiyun
) - addWatchedFile(String pathname) end Peiyun -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: April 7, 2005 12:19 PM To: Tomcat Users List Subject: Re: tomcat as Windows service - access to resources On Apr 7, 2005 11:11 AM, Jiang, Peiyun [EMAIL PROTECTED] wrote: I

Memory Requirement

2005-02-02 Thread Jiang, Peiyun
I have two questions: (1) How much memory to give to JVM to run tomcat? As mush as possible? (2) How to reasonably estimate the memory requirement for a web application running in tomcat? Thanks. Peiyun Jiang - To unsubscribe,

RE: Long running requests and timeouts?

2005-01-17 Thread Jiang, Peiyun
I have the same problem. If you find a solution, please post and email me. What I found out with my application is that when tomcat runs low on memory, it will start to behave erratically. For example: scheduled job won't run; running processes seem to terminate/timeout... I don't know exactly

RE: How to run servlet for every 30 minutes in Tomcat 4.1.30

2004-12-21 Thread Jiang, Peiyun
You may user a scheduler to schedule your tasks to run every 30 minutes. http://www.theserverside.com/blogs/printfriendly.tss?id=QuartzSchedulerInJ2E E http://www.quartzscheduler.org/quartz/. Peiyun -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: December 21,

RE: How to run servlet for every 30 minutes in Tomcat 4.1.30

2004-12-21 Thread Jiang, Peiyun
You may use a scheduler to schedule your tasks to run every 30 minutes. http://www.theserverside.com/blogs/printfriendly.tss?id=QuartzSchedulerInJ2E E http://www.quartzscheduler.org/quartz/. Peiyun -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: December 21,

RE: How to run servlet for every 30 minutes in Tomcat 4.1.30

2004-12-21 Thread Jiang, Peiyun
You may use a scheduler to schedule your tasks to run every 30 minutes. http://www.theserverside.com/blogs/printfriendly.tss?id=QuartzSchedulerInJ2E E http://www.quartzscheduler.org/quartz/. Peiyun -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: December

RE: How to run servlet for every 30 minutes in Tomcat 4.1.30

2004-12-21 Thread Jiang, Peiyun
I think I saw something like this, but not sure if it works: servlet servlet-nameServlet/servlet-name servlet-classServlet/servlet-class run-atcron expression?/run-at load-on-startup1/load-on-startup /servlet Peiyun -Original Message-

how tomcat compile jsp

2004-12-06 Thread Jiang, Peiyun
When tomcat compiles jsp, does it add jars in /WEB-INF/lib/ to classpath? [If I include third party libs in /WEB-INF/lib/, do I have to add them somewhere for tomcat to load? Or I can just leave them there in /WEB-INF. ] Thanks. Peiyun Jiang

RE: how tomcat compile jsp

2004-12-06 Thread Jiang, Peiyun
driver. -Original Message- From: Jiang, Peiyun [mailto:[EMAIL PROTECTED] Sent: 06 December 2004 14:52 To: 'Tomcat Users List' Subject: how tomcat compile jsp When tomcat compiles jsp, does it add jars in /WEB-INF/lib/ to classpath? [If I include third party libs in /WEB-INF/lib

RE: how tomcat compile jsp

2004-12-06 Thread Jiang, Peiyun
To: Tomcat Users List Subject: RE: how tomcat compile jsp Hi, Can't you just test this in much less time than it takes to ask and wait for responses on this list? ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: Jiang, Peiyun [mailto:[EMAIL PROTECTED] Sent: Monday

RE: how tomcat compile jsp

2004-12-06 Thread Jiang, Peiyun
environment to replicate the production situation. Otherwise, its time consuming and hard to debug the errors. Is it in Linux or win 2k or win xp? Razzakul -Original Message- From: Jiang, Peiyun [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 9:18 AM To: 'Tomcat Users List' Subject: RE

tomcat not sending all output

2004-12-03 Thread Jiang, Peiyun
I have a servlet that is doing a lot of work. After the work is done, I send out information to say that the work is done. But somehow tomcat disconnected and the browser is not getting the whole output. I logged the whole process and it does run to end. If I reduce the amount of work done by the

RE: tomcat not sending all output

2004-12-03 Thread Jiang, Peiyun
out why. Peiyun -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: December 3, 2004 9:38 AM To: Tomcat Users List Subject: Re: tomcat not sending all output On Fri, 2004-12-03 at 09:28, Jiang, Peiyun wrote: I have a servlet that is doing a lot of work. After the work

jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
I have my jsps on windows working fine. But after I moved to Linux, I got: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from

RE: jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
on that server ? -Message d'origine- De : Jiang, Peiyun [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 décembre 2004 21:02 À : 'Tomcat Users List' Objet : jsp on windows/linux I have my jsps on windows working fine. But after I moved to Linux, I got: HTTP Status 500

RE: jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
tomcat 4.1.24 on RedHat Linux (Linux host 2.4.21-20.EL GNU/Linux) j2sdk1.4.2 Thanks. Peiyun -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: December 3, 2004 3:08 PM To: Tomcat Users List Subject: RE: jsp on windows/linux I have my jsps on windows working fine.

RE: jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
working OK. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: December 3, 2004 3:14 PM To: Tomcat Users List Subject: RE: jsp on windows/linux On Fri, 2004-12-03 at 15:08, Jiang, Peiyun wrote: Yes. I got jdk and have java_home, tomcat_home and catalina_home set

RE: jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
I saw a lot posting, but they are almost all talking about space in dirs on windows. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: December 3, 2004 3:14 PM To: [EMAIL PROTECTED] Subject: RE: jsp on windows/linux For crying out loud! GOOGLE IS YOUR FRIEND!