RE: IIS Redirector - Not Refreshing

2003-07-07 Thread John Roth
After changing uriworkermap.properties, you must stop/start IIS (if the redirector is configured on the 'master' website) or the specific site instance (if the redirector is configured on the specific web instance). This also applies to workers.properties. Keep in mind that it is

RE: Tomcat IP help

2003-05-29 Thread John Roth
IIS always starts on all IP addresses (0.0.0.0), port 80 by default. Verify that IIS is set to use address A.A.A.A and that the TC connector address=B.B.B.B port=whatever. You can verify which addresses are being used by the following: 1. Stop Tomcat and IIS 2. From a DOS prompt, run the

RE: Help! Anyone successfully install a purchased certificate?

2003-02-24 Thread John Roth
Sorry about the delay, but I had to go play in Vegas for a few days. Similar to Richards post, here are the actual steps I went through to get our Verisign cert installed into Tomcat. The only big caveat here was that this is based on JSSE for the 1.3 JDK, where JDK1.4 has integrated this. Sorry

RE: Tomcat Windows 2000 / IIS 5 installation

2003-02-13 Thread John Roth
Good reference at http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html Only suggestions I would make is to download the newest isap_redirect.dll from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2 /bin/win32/ - this redirector allows you to use an

RE: Tomcat Windows 2000 / IIS 5 installation

