[OT] Re: email from tomcat

2005-06-14 Thread Anthony E. Carlos
Jenny: Try this: http://java.sun.com/products/javamail/ Click on Technical Articles Tips This is off topic and not a specific Tomcat question. However, it is a good place to start. -Anthony On Jun 14, 2005, at 1:55 PM, Jenny Yang wrote: Can anyone tell me how to use email from tomcat? I

Re: Tomcat vs Apache

2005-05-18 Thread Anthony E. Carlos
I think I need to ask a question before offering any information. When you say applet, do you mean a java applet that runs in a client's browser window? Or, do you have a web application comprised of servlets/jsps (or some analogous configuration)? -Anthony On May 18, 2005, at 10:37 AM, Chris

Re: Tomcat vs Apache

2005-05-18 Thread Anthony E. Carlos
Chris: I guess that the applet is just a static file that is served to the client's browser window. Therefore, ANY web server would work just fine. There are no appreciable differences between Tomcat and Apache for your requirements so far. They act very similarly when serving static content.

Re: Server on Mac

2005-03-01 Thread Anthony E. Carlos
Try this? http://wiki.apache.org/jakarta-tomcat/TomcatOnMacOS On Mar 1, 2005, at 8:26 PM, Lisa Thompson wrote: I am new to website development, use Dreamweaver to develop my sites, and have been attempting to get the Tomcat server running on my Mac OSX system. I would like to integrate a

Re: Tomcat JRE vs JDK Issue

2004-11-16 Thread Anthony E. Carlos
Chris: I think TC requires the JDK (not just the JRE) so that it can compile JSPs. If this doesn't make sense, I can explain further. -Anthony Carlos On Nov 16, 2004, at 10:17 AM, Allistair Crossley wrote: does the client machine have JAVA_HOME as an environment variable? -Original

Re: Tomcat JRE vs JDK Issue

2004-11-16 Thread Anthony E. Carlos
Damn! I was minutes away from actually helping someone (instead of always sucking up advice from the fast experts on this list)... On Nov 16, 2004, at 10:23 AM, Anthony E. Carlos wrote: Chris: I think TC requires the JDK (not just the JRE) so that it can compile JSPs. If this doesn't make sense

Re: Tomcat JRE vs JDK Issue

2004-11-16 Thread Anthony E. Carlos
' Subject: RE: Tomcat JRE vs JDK Issue Feel free to explain. :) Chris -Original Message- From: Anthony E. Carlos [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 10:23 AM To: Tomcat Users List Subject: Re: Tomcat JRE vs JDK Issue Chris: I think TC requires the JDK (not just the JRE) so

[Somewhat OT] Content vs. Programming

2004-10-22 Thread Anthony E. Carlos
Hello, folks! Based on my readings, it seems that most people running Tomcat on dedicated boxes. Unfortunately, I'm in a shared environment running multiple instances of Tomcat, one for each client. My problem is that some clients like to update their own static content via ftp, while letting

mod_jk compatibility

2004-10-03 Thread Anthony E. Carlos
Hello, I have mod_jk working well with Apache 1.3.x and Tomcat 4.1.x. I'm trying to connect to a new Tomcat 5 instance (on a different port), but it doesn't work. Here's a snippet from my server.xml on Tomcat 5: !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8019 -- Connector

Re: Beginner for Apache Tomcat: Need Help

2004-09-29 Thread Anthony E. Carlos
Welcome! Please start by reading some of the online documentation: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html I'd recommend starting with installing tomcat first without apache. You may not even need apache. Once you've gotten that down, you can connect tomcat to apache so that

Re: Reloading an application via command line

2004-09-23 Thread Anthony E. Carlos
Bernhard: You can use Ant to execute commands from the manager app. So, your possibilities list below is actually just one possibility. Here's a link to the docs: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager- howto.html#Executing%20Manager%20Commands%20With%20Ant I don't know if

Re: [OFF-TOPIC] printing an object whose toString() method returns null

2004-09-23 Thread Anthony E. Carlos
No need to be so surly about it, but thanks for answering his questions thoroughly. On Sep 23, 2004, at 7:47 PM, Caldarale, Charles R wrote: From: Travis Stevens [mailto:[EMAIL PROTECTED] Subject: printing an object whose toString() method returns null Now I know that this is a programming

Re: Do the jars I use affect webapp reloadability?

2004-09-22 Thread Anthony E. Carlos
Informatics -Original Message- From: Anthony E. Carlos [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 11:52 PM To: [EMAIL PROTECTED] Subject: Do the jars I use affect webapp reloadability? Hello, I'm experiencing a memory problem that is documented in http://jakarta.apache.org

Re: can't send request over my network ip

2004-09-21 Thread Anthony E. Carlos
Have you tried setting up a virtual host to listen to 192.168.1.172? On Sep 21, 2004, at 10:49 AM, QM wrote: On Tue, Sep 21, 2004 at 04:16:55PM +0200, Sebastian Kerekes wrote: : I can access Tomcat through 127.0.0.1:8080 but not via 192.168.1.172 : (private network). I'm using Tomcat 5.0.27. I

Do the jars I use affect webapp reloadability?

2004-09-20 Thread Anthony E. Carlos
Hello, I'm experiencing a memory problem that is documented in http://jakarta.apache.org/tomcat/faq/deployment.html at the bottom. When I redeploy a web app, a 12MB chunk of memory gets taken by the JVM. After a few redeployments, I get an OutOfMemory error. The faq mentioned above blames it

real world deployment with multiple virtual hosts

2004-09-20 Thread Anthony E. Carlos
Hello, I've configured Tomcat with multiple virtual hosts. However, because of ever-increasing memory usage, (see http://jakarta.apache.org/tomcat/faq/deployment.html at the bottom), I often have to restart Tomcat. Thus a dozen or so sites all go down for a minute or two while each of them

RE: memory-leaks in servlets, tool for tracing ?

2003-11-05 Thread Anthony E. Carlos
Yoav, You make a great point about how the app should stabilize it's memory usage over time. However, I've got a question about memory usage when I stop (via Tomcat manager) and reload a webapp via a WAR file. If I understand your point, and I'm close to the max heap size, shouldn't GC free

tomcat uses more and more memory

2003-10-01 Thread Anthony E. Carlos
Hello, I've been running Tomcat on Linux and have noticed that it always consumes more memory and never releases it. I have used the manager application to stop applications and watched the memory usage in top, but it has only increased. My web applications are using struts, velocity, and