Re: jsp pages do not run in tomcat

2005-11-18 Thread Santosh Asbe
check whether .java & .class files for the JSP are being created in the work folder. Work folrder is located at /work/Standalone/localhost/. If class files are not being created here for the JSP then check ur JSP for extra semi colons which sometime creates problems for compilation. On 11/18/05,

Re: Can cached EJB HomeHandles be invalidated?

2005-11-14 Thread Santosh Asbe
st to see if there is interest in a feature > forcing Tomcat to always use the ObjectFactory to retrieve the home > interface rather than retrieving it from the cached HomeHandle. > > > On 11/11/05 2:32 AM, "Santosh Asbe" <[EMAIL PROTECTED]> wrote: > > > Hi

Re: Can cached EJB HomeHandles be invalidated?

2005-11-11 Thread Santosh Asbe
Hi , I have faces similar problem with tomcat & websphere. Problem i have descirbed in detail. Do inform if any solution is there for this problem. I have tomcat 4.1.30 on Linux. It servers as a web server and contains only JSP & Servlets. We make a remote call to Websphere Application Server ( o

Re: KeepAlive Timeout configuration

2005-11-06 Thread Santosh Asbe
Hi , My application also might require the keep alive timeout parameter. Can you provide more infomration and where exactly to specify the parameter. i am using tomcat 4.1.30 on RHEL 3.0. thanks Santosh On 10/29/05, Bill Barker <[EMAIL PROTECTED]> wrote: > > > - Original Message - > Fro

tomcat hangs

2005-10-18 Thread Santosh Asbe
Hi all, I am also facing an issue with tomcat 4.1.30 on RHEL 3.0. After few days my server doesnot respond to any request. When i check the process id, it is running. But when i try to shutdown the tomcat , it doesnot stop. the process id still exists So i kill -9 the PID and the start the tomcat.

Re: Tomcat upgrade

2005-10-18 Thread Santosh Asbe
eing said - you still have the source > to > patch it yourself (if you are comfortable with that) > > > -Tim > > Santosh Asbe wrote: > > > if anyone has done it earlier its better to reuse..i am already working > on > > the same. But is it recommended to upg

Re: tomcat caching issue

2005-10-18 Thread Santosh Asbe
n so far - there is no evidence tomcat would be > chaching anything. > > I'd suggest placing as much debug code in your code as possible via a > logging > pacakge such as log4j/commons-logging so the log information can be turned > on > via configuration directives. > >

Re: JSP Compilation, Jasper class loading, and log4j issues

2005-10-18 Thread Santosh Asbe
Hi , I have also faced similar problem in Apache - tomcat setup on RHEL 3.0. Wehenever i deploy a JSP and restarted the tomcat and made a call to that JSP, samee error used to come. initially then we used to delete the complied JSP in the work folder and make an explicit call to the JSP. But then

Re: classloader during tomcat startup

2005-10-18 Thread Santosh Asbe
o classloader by jvm. > If this is first time classloader has to return the Class, it initialize > it. > > So static block is run at first time class is requested. > > This is common sense as it prevents initialising classes you never use > in your library. > > David D

Re: How to PreCompile JSPs

2005-10-17 Thread Santosh Asbe
Hi, i have tried to use the code for pre compilation of JSP from the site < http://www.rgagnon.com/javadetails/java-0414.html>. In my Application in the JSP folder , there around 6 sub folders and around 25-30 JSP is each of them. When i run this JSP only few JSP's are complied and then an error

Pre compilation of JSP

2005-10-17 Thread Santosh Asbe
Hi, i have tried to use the code for pre compilation of JSP from the site < http://www.rgagnon.com/javadetails/java-0414.html>. In my Application in the JSP folder , there around 6 sub folders and around 25-30 JSP is each of them. When i run this JSP only few JSP's are complied and then an error

classloader during tomcat startup

2005-10-17 Thread Santosh Asbe
Hi all, I have couple of questions regarding tomcat startup 1)when the tomcat is started , does it load all the jar file from its lib and create a object of all the classes? 2) if there is a static block in one of the classes , when will it execute..during startup or when first call is made Sant

Re: Tomcat upgrade

2005-10-17 Thread Santosh Asbe
.mhsoftware.com/ > Voice: 303 438 9585 > > > > -Original Message- > > From: Santosh Asbe [mailto:[EMAIL PROTECTED] > > Sent: Sunday, October 16, 2005 11:24 PM > > To: Tomcat Users List > > Subject: Tomcat upgrade > > > > Hi all, > > Currently my Productio

Tomcat upgrade

2005-10-16 Thread Santosh Asbe
Hi all, Currently my Production system is working on tomcat 4.1.30 ( linux). I would like to know the further upgrades of the server and what new has been added . which tomcat would be stable? Need your advice Thank yoou Santosh

Re: Tomcat 4.1.31 hangs after 2 days .. any idea on what going on .. ?... please help

2005-10-14 Thread Santosh Asbe
Hi, Check this link http://marc.theaimsgroup.com/?l=tomcat-user&m=108556070626723&w=2 Also your hung status of tomcat might be due to JVM and kernel threading. Use the foloowing in catalina.sh using the following: > > export LD_ASSUME_KERNEL=2.4.1 It should be less or same to your kernel version