RE: New to apache / Tomcat

2006-02-16 Thread Caldarale, Charles R
 From: Andrew English [mailto:[EMAIL PROTECTED] 
 Subject: RE: New to apache / Tomcat
 
 Does Jboss have Catalina as a component to it, or is Catalina a apache
 component only?

JBoss uses the embedded form of Tomcat; Catalina is the internal name
given to the servlet container components of Tomcat, and is therefore
built into JBoss.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



Re: New to apache / Tomcat

2006-02-16 Thread Filip Hanik - Dev Lists

JBoss uses Tomcat (catalina) as its default webserver and servlet engine.

Filip


Andrew English wrote:

Does Jboss have Catalina as a component to it, or is Catalina a apache
component only?

Andrew


-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 15, 2006 10:58 PM

To: Tomcat Users List
Subject: RE: New to apache / Tomcat

  
From: Andrew English [mailto:[EMAIL PROTECTED] 
Subject: RE: New to apache / Tomcat


Could it be they are running both?



Certainly could be, but I would have to wonder why...

  

I looked through all the jboss folders and found nothing related to
catalina just the files which make up the web site itself. 



I suppose it could be just left-over naming from some ambitious full
J2EE project that ended up needing only Servlet/JSP capabilities.

What are the dates on some of the files?  Tomcat 4.0.3 came out in the
spring of 2002, whereas JBoss 4.0.3 is fairly recent (mid-year 2005, SP1
in the fall).

You might try downloading whichever one corresponds to the dates you
find, and comparing the directory structure of that with what you've got
in hand.  The Tomcat 4.0.3 archive is here:
http://archive.apache.org/dist/tomcat/tomcat-4/archive/v4.0.3/

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



RE: New to apache / Tomcat

2006-02-16 Thread Andrew English


Does Jboss have Catalina as a component to it, or is Catalina a apache
component only?

Andrew


-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 15, 2006 10:58 PM
To: Tomcat Users List
Subject: RE: New to apache / Tomcat

 From: Andrew English [mailto:[EMAIL PROTECTED] 
 Subject: RE: New to apache / Tomcat
 
 Could it be they are running both?

Certainly could be, but I would have to wonder why...

 I looked through all the jboss folders and found nothing related to
 catalina just the files which make up the web site itself. 

I suppose it could be just left-over naming from some ambitious full
J2EE project that ended up needing only Servlet/JSP capabilities.

What are the dates on some of the files?  Tomcat 4.0.3 came out in the
spring of 2002, whereas JBoss 4.0.3 is fairly recent (mid-year 2005, SP1
in the fall).

You might try downloading whichever one corresponds to the dates you
find, and comparing the directory structure of that with what you've got
in hand.  The Tomcat 4.0.3 archive is here:
http://archive.apache.org/dist/tomcat/tomcat-4/archive/v4.0.3/

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



New to apache / Tomcat

2006-02-15 Thread Andrew English


I work for a company that had to recently let go its IT/Dev staff
because of issues.

This company runs Tomcat 4.03 on Windows 2003 Server with Catalina, and
has Apache running on a Linux machine. Being use to IIS and not really
having a lot of experience with Tomcat I had hit a few road blocks and
require help.

The companies network is structured so that HTTP requests for their web
site come into the Linux box and then are redirected to the Windows 2003
Server running Tomcat on port 8082.

My problem is I have not been able to figure out how or where the
configuration is for this Tomcat server because on the Linux box for
instance the redirection points to
http://192.168.1.10:8082/ssapp/asn.html

As for the Windows Tomcat server it looks something like
c:\asnweb\jboss_tomcat\jboss\catalina\ssar.e\ssapp (as example), and
when you look for the asn.html file on the windows machine you find it
in totally separate folder than the ssapp folder. 

If I http://localhost/ on the tomcat box its takes me the web site of
the company (notice I didn't add the 8082). However not everything works
partly because the Linux box also flips the HTTP connection into a HTTPS
connection, the apache or linux box contains the certs too.

So what I am looking for the actual config for tomcat so I can create a
document of were things are, were they are going etc.. Also we are
thinking of replacing the crappy WatchGuard firewall they have with ISA
server; so we need to find out lots of info...

Thanks
Andrew


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



RE: New to apache / Tomcat

2006-02-15 Thread Caldarale, Charles R
 From: Andrew English [mailto:[EMAIL PROTECTED] 
 Subject: New to apache / Tomcat
 
 As for the Windows Tomcat server it looks something like
 c:\asnweb\jboss_tomcat\jboss\catalina\ssar.e\ssapp (as example), and
 when you look for the asn.html file on the windows machine you find it
 in totally separate folder than the ssapp folder. 

Judging from the directory names, I suspect you're really running JBoss,
not Tomcat.  Tomcat is embedded in JBoss, but in such a scenario, all
configuration is through JBoss, not Tomcat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



RE: New to apache / Tomcat

2006-02-15 Thread Andrew English
Hi Chuck, 

Could it be they are running both?

Their folder structure is:

ASNWeb\JbossTomcat\catalina
ASNWeb\JbossTomcat\jboss

I know that catalina runs under Windows Services along with 3 other
services related to it, and I know from looking in the catalina folder
and reading the readme.txt file that it's a Tomcat Server product. 

I looked through all the jboss folders and found nothing related to
catalina just the files which make up the web site itself. 

Andrew
 

-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 15, 2006 6:48 PM
To: Tomcat Users List
Subject: RE: New to apache / Tomcat

 From: Andrew English [mailto:[EMAIL PROTECTED] 
 Subject: New to apache / Tomcat
 
 As for the Windows Tomcat server it looks something like
 c:\asnweb\jboss_tomcat\jboss\catalina\ssar.e\ssapp (as example), and
 when you look for the asn.html file on the windows machine you find it
 in totally separate folder than the ssapp folder. 

Judging from the directory names, I suspect you're really running JBoss,
not Tomcat.  Tomcat is embedded in JBoss, but in such a scenario, all
configuration is through JBoss, not Tomcat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
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: New to apache / Tomcat

2006-02-15 Thread Caldarale, Charles R
 From: Andrew English [mailto:[EMAIL PROTECTED] 
 Subject: RE: New to apache / Tomcat
 
 Could it be they are running both?

Certainly could be, but I would have to wonder why...

 I looked through all the jboss folders and found nothing related to
 catalina just the files which make up the web site itself. 

I suppose it could be just left-over naming from some ambitious full
J2EE project that ended up needing only Servlet/JSP capabilities.

What are the dates on some of the files?  Tomcat 4.0.3 came out in the
spring of 2002, whereas JBoss 4.0.3 is fairly recent (mid-year 2005, SP1
in the fall).

You might try downloading whichever one corresponds to the dates you
find, and comparing the directory structure of that with what you've got
in hand.  The Tomcat 4.0.3 archive is here:
http://archive.apache.org/dist/tomcat/tomcat-4/archive/v4.0.3/

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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