2003-02-13 Thread John Roth
: John Roth [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:27 AM To: 'Tomcat Users List' Subject: RE: Tomcat Windows 2000 / IIS 5 installation Good reference at http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html Only suggestions I would make is to download the newest

RE: IIS and uriworkermap.properties

2003-02-13 Thread John Roth
All you have to do is include the URL patterns you want passed to tomcat in the uriworkermap.properties files. For Example: snippet of uriworkermap.properties # Example URL URI combination /demo.somesite.com/ams/*.jsp=$(default.worker) # Example URI only /ams/*.jsp=$(default.worker) #

RE: preview of webapp of Tomcat Performance book

2003-02-11 Thread John Roth
Ditto here! Will you post it (or a URL), or will you be sending it to individuals? -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:56 PM To: 'Tomcat Users List' Subject: RE: preview of webapp of Tomcat Performance book yes, I would

RE: tomcat NT service memory

2003-02-03 Thread John Roth
I had to bump up the default memory size as well, and didn't get consistent results from CATALINA_OPTS (for example, which user was used to start the service, etc), so I changed wrapper.properties, and hard-coded the memory stuff in. Example: snippet wrapper.cmd_line=$(wrapper.javabin) -Xrs

RE: Tool for HTTP Request Stress Test

2003-01-17 Thread John Roth
I have successfully used JMeter (http://jakarta.apache.org/jmeter/index.html). It takes a little while to get a test plan set up, but works pretty well. A couple of suggestions: 1. Run it from a machine with 'lots' of horsepower (memory, processor, bandwidth) as it does tend to drag the

RE: HTTPS to HTTP

2003-01-10 Thread John Roth
Is there an FTP connector for Tomcat? If so, I would be very interested in it. Thanks, John -Original Message- From: Shah, Sanjay [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 1:03 PM To: 'Tomcat Users List' Cc: 'Craig R. McClanahan' Subject: RE: HTTPS to HTTP Hello

RE: How well does tomcat 4.0.03 work as a HTTP server?

2002-06-12 Thread John Roth
I agree with Trevor. Here are a few things to think about as well: 1. Tomcat performance vs. dedicated web server (Apache or IIS): Tomcat (supposedly) is not as efficient at serving static content. We switched off of IIS/Tomcat because of a problem with SSL and large file uploads to Tomcat

Redirect port 80 requests to 443

2002-06-07 Thread John Roth
Factory className=org.apache.catalina.net.SSLServerSocketFactory keystoreFile=***.keystore keystorePass=* clientAuth=false protocol=TLS/ /Connector Any ideas/pointers? Thanks, John Roth, Director net.Media Provider Solutions Corp. -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Redirect port 80 requests to 443

2002-06-07 Thread John Roth
of server.xml ... Thanks, John -Original Message- From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: RE: Redirect port 80 requests to 443 John Roth said: This seems simple, but ... I am running Tomcat 4.0.3

RE: Multiple server.xml files with Tomcat 4.0.3??

2002-05-22 Thread John Roth
I run a similar environment, but even though we don't use tomcat.exe to start a service (we use jk_nt_service.exe to create, which uses wrapper.properties to start) the start parameters should be the same. There are a couple of choices: 1. add another parameter to the command below:

RE: Map network drive automatically

2002-04-23 Thread John Roth
Also, Java does support UNC's (sometimes a little glitchy, you will need to test well). We use all UNC's now due to problems attaching to remote drives, ensuring the drive is mapped correctly on startup, etc. UNC's have worked well for us. John -Original Message- From: Phillip Morelock

RE: How many SSL certificates are needed for Tomcat with IIS?

2002-04-18 Thread John Roth
need to know anything about SSL. Thanks, john -Original Message- From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:29 AM To: John Roth Cc: Tomcat Users List Subject: RE: How many SSL certificates are needed for Tomcat with IIS? John, Thanks for your

RE: How many SSL certificates are needed for Tomcat with IIS?

2002-04-18 Thread John Roth
Correct. You won't need any of the SSL info in server.xml. John -Original Message- From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 1:03 PM To: John Roth Cc: Tomcat Users List Subject: RE: How many SSL certificates are needed for Tomcat with IIS

RE: How many SSL certificates are needed for Tomcat with IIS?

2002-04-15 Thread John Roth
Also, each server sends a machine+server specific character set to Verisign (or any other certifier). For example: a keystore generated CertRequest will create a different request than an IIS generated CertRequest, all other things being equal (IP address, domain name, etc.). In a normal Web

RE: REPOST: XXX Assert failed, buff too small -- Help!!

2002-04-15 Thread John Roth
continues. PS: if anyone is reading this, please acknowlege. I'm starting to develop a complex here ;) John -Original Message- From: John Roth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 5:14 PM To: 'Tomcat Users List' Subject: RE: REPOST: XXX Assert failed, buff

REPOST: XXX Assert failed, buff too small -- Help!!

2002-04-10 Thread John Roth
for upload do not have this problem (albeit they are considerably slower). Desparately looking for help or advice!! Thanks, John Roth, Director net.Media Provider Solutions Corp. -Original Message- From: John Roth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:40 PM To: Tomcat User

RE: REPOST: XXX Assert failed, buff too small -- Help!!

2002-04-10 Thread John Roth
- From: John Roth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 10:31 AM To: 'Tomcat Users List' Subject: REPOST: XXX Assert failed, buff too small -- Help!! I am *still* troubleshooting this issue, and am in dire need of help. Is anyone out there uploading large files via SSL/HTTPS

RE: XXX Assert failed, buff too small

2002-04-03 Thread John Roth
isapi_redirect.dll appear to correlate to this number. Anyone familiar with the inner workings of isapi_redirect (dated feb 14, 2002)? Any desperately needed help would be appreciated. Thanks, john -Original Message- From: John Roth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20

RE: Tomcat service-- command line restart

2002-03-27 Thread John Roth
You can do: net stop Tomcat net start Tomcat - assuming, of course that Tomcat is your service name. I have multiple instances on each server, so my names vary by which instance. John -Original Message- From: Stephen Clarke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002

XXX Assert failed, buff too small

2002-03-20 Thread John Roth
= 8191+-, the same size as the ajp packet. Why 1364 ajp packets? Anything smaller works fine. 5] Any help will result in the helper receiving a free drink from the helpee next time the helper is in Tampa, FL! Thanks in advance, John Roth, Director net.Media Provider Solutions Corp

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread John Roth
In esrver.xml: Context path=/yourcontextpath docBase=yourdocbase reloadable=true -Original Message- From: Ilya Khandamirov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:53 PM To: 'Tomcat Users List' Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0)