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 pr

Re: SendMailServlet - problem, debugging tips

2003-02-06 Thread chris schild
bject: RE: SendMailServlet - problem, debugging tips > 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

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

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: VirtualHost www.zcompany.com:80 overlaps VirtualHost www.abc.com:80

2003-02-04 Thread chris schild
pany.com:80 overlaps VirtualHost 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 th

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 directive? Defined where? Below the DocumentRoot in httpd.conf? Or below each ? Would the JkMount(s) also go below each ? - Original Message - From: "Galbayar Dorjgotov"

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 PRO

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 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 connector) every

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...

Re: Apache2 + jk2 + tomcat + mod_jk2...

2003-01-30 Thread chris schild
ut-of-date by the time it hit the stands - Original Message - From: "chris schild" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 1:29 PM Subject: Apache2 + jk2 + tomcat John, I have seen you refer to th

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, Janua

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 ca

Re: JK2 & workers2 documentation

2003-01-28 Thread chris schild
hot topic, I'm adding a Flashguide to > http://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 & workers

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 vs. jk & workers???

2003-01-27 Thread chris schild
; To: Tomcat Users List > > Subject: Re: JK2 & workers2 vs. jk & workers??? > > > > > > here you find everything you need: > > > > http://www.galatea.com/flashguides/index > > > > > > > > chris schild wrote: > > > > >D

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"

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 som

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? > No

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: For additional commands,

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
s the name but that didn't seem to work. Is there something > else I need to change? Do 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. >

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]

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: Virtual Hosts

2003-01-23 Thread Chris Schild
e? Do 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:

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
atic 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 Host

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 not

Re: Tomcat Apache directories, jsp/servlet path

2003-01-22 Thread Chris Schild
min". > - 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 [mailto:[EMAIL PROTECTED]] > > Sent: Wedne

Re: Tomcat Apache directories, jsp/servlet path

2003-01-22 Thread Chris Schild
t; 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:[EM

Re: Tomcat Apache directories, jsp/servlet path

2003-01-22 Thread Chris Schild
put a file called myapp.xml in CATALINA_HOME/webapps (or > > rather, Host's appBase), the contents of which might be: > > > > > debug="0" reloadable="true"> > > > >> prefix="localhost_admin_log." suffix=

Re: Tomcat Apache directories, jsp/servlet path

2003-01-21 Thread Chris Schild
appBase/ROOT/my.jsp > > > > If you don't want to do that, you can use the auto-deploy feature for > > Contexts, and put a file called myapp.xml in CATALINA_HOME/webapps (or > > rather, Host's appBase), the contents of which might be: > > > > >

Re: Tomcat Apache directories, jsp/servlet path

2003-01-21 Thread Chris Schild
ossibly you > need other tags defined 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 m

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 www.mydomain2.com/examples/js

Re: Apache Tomcat Virtual Host

2003-01-20 Thread Chris Schild
y that matches this virtual host > and under the host entry contexts that match robbinsapps and > RobbinsApps > > > Ed > > > > On Mon, 2003-01-20 at 14:51, Chris Schild wrote: > > The version of Tomcat that I am is using is 4.1.18, The > version of Apache > >

Apache Tomcat Virtual Host

2003-01-20 Thread Chris Schild
ing 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: >

Apache Tomcat Virtual Host

2003-01-20 Thread Chris Schild
ed 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 a

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 be