RE: Code Q.

2001-04-19 Thread Tim Coultas
Scott - One thing that the Core Servlets book doesn't do well is explain Java basics, like what does extends mean or how do method/class declarations work. It assumes that knowledge. I found Sams "Teach Yourself Java in 21 Days" really helpful; it contains a lot of basic java information that

Hiding JSPs from Public Access!?!?!

2001-04-17 Thread Tim Coultas
this does not have any effect. How the heck do I do this? Has anyone been able to do it? Thanks. Tim Coultas

RE: isapi_redirect.dll

2001-03-21 Thread Tim Coultas
The redirector is at: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i38 6/ The documentation for it is: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l hope that's helpful. Tim -Original Message- From: Rahul Misra

Tomcat with IIS and SSL

2001-03-19 Thread Tim Coultas
I am trying to set up Tomcat with SSL and IIS. I have Tomcat running fine with IIS - with no Secure Sockets Layer. I have Tomcat running fine with IIS and a Secure Sockets Layer - for users inside my firewall (Cisco router):

RE: Super Newbie...

2001-03-19 Thread Tim Coultas
They are at: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/ I couldn't find them either. -Original Message- From: Joel R. Cochran [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 3:03 PM To: '[EMAIL PROTECTED]' Subject: Super Newbie... Sorry for the super newbie

RE: Troubles with Tomcat

2001-03-15 Thread Tim Coultas
When you type in the ip address, I believe you will have to follow it with the port number that tomcat is listening on, like http://127.0.0.1:8080/index.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 10:18 AM To: [EMAIL

RE: My IIS isn't redirecting to Tomcat

2001-03-14 Thread Tim Coultas
Have you downloaded and installed the isapi_redirector.dll from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i38 6/ ?? If not, you should do so and read the how-to at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l hope that's

Basic Tomcat/IIS setup problems

2001-01-08 Thread Tim Coultas
I see "Get jakarta/isapi_redirect 200." I am told jsp's aren't happening either. Can someone please give me some ideas about how I can fix this? Thanks in advance, Tim Coultas