SendMailServlet - problem, debugging tips

2003-02-06 Thread chris schild
Would anyone be able to provide some debugging tips for Tomcat servlets? Also, what would cause a servlet to be unavailable?

Re: SendMailServlet problem...

2003-02-06 Thread chris schild
The load on the server is light, occassionally it goes up but not long enough to block all of the testing that I have done. Other example servlets are working fine. My system.out debugging is getting me nowhere in a hurry... - Original Message - From: Sean Dockery [EMAIL PROTECTED] To:

Re: SendMailServlet - problem, debugging tips

2003-02-06 Thread chris schild
Eclipse has a nice tomcat plugin that you can set breakpoints in servlets... works awesome for me. -Original Message- From: chris schild [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 5:38 PM To: tomcat Subject: SendMailServlet - problem, debugging tips Would

Re: SendMailServlet problem...

2003-02-06 Thread chris schild
Any ideas on what would make a servlet unavailable? Anything that would lead to a server is busy error page? - Original Message - From: Sean Dockery [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 6:54 PM Subject: Re: SendMailServlet problem...

Re: VirtualHost www.zcompany.com:80 overlaps VirtualHost www.abc.com:80

2003-02-04 Thread chris schild
Galbayar, I didn't get an explanation but let me try and decipher... You are saying for EACH VirtualHost to have a Directory directive? Defined where? Below the DocumentRoot in httpd.conf? Or below each VirtualHost? Would the JkMount(s) also go below each VirtualHost? - Original Message

Re: VirtualHost www.zcompany.com:80 overlaps VirtualHost www.abc.com:80

2003-02-04 Thread chris schild
www.abc.com:80 I'm not very familiar with Apache configuration, but shouldn't your * be replaced with the ServerName. I'm not sure what NameVirtualHost should be set at. I have mine set to the servername of the only servername I have. Oscar On Mon, 3 Feb 2003, chris schild wrote: Sorry, here

Re: VirtualHost www.zcompany.com:80 overlaps VirtualHost www.abc.com:80

2003-02-03 Thread chris schild
Sorry, here is the error from apache.exe -t VirtualHost www.zcompany.com:80 overlaps with VirtualHost www.abc.com:80, the first has precedence, perhaps you need a NameVirtualHost directive - Original Message - From: Oscar Carrillo [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Apache2 + jk2 + tomcat

2003-01-30 Thread chris schild
John, I have seen you refer to the url (below) several times regarding documentation. ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip I am not able to login? Is there a user/pswd that you know of?!? Logging in anonymously is not working. I'm interested to see if this

Re: Remote Restart Tomcat 4.1.8

2003-01-30 Thread chris schild
Henning, How is the stability/scalability of VNC? PC anywhere crashes one of my computers and terminal services goes down with several users signed-on. Thanks - Original Message - From: Henning Heil [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 30,

Apache2 + jk2 + tomcat HOWTO - Robert Sowders

2003-01-30 Thread chris schild
Robert (or anyone that may know) I am interested in your documentation on apache2, jk2, etc. BUT I am unable to login to the site. Could you provide the user/pswd info? ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip Thanks in advance...

virtualHost + jk2

2003-01-30 Thread chris schild
I made the move to the jk2 connector from jk. Would anyone be able to tell me how to define VirtualHosts for httpd.conf server.xml. I added the configuration after getting localhost localhost:8080 to work properly. When I added the VirtualHosts to httpd.conf server.xml (same as the jk

JK2 workers2 documentation

2003-01-28 Thread chris schild
Does anyone know of a url for documenation on jk2 workers2? I was hoping there is more than what is out there than what is on the tomcat site There is plenty on jk workers but that is not where the development is going Any info is much appreciated!

Re: JK2 workers2 documentation

2003-01-28 Thread chris schild
://www.galatea.com/flashguides specifically about jk2. I'll announce as soon as it is up. Regards, Lajos chris schild wrote: Does anyone know of a url for documenation on jk2 workers2? I was hoping there is more than what is out there than what is on the tomcat site There is plenty on jk

Re: Apache Tomcat - HTTP Status 503 - Servlet SendMailServlet is currently unavaila

2003-01-27 Thread chris schild
Anyone know what is missing here? I have the problem with http://localhost/servlets and http://mydomain1.com/servlets ... I am receiving the msg: Apache Tomcat - HTTP Status 503 - Servlet SendMailServlet is currently unavailable. Would anyone be able to tell me this may be happening? Note,

JK2 workers2 vs. jk workers???

2003-01-27 Thread chris schild
I have seen jk.properties workers.properties BUT what is the difference with jk2 workers2?Do I need jk workers also? I guess the I am missing something here!!! I haven't found anything in the archives or docs (so far) that is helping. I'm assuming it is mod_jk2 instead of mod_jk?Would

Re: JK2 workers2 vs. jk workers???

2003-01-27 Thread chris schild
Does anyone know of the location of some docs? And/Or have a sample configuration including virtual hosts. I am using: Apache 2.0.43 Tomcat 4.1.18 Windows 2000 Thanks much!!! - Original Message - From: chris schild [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday

Re: JK2 workers2 vs. jk workers???

2003-01-27 Thread chris schild
://www.galatea.com/flashguides/index chris schild wrote: Does anyone know of the location of some docs? And/Or have a sample configuration including virtual hosts. I am using: Apache 2.0.43 Tomcat 4.1.18 Windows 2000 Thanks much!!! - Original Message - From

Apache Tomcat - HTTP Status 503 - Servlet SendMailServlet is currently unavaila

2003-01-24 Thread chris schild
I am receiving the msg: Apache Tomcat - HTTP Status 503 - Servlet SendMailServlet is currently unavailable. Would anyone be able to tell me this may be happening? Note, I altered the code to use smtp authentication. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
Tom, I could possibly use some of the information. I am running on the same releases: Apache 2.0.43, Tomcat 4.1.18 win2k. My problem is that I can't get to the directory of my virtualHosts. e.g. http://localhost/examples is not a problem BUT http://mysite.com/examples will not work. I just

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
: Chris Schild [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 1:16 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Virtual Hosts Tom, I could possibly use some of the information. I am running on the same releases: Apache 2.0.43, Tomcat 4.1.18 win2k. My problem

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
:80 (http) serves static content with no problem. I'm new - thanks for your help. -Original Message- From: Chris Schild [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 1:16 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Virtual Hosts Tom, I could possibly

Compile error: class file contains wrong class, bad class file???

2003-01-23 Thread Chris Schild
Hi all, here is the error I get... C:\Java\JCreator LE\MyProjects\Email\Email.java:16: cannot access ServletConfig bad class file: C:\Java\servlet-2_3\javax\servlet\ServletConfig.class class file contains wrong class: javax.servlet.ServletConfig Please remove or make sure it appears in the correct

Re: Compile error: class file contains wrong class, bad class file???

2003-01-23 Thread Chris Schild
Sorry, I figured it out. When I installed the Tomcat directory under Apache. The compiler was picking up %tomcat_home%/servlet.jar instead of the servlet2_03/servlet.jar defined in the classpath ooopsss. - Original Message - From: Chris Schild [EMAIL PROTECTED] To: Tomcat Users

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
I need to configure my firewall || router to let additional ports through? Right now, port:80 (http) serves static content with no problem. I'm new - thanks for your help. -Original Message- From: Chris Schild [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 1:16 PM

Re: Tomcat Apache directories, jsp/servlet path

2003-01-22 Thread Chris Schild
Message- From: Chris Schild [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 2:39 PM To: Tomcat Users List Subject: Re: Tomcat Apache directories, jsp/servlet path Lajos, I believe you are right on the servlet-mapping but I am uncertain what should

Re: Tomcat Apache directories, jsp/servlet path

2003-01-22 Thread Chris Schild
of admin.xml has a path in itif that path doesn't make sense for some.server.com when you set that some.server.com as a new virtual host, you will get a 404 trying to reach some.domain.com/admin. John -Original Message- From: Chris Schild [mailto:[EMAIL PROTECTED]] Sent: Wednesday

Re: Tomcat Apache directories, jsp/servlet path

2003-01-22 Thread Chris Schild
of CATALINA_HOME/server/admin/ copied to CATALINA_HOME/QV/admin/ - Inside admin.xml, Context path would be admin. - URL would be some.server.com/admin I'm pretty sure that should work for you. If not, or if I'm wrong, someone will correct me. John -Original Message- From: Chris Schild

Tomcat Apache directories, jsp/servlet path

2003-01-21 Thread Chris Schild
Can someone tell me (provide an example) of how to add directories for running jsp/servlets? I have multiple hosts and the examples work fine but I am missing something as for running jsp/servlets for those virtual hosts. www.mydomain1.com/examples/jsp/test.jsp and

Re: Tomcat Apache directories, jsp/servlet path

2003-01-21 Thread Chris Schild
in web.xml. Cheers, Lajos Chris Schild wrote: Can someone tell me (provide an example) of how to add directories for running jsp/servlets? I have multiple hosts and the examples work fine but I am missing something as for running jsp/servlets for those virtual hosts. www.mydomain1.com

Re: Tomcat Apache directories, jsp/servlet path

2003-01-21 Thread Chris Schild
Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_admin_log. suffix=.txt timestamp=true/ /Context John -Original Message- From: Chris Schild [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 2:39 PM

Apache Tomcat Virtual Host

2003-01-20 Thread Chris Schild
)! - Original Message - From: adrian [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 20, 2003 4:01 AM Subject: Re: Apache Tomcat Virtual Host Chris Schild wrote: Hi all, I am a newbie to Tomcat. I'm having a problem with configuring the virtual host

Apache Tomcat Virtual Host

2003-01-20 Thread Chris Schild
work as I need it (for now)! - Original Message - From: adrian [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 20, 2003 4:01 AM Subject: Re: Apache Tomcat Virtual Host Chris Schild wrote: Hi all, I am a newbie to Tomcat. I'm having a problem

Re: Apache Tomcat Virtual Host

2003-01-20 Thread Chris Schild
right on the edge of having everything work as I need it (for now)! - Original Message - From: adrian [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 20, 2003 4:01 AM Subject: Re: Apache Tomcat Virtual Host Chris Schild wrote: Hi

Apache Tomcat Virtual Host

2003-01-19 Thread Chris Schild
Hi all, I am a newbie to Tomcat. I'm having a problem with configuring the virtual host with Tomcat. The problem is that I cannot get the examples/jsp to work with the virtual host?!? A window pops up asking to open or save the source when I try to execute an example. I'm sure I need to