help to solve 'OutOfMemoryError'

2006-01-26 Thread Aparna Ramakrishnan
hello I am running a java program which makes a HttpURLConnection randomly, using Tomcat 5. I use Asterisk-JAVA API. After the program runs for an hour, it returns a java.lang.OutOfMemoryError and the HttpURLConnection is not established, but again it returns to normal and the UrlConnection

jsp pages do not run in tomcat

2005-11-18 Thread Aparna Ramakrishnan
Hello, I am running tomcat4. when i start Tomcat using /etc/init.d/tomcat4 start using JAVA_HOME=/usr/lib/kaffe, tomcat stops to run almost immediately but says the pid file still exists. Now if i export JAVA_HOME=/usr/j2sdk1.4.2_09, and start tomcat again, it runs comfortably.

Re: jsp pages do not run in tomcat

2005-11-18 Thread Aparna Ramakrishnan
installation/work/Standalone/localhost/application name. 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, Aparna Ramakrishnan [EMAIL PROTECTED] wrote: Hello, I am running