problems starting/stopping tomcat

2003-09-13 Thread Astrid Wagner
Hi , I use tomcat 4.1.24, jdk 1.4.0 and Apache 1.3 on Solaris 8. After having developed and successfully run many servlets I now receive a "port 8080 already in use problem" after I try to start tomcat. Sep 13, 2003 10:20:54 AM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry

new Aspen Group Email

2003-09-13 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

Re: new Aspen Group Email

2003-09-13 Thread Marco Tedone
Proposal to remove [EMAIL PROTECTED] from the list. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 13, 2003 9:33 AM Subject: new Aspen Group Email > Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. > > > > Please note

Re: Using encodeURL - do we have to pass the jsessionID around?

2003-09-13 Thread Christopher Williams
No, it's done for you. - Original Message - From: "Anson Zeall" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, September 13, 2003 4:43 AM Subject: Using encodeURL - do we have to pass the jsessionID around? > Hi guys. > > I still don't quite get how

Re: Java Mail Question

2003-09-13 Thread Christopher Williams
Java will only contact the SMTP server when you call "Transport.send()". - Original Message - From: "Peter Vertes" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 10:46 PM Subject: Java Mail Question > Hello All, > > Quick question a

Re: Memory Leak with static content

2003-09-13 Thread Anton Tagunov
Hello Seth! SN> All, SN> OS: Sparc-Solaris 9 SN> JDK: 1.4.0_02 SN> Tomcat: 4.1.27 SN> Problem: SN> I start tomcat and it takes up about 45MB of RAM. I wrote a script to email me every ten minutes the amount of memory it's taking up. The results are showing me that it gains about 1MB every 10

Re: reload and ROOT problem

2003-09-13 Thread Tim Funk
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096 -Tim Rishikesh Tembe wrote: Hi all, I am facing two problems with v4.1.27. 1. After I reload the servlet by copying it into its directory in WEB-INF/classes, I get the foll. error when I try to access the reladed servlet. HTTP Status 503 - T

How deploy EJB on Tomcat?

2003-09-13 Thread Igor Grygorov
Does the Tomcat-IIS support deploing Enterprise Java Beans? Can you send me information or links about it, please? __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ---

jsp:usebean how to?

2003-09-13 Thread Luke Vanderfluit
Hi, I'm using tomcat 4.1.27. I'm trying to get a jsp page to call a bean. Is there something I need to enter in web.xml or server.xml? I have tried the examples that come with tomcat, namely the date.jsp example. When I move the JspCalendar.class file that it calls to a different directory and

Question on Follow Sym Link

2003-09-13 Thread John Z Yang
Dear all: I have seen this question floating around, but just can't dig the answer out. Does anyone know how to let Tomcat follow symbolic links? Just like the FollowSymLink option in Apache configuration. I need to redirect the ROOT directory. I remember the older version of Tomcat does this,

new Aspen Group Email

2003-09-13 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

Error Report

2003-09-13 Thread John Z Yang
Hi, Is there a way to send a customized error report when our servlet or Tomcat run into something wrong? Instead of sending all the detailed stack dump, a more friendly message to our customers might be better. I would appreciate it very much if someone can give me some pointers on how to custo

Re: jsp:usebean how to?

2003-09-13 Thread Tim Funk
Your trying to use a packageless class. More info ... http://jakarta.apache.org/tomcat/faq/classnotfound.html -Tim Luke Vanderfluit wrote: > Hi, > > I'm using tomcat 4.1.27. > > I'm trying to get a jsp page to call a bean. > > Is there something I need to enter in web.xml or server.xml? > >

Re: Question on Follow Sym Link

2003-09-13 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#symlink -Tim John Z Yang wrote: > Dear all: > I have seen this question floating around, but just can't dig the answer out. > > Does anyone know how to let Tomcat follow symbolic links? Just like the > FollowSymLink option in Apache configuration

Re: Error Report

2003-09-13 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#error -Tim John Z Yang wrote: > Hi, > Is there a way to send a customized error report when our servlet or Tomcat run into > something wrong? Instead of sending all the detailed stack dump, a more friendly > message to our customers might be bette

Re: reload and ROOT problem

2003-09-13 Thread Rafael Angarita
Go to the download dir in tomcat website, thereis a patch... - Original Message - From: "Rishikesh Tembe" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 8:10 PM Subject: reload and ROOT problem > Hi all, > > I am facing two problems w