Please help me

2003-03-24 Thread Juan Carlos Correa
I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how configuration..??

Thanks
JC


Re: why use mod_webapp?

2002-02-01 Thread Juan Carlos

Hi
the reason  i see is because you can have more power to extend your
application, and besides because it  relies on the multi-thier model
splitting the roles and leaving the work to the best app to solve it (apache
on static content) and tomcat on processing jsp's.

You can have several tomcats behind an apache and you dont have to pay for
an altheon  or an arrow-point to redirect the request for 4 or 5 tomcats on
different machines, since mod_jk you have a round robin with stickness that
allows you to do the trick for you.

It can be seen as the model of 1 http server as a front end  (Apache) and
serveral  app-servers (Tomcat) behind.

Juan Carlos

- Original Message -
From: Dave North [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, January 31, 2002 2:27 PM
Subject: RE: why use mod_webapp?


Well, ya I know this.  But you could still have apache do a re-direct to
tomcat on whatever port it's lisening on (say 8080) and get the same
result.  My own personal opinion is mod_webapp is cleaner but I'm under
some pressue to say WHY it's better.  Can't really think of any good
reasons really.

Dave

-Original Message-
From: Brian Adams [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 3:23 PM
To: 'Tomcat Users List'
Subject: RE: why use mod_webapp?


same port! port 80 is http (apache) tomcat would then have to run alone
on
another machine or Virtual IP.
the beauty is that we can now SSI jsp/servlet in html and you never
bounce
to another port or have to add DNS entrees...
just a few reasons, you'll get more and better explained.
B

-Original Message-
From: Dave North [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 2:21 PM
To: [EMAIL PROTECTED]
Subject: why use mod_webapp?


Hi Folks,
I'm already using mod_webapp for handling my tomcat traffic via
apache.  My question from a guy here is why do we do this and not just
create a simple re-direct page?  ie. create a directory with a 1 line
HTML page in it that re-directs to the tomcat HTTP server.  Are there
other advantages to using the WARP connector?

Thanks

Dave

Dave North
SIGNIANT Inc.
Trusted Data Transfer Services
www.signiant.com
Phone: 613-761-3623
Fax: 613-761-3629
EMail: [EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




configuring web.xml

2000-12-14 Thread Juan Carlos Egea




Hi everybody, I'm trying to configurate the web.xml 
archive for a web application under Tomcat, I would like to get some information 
or a link with documentation.I had only found the syntax at the servlet 
specification but it isn't enough. Thank 
you.