Tomcat 4.0.4 and IIS 5.0

2002-08-13 Thread Reis, Tom

Could someone tell me what I need to download in order to integrate
Tomcat 4.0.4 with IIS 5.0. Thanks.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: javax directory

2002-08-26 Thread Reis, Tom

Would that in the classpath for java or for the Tomcat.

-Original Message-
From: Goverdhan Nookala [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 22, 2002 1:23 PM
To: 'Tomcat Users List'
Subject: RE: javax directory


you need to set the servlet.jar or j2ee.jar file in classpath
Thanks
Goverdhan

-Original Message-----
From: Reis, Tom [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 22, 2002 2:21 PM
To: Tomcat Users List (E-mail)
Subject: javax directory


I am trying to compile a application that uses import
javax.servlet.*; import javax.servlet.http.HttpServlet; in the code. When I
attempt to compile this code I receive errors stating that it could not find
these symbols. I noticed that they are actually located in the tomcat
directory. Should this be copied to the java directory or is there something
else I should do.

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: javax directory

2002-08-26 Thread Reis, Tom

I do have the servlet.jar set in the classpath and I still have the same
problem.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 26, 2002 8:56 AM
To: Tomcat Users List
Subject: RE: javax directory



The classpath used when you do your Java compiling.  Tomcat is not involved
at
all at this stage in the game.



 

"Reis, Tom"


t.cod.edu>   cc:

 Subject: RE: javax directory

08/26/02

08:52 AM

Please

respond to

"Tomcat Users

List"

 

 





Would that in the classpath for java or for the Tomcat.

-Original Message-
From: Goverdhan Nookala [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 22, 2002 1:23 PM
To: 'Tomcat Users List'
Subject: RE: javax directory


you need to set the servlet.jar or j2ee.jar file in classpath
Thanks
Goverdhan

-Original Message-
From: Reis, Tom [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 22, 2002 2:21 PM
To: Tomcat Users List (E-mail)
Subject: javax directory


   I am trying to compile a application that uses import
javax.servlet.*; import javax.servlet.http.HttpServlet; in the code. When I
attempt to compile this code I receive errors stating that it could not find
these symbols. I noticed that they are actually located in the tomcat
directory. Should this be copied to the java directory or is there something
else I should do.

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>






--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




javax directory

2002-08-27 Thread Reis, Tom

What is the javax directory. I know there is one in the Tomcat-docs but I
thought there class files and not just html files. The reason I am asking
this question is I have a java program that has the following code:

import javax.servlet.*;
import javax.servlet.http.HttpServlet;

I receive errors when trying to compile this program

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




SSL and Tomcat

2002-08-29 Thread Reis, Tom

Is there a setting for Tomcat 4.04 so that it will only SSL
encryption. I know you can specify which directories you want to have
encryption with IIS and I was wondering if there is something similiar with
Tomcat. Thanks.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Tomcat and SSL

2002-09-04 Thread Reis, Tom

Trying to incorporate SSL into Tomcat 4.04. I have it working but my
question concerns configuring the web.xml for a particular web application.
I know to use the auth-method as CLIENT-CERT but I am uncertain as what to
put in the web-resource-collection. I should say I am very confused. Thanks.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Shutting down Tomcat 4.03

2002-07-09 Thread Reis, Tom

When trying to shutdown Tomcat 4.03 from the Shutdown command in the
Apache Tomcat directory it runs thru the batch job but doesn't shut it down.
Any ideas. Thanks.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




TomCat 4.04

2002-07-10 Thread Reis, Tom

I have just installed TOMCAT v 4.04 and when I put a html page in the
Program Files\Apache Tomcat 4.0\webapps\ROOT I cannot get the URL to work. I
do get the Tomcat startup screen to work but not anything else in that
directory. 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Tomcat 4.04 and JDBC

2002-07-30 Thread Reis, Tom

Are there any special parameters for using TomCat 4.04 with JDBC
drivers. I got the same jdbc_driver and jdbc_url to work with a java program
but not with a TomCat servlet and I am wondering if there are any special
parameters. Thanks.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Tomcat with IIS

2002-08-08 Thread Reis, Tom

Does anyone know where I can get the Tomcat extensions that allow it
to work with IIS. I am usinf Tomcat 4.04. Thanks.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Tomcat version 4

2003-01-08 Thread Reis, Tom
Is there a way to record errors I am getting on the Dos screen?
After I start up Tomcat and I try to run a servlet I receive a list of
errors on the Tomcat Dos screen and I need to save these to send them to our
programmer. Thanks.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Classpath in Tomcat 5.04

2003-03-07 Thread Reis, Tom
Is there a way to set up a classpath for Tomcat 5.04. I am trying to
references some java files from the jdk directory and I can't seem to do
that so I am wondering if I need a classpath statement somewhere in Tomcat.
Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 4.03

2003-06-11 Thread Reis, Tom
Are there any updates to Tomcat 4.03 for virus or denial of service
attacks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Code Red

2003-06-11 Thread Reis, Tom
 Is there a update to Tomcat 4.03 to fix a problem with Code Red virus

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Login timeout

2003-06-12 Thread Reis, Tom
Is there a way to change the login timeout for Tomcat 4.03. I think it is
set for 20 min. and I want to change it for a 40 min. Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



login timeout

2003-06-13 Thread Reis, Tom
We have a problem where users running a application leave it running
and then come back to it after a while and get a error because it times out.
Is there a way to have the application give a message that it timed out or
to have it automatically refresh the page.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Screen refresh

2003-06-16 Thread Reis, Tom
I am running Tomcat v4.03 which appears to logout a connection after
20 minutes of no activity. This seems to cause a problem for some people. Is
there a way to do a automatic Refresh after 20 minutes or a way to redirect
to error to inform the user that the Browser needs to be refreshed. Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Insufficient quota

2003-07-01 Thread Reis, Tom
I intermittently receive the following error:
javax.servlet.ServletException: Read error 1453, Insufficient quota to
complete the requested service. Are there any parameters to set for this
problem?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Insufficient quota

2003-07-01 Thread Reis, Tom
What can be done about it? Thanks.

-Original Message-
From: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 3:50 PM
To: Tomcat Users List
Subject: Re: Insufficient quota


Looks like your userid is out of disk space (quota) on a *nix system.

-Tim

Reis, Tom wrote:
>   I intermittently receive the following error:
> javax.servlet.ServletException: Read error 1453, Insufficient quota to
> complete the requested service. Are there any parameters to set for this
> problem?
>  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Insufficient quota

2003-07-02 Thread Reis, Tom
I am new to Tomcat and I am responsible for the server. We are using Tomcat
version 4.03. Could you tell me how to change the quota. Thanks.

-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 4:26 PM
To: Tomcat Users List
Subject: Re: Insufficient quota



- ask your sys-admin to increase (or remove) the quota

- figure out what is taking up the disk space (runaway log file perhaps?) 
and delete it

John

On Tue, 1 Jul 2003 16:06:55 -0500, Reis, Tom <[EMAIL PROTECTED]> wrote:

> What can be done about it? Thanks.
>
> -Original Message-
> From: Tim Funk [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 01, 2003 3:50 PM
> To: Tomcat Users List
> Subject: Re: Insufficient quota
>
>
> Looks like your userid is out of disk space (quota) on a *nix system.
>
> -Tim
>
> Reis, Tom wrote:
>>  I intermittently receive the following error:
>> javax.servlet.ServletException: Read error 1453, Insufficient quota to
>> complete the requested service. Are there any parameters to set for this
>> problem?
>>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Catalina startup

2004-04-01 Thread Reis, Tom
I am confused as to which to modify the Catalina.sh or the
Catalina.bat. I am running Windows 2000 A/S and I am running the Apache
Tomcat as a service. Does it make a difference as to which Catalina file I
modify. Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Catalina startup

2004-04-01 Thread Reis, Tom
Is there a way to pass parameters when it starts up as a service?

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 01, 2004 10:13 AM
To: Tomcat Users List
Subject: RE: Catalina startup



Hi,
On Windows, catalina.bat is used for command-line startup.  On unix,
it's catalina.sh.  As a service, neither is used I think.

Yoav Shapira
Millennium Research Informatics


>-Original Message-
>From: Reis, Tom [mailto:[EMAIL PROTECTED]
>Sent: Thursday, April 01, 2004 11:08 AM
>To: Tomcat Users List (E-mail)
>Subject: Catalina startup
>
>   I am confused as to which to modify the Catalina.sh or the
>Catalina.bat. I am running Windows 2000 A/S and I am running the Apache
>Tomcat as a service. Does it make a difference as to which Catalina
file I
>modify. Thanks.
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat as service

2004-04-01 Thread Reis, Tom
I am running Tomcat 4.0.3 on a W2K A/S server as a service. I want
to increase the heap size. How do I pass the parameters or which file do I
modify to pass the parameters to do this when running Tomcat as a Service.
Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How to set up JAVA_OPTS while running tomcat as a service

2004-04-02 Thread Reis, Tom
You can set the options for services in the registry.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat
4.1\Parameters
set the JVM Option Count to the number of parameters you are setting (it is
probably already set to 2) and then add JVM Option Number # strings for each
new option.
the setting for maximum heap is -Xmx###M,  minimum is -Xms###M

Let me know if this works. I have done it to 1 server so far and it seems to
works, but I can't tell how much memory is being used.

-Original Message-
From: Mandy Joss [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 2:58 PM
To: [EMAIL PROTECTED]
Subject: Re: How to set up JAVA_OPTS while running tomcat as a service


But the problem is when it runs as a windows service the tomcat.exe is 
called directly. if I put any echo message in catalina.bat file I don't see 
my message anywhere. I don't think it goes into catalina.bat at all when 
runniing as an service.


>From: Paul Mansfield <[EMAIL PROTECTED]>
>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
>To: Tomcat Users List <[EMAIL PROTECTED]>
>Subject: Re: How to set up JAVA_OPTS while running tomcat as a service
>Date: Fri, 02 Apr 2004 18:23:40 +0100
>
I put the settings into the catalina.sh file, e.g.
>
> >
> > # $Id: catalina.sh,v 1.11 2003/10/22 00:28:44 jfarcand Exp $
> > # 
>---
--
> >
> > JAVA_OPTS=-Djava.library.path=/usr/local/jakarta-tomcat/so

>On Fri, 2004-04-02 at 17:54, Mandy Joss wrote:
> > I am running Tomcat 4.1.24 as service but under stress I get
> > OutOfMemmoryError. To cure this I want to pass JAVA_OPTS=-server 
>-Xms256m
> > -Xmx1000m -Xincgc to the Tomcat. Can somebody please tell me where 
>should I
> > specify JAVA_OPTS so that Tomcat running as service will look at them.
>
>
>
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

_
Check out MSN PC Safety & Security to help ensure your PC is protected and 
safe. http://specials.msn.com/msn/security.asp


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 4.1.3

2004-04-13 Thread Reis, Tom
I was using Tomcat 4.0.4. I am now using 4.1.3. I cannot seem to
load the application on 4.1.3. It appears I cannot even find the directory
the application is in. Is there something different in 4.1.3 to recognize
and load an application. Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 4.1.3.0

2004-04-20 Thread Reis, Tom
I was using Tomcat 4.0.4 for 2 years on a Windows 2000 Server
without any problems. I wanted to go to version 4.1.3.0 but I cannot seem to
get the application to run under that version. It appears that the Tomcat
doesn't recognize the application as being there because none of the jsp or
class seem to work. Do I have to tell Tomcat somehow that the apllication
exists. If I go into the Tomcat manager it shows it running. HELP!!!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 4.1.30

2004-04-21 Thread Reis, Tom
I am having a problem with Tomcat 4.1.30. I cannot seem to run any
class files. I can see them and execute them but they don't seem run. The
application ran fine with 4.0.4. Is there something I need to get clas files
to run? Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 4.1.30

2004-04-21 Thread Reis, Tom
Thanks, you pointed me in the right direction.

-Original Message-
From: Mike Curwen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 21, 2004 12:48 PM
To: 'Tomcat Users List'
Subject: RE: Tomcat 4.1.30


you can "see them" (on the file system?)  and you can execute them (from
a system prompt?), but they don't seem to "run" 
 
Can you confirm that you have the invoker servlet turned on.
 
After that, please provide the exact error message in the browser (if
any), any messages in the catalina.out (or stdin/stderr on windows), the
appropriate portions of server.xml and web.xml, and finally, the address
you are trying to invoke.
 


> -----Original Message-
> From: Reis, Tom [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, April 21, 2004 12:31 PM
> To: Tomcat Users List (E-mail)
> Subject: Tomcat 4.1.30
> 
> 
>   I am having a problem with Tomcat 4.1.30. I cannot seem 
> to run any class files. I can see them and execute them but 
> they don't seem run. The application ran fine with 4.0.4. Is 
> there something I need to get clas files to run? Thanks.
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 4.1.04 and java 1.4.2

2004-05-10 Thread Reis, Tom
 I am running Tomcat 4.1.04 as a service on a Windows 2000 Server with java1.4.2. How 
can I pass the -server option to the java to startup in server mode when Tomcat starts 
as a service? Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



ISAPI redirector

2004-05-26 Thread Reis, Tom
What version of isapi_redirect.dll do I use with Tomcat 4.1.30 and IIS 6.0  
(Windows 2003 Enterprise Server). Do I still use the one that comes with the  Tomcat 
3.3 version. Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Which connector to use JK 1.2 or JK 2

2004-05-27 Thread Reis, Tom
I am confused as to which connector to use for connecting II 6.0 Tomcat 
4.1.30. It appears that either the JK 1.2 or the JK 2 will work but I am uncertain. If 
someone could clarify the difference between these connectors and which to use I would 
greatly appreciate it. Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 4.1.30 and IIS 6.0

2004-06-16 Thread Reis, Tom
I am using the AJP13 connector with Tomcat 4.1.30 and IIS 6.0 (Windows
2003 server) and I am receiving the following errors. The application
appears to be running fine. Any ideas.
 
Wed Jun 16 14:50:22 2004]  [jk_ajp_common.c (738)]: ERROR: can't receive
the response message from tomcat, network problems or tomcat is down.
err=-1
[Wed Jun 16 14:50:22 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 14:50:22 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 14:51:09 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 14:51:09 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 14:51:09 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 14:54:28 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 14:54:28 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 14:54:28 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 15:06:30 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 15:06:30 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 15:06:30 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 15:09:45 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 15:09:45 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 15:09:45 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 15:11:31 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 15:11:31 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 15:11:31 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 15:12:30 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 15:12:30 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 15:12:30 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 15:13:52 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 15:13:52 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 15:13:52 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 15:14:47 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 15:14:47 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 15:14:47 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 15:20:47 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 15:20:47 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 15:20:47 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0
[Wed Jun 16 15:37:59 2004]  [jk_ajp_common.c (738)]: ERROR: can't
receive the response message from tomcat, network problems or tomcat is
down. err=-1
[Wed Jun 16 15:37:59 2004]  [jk_ajp_common.c (1137)]: Error reading
reply from tomcat. Tomcat is down or network problems.
[Wed Jun 16 15:37:59 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving
from tomcat failed, recoverable operation. err=0



AJP13 errors with Tomcat

2004-03-23 Thread Reis, Tom
I am running Tomcat version 4.0.4 with IIS 5.0 with tha AJP13
connector. I am receiving the following message in the error log and was
trying to understand what it means I would appreciate any help. Thanks.

[Mon Mar 22 22:43:52 2004]  [jk_ajp13_worker.c (381)]: Error
ajp13_process_callback - write failed
[Mon Mar 22 22:43:52 2004]  [jk_isapi_plugin.c (498)]:
jk_ws_service_t::write, WriteClient failed

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: AJP13 errors with Tomcat

2004-03-23 Thread Reis, Tom
I guess my problem is I don't know exactly what to configure. Is there any
documentation or anything on this.

-Original Message-
From: E Cunningham [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 23, 2004 12:06 PM
To: Tomcat Users List
Subject: Re: AJP13 errors with Tomcat



The error is basically stating that IIS can not write
to the AJP13 socket.
This is probably a result of a configuration problem.


--- "Reis, Tom" <[EMAIL PROTECTED]> wrote:
>   I am running Tomcat version 4.0.4 with IIS 5.0 with
> tha AJP13
> connector. I am receiving the following message in
> the error log and was
> trying to understand what it means I would
> appreciate any help. Thanks.
> 
> [Mon Mar 22 22:43:52 2004]  [jk_ajp13_worker.c
> (381)]: Error
> ajp13_process_callback - write failed
> [Mon Mar 22 22:43:52 2004]  [jk_isapi_plugin.c
> (498)]:
> jk_ws_service_t::write, WriteClient failed
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SSL Certificate

2004-03-24 Thread Reis, Tom
Is there a way to view a Verisign SSL certificate after it is
imported into the .keystore file. It appears to be running but I wanted to
check the dates to make sure that everything is good because I just renewed
the certificate and I want to make sure that Tomcat is using this one.
Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat configuration

2004-03-24 Thread Reis, Tom
I am running Tomcat 4.03 on a windows 2K server with JDK1.3.1. I am
confused on configuration and was hoping someone could clarify or point to
documentation on it. I am confused on memory configuration do I change the
memory configuration for java or for Tomcat. I am also not sure how to
change the heap size. Do I put a statement in the server.xml or is it
something else. Is there documentation that tells you how to configure
Tomcat. Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat Configuration

2004-03-29 Thread Reis, Tom
I am running Tomcat 4.0.3 on a W2K server. My problem is I am trying
to increase the heap size. I know I am supposed to modify the tomcat.sh or
tomcat.bat but I am not sure which one. Also does someone have a sample so
that I can see exactly where to put the -Xms and -Xmx statement. Also how
can I tell if the modification is running. Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat Upgrade

2004-03-31 Thread Reis, Tom
I am looking to upgrade from Tomcat 4.0.3 to Tomcat version 4.1.30.
Is there any easy way to upgrade or do I have to install the software and
reconfigure the server.xml, web.xml,ssl and copy things from the old version
to new.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Heap size

2004-03-31 Thread Reis, Tom
Could someone tell me if this is correct for setting the heap size.

rem Execute Java with the applicable properties
if not "%JPDA%" == "" goto doJpda
if not "%SECURITY_POLICY_FILE%" == "" goto doSecurity
%_EXECJAVA% -Xms128m -Xmx256m %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS%
-Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath "%CLASSPATH%"
-Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%"
-Djava.io.tmpdir="%CATALINA_TMPDIR%" %MAINCLASS% %CMD_LINE_ARGS% %ACTION%
goto end
:doSecurity
%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS%
-Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath "%CLASSPATH%"
-Djava.security.manager -Djava.security.policy=="%SECURITY_POLICY_FILE%"
-Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%"
-Djava.io.tmpdir="%CATALINA_TMPDIR%" %MAINCLASS% %CMD_LINE_ARGS% %ACTION%
goto end
:doJpda
if not "%SECURITY_POLICY_FILE%" == "" goto doSecurityJpda
%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% -Xdebug
-Xrunjdwp:transport=dt_shmem,address=%JPDA_ADDRESS%,server=y,suspend=n
%DEBUG_OPTS% -Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath
"%CLASSPATH%" -Dcatalina.base="%CATALINA_BASE%"
-Dcatalina.home="%CATALINA_HOME%" -Djava.io.tmpdir="%CATALINA_TMPDIR%"
%MAINCLASS% %CMD_LINE_ARGS% %ACTION%
goto end

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 5.0.25 default page

2004-07-23 Thread Reis, Tom
Is there a way to change the default page that comes up when you type in the server 
url to come up with a JSP application's welcome page instead on the Tomcat welcome 
page or in there a redirection parameter in Tomcat. I have a server that is only 
running the one application and would like for it to come up when typing in the server 
url. Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat courses

2004-09-23 Thread Reis, Tom
Do anyone know of any facility in the Illinois area that has technical 
training for Tomcat.Thanks.


Tomcat 5.0.28 and ssl

2005-02-22 Thread Reis, Tom
I have set a Tomcat 5.0.28 server with jsdk 1.4.2_04. I had setup the 
keystore and imported the received certificate from verisign. I have configured 
the Tomcat server to use SSL and it shows the certificate is valid but it says 
the name on certificate does not match the site. I look at the name on the 
certificate and it is the dsn name of the server. Is there something I am 
missing?


SSL Question

2005-03-01 Thread Reis, Tom
I have a quick question about SSL. If I am already running SSL on a 
server with a certificate imported into a .keystore file and I create a new 
certificate will it automatically overwrite the .keystore file by creating a 
new one or does it just add the info into the existing .keystore file. Thanks.