Re: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich

Hi There,

I would go with Tomcat+SSL, the setup is much easier than your other
alternative.  The only thing you really lose by not using apache is the
ability to use virtual hosts.

Mike

On Fri, 2 Aug 2002, Sujith Mathew wrote:

 Please help me .

 My requirements are to serve JSP, Servlets, static pages and SSL(not
 important). NO CGI, PERL, PHP etc.

 I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
 should use APACHE+TOMCAT+SSL or TOMCAT+SSL.

 Please reply me fast , i am banking on you guys for a good answer.

 Thanks in advance
 Sujith Mathew



 --
 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: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich

I wouldn't use IIS, especially if you're interested in having a secure
server.  IIS is historically unsecure.  SSL won't mean much if someone can
break into your system via your web server.

On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:

 One option is to use IIS + SSL + Tomcat

  -Original Message-
  From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, August 01, 2002 2:26 PM
  To: [EMAIL PROTECTED]
  Subject: Please help me... URGENT
 
 
  Please help me .
 
  My requirements are to serve JSP, Servlets, static pages and SSL(not
  important). NO CGI, PERL, PHP etc.
 
  I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
  should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
 
  Please reply me fast , i am banking on you guys for a good answer.
 
  Thanks in advance
  Sujith Mathew
 
 
 
  --
  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: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich

I would assume that the use of SSL implies sensitive data being handled by
the Win 2k server.  Why risk compromising that data by using IIS?

On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:

 Why are we worried about securing a Windows 2000 server??  I thought they just 
wanted it set up and running.

  -Original Message-
  From: Michael B Sebetich [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, August 01, 2002 2:42 PM
  To: Tomcat Users List
  Subject: RE: Please help me... URGENT
 
 
  I wouldn't use IIS, especially if you're interested in having a secure
  server.  IIS is historically unsecure.  SSL won't mean much
  if someone can
  break into your system via your web server.
 
  On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:
 
   One option is to use IIS + SSL + Tomcat
  
-Original Message-
From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 2:26 PM
To: [EMAIL PROTECTED]
Subject: Please help me... URGENT
   
   
Please help me .
   
My requirements are to serve JSP, Servlets, static pages
  and SSL(not
important). NO CGI, PERL, PHP etc.
   
I am using a WINDOWS 2000 Server.*I want anyone to tell
  me whether i
should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
   
Please reply me fast , i am banking on you guys for a good answer.
   
Thanks in advance
Sujith Mathew
   
   
   
--
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]




Re: Solaris and Tomcat 4.0.4

2002-07-31 Thread Michael B Sebetich

Hi Joel,

First off, when you try to access the server are you using port 8080, ie
http://localhost:8080? 8080 is the default port in tomcat.

Second, the installation of tomcat 4.0.4 does take you back to the command
line after starting up the server, so that's normal.

Try this before starting the server:

tail -f $CATALINA_HOME/logs/catalina.out

If you've done something wrong and the server isn't starting you should
get an error message there.  If it is running properly it will tell you
that it has been started.

Mike

On Wed, 31 Jul 2002, Joel Hainley wrote:

 I've been battling with this for a few days..and I keep finding people
 asking this question on deja ( now known as google groups ), but I haven't
 found an answer.

 I'm using
 solaris 8 on an ultra 10
 the 1.4.0_01 jdk
 tomcat 4.0.4

 i've set the environment variables
 CATALINA_HOME
 JAVA_HOME

 I run tomcat with startup.sh..and I get

 Using CATALINA_BASE: /usr/jakarta-tomcat-4.0.4
 Using CATALINA_HOME: /usr/jakarta-tomcat-4.0.4
 Using CATALINA_TMPDIR: /usr/jakarta-tomcat-4.0.4/temp
 Using JAVA_HOME : /usr/j2se

 then i get my command prompt again..no other windows pop up or anything.

 The server does not appear to be running because if i browse to local host I
 get a connection has been refuse thing. So i'm pretty sure it's not running.
 So I looked in CATALINA_HOME/logs and withing the catalina.out file there
 was the following information...

 Exception in thread main java.lang.NoClassDefFoundError:
 org/apache/catalina/startup/Bootstrap

 So i'm guessing that i'm doing something horribly wrong...but I'm not sure
 what it is...

 help?

 thanks

 Joel



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