Re: Tomcat 4 integration with apache

2002-01-08 Thread Ravi Naidu

Please let me know how do i integrate tomcat 4 with IIS 4.0 and IIS 5.0 and
how do i define the path of my webpages( also if use the virtual directory
also )

Thank You.
Ravi.
- Original Message -
From: Nikola Milutinovic [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, January 08, 2002 1:30 AM
Subject: Re: Tomcat 4 integration with apache


 Vinay Singh wrote:

  I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I
can
  tell u the steps if you want.

 Go ahead.

 Nix.


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




Re: Tomcat 4 integration with apache

2002-01-08 Thread Marcelo Demestri

The guide is excellent!
But I configure the WARP connector mod_webapp following all the steps
correctly and still there are problems with the static contents.
I work on W2K pro, JDK 1.3.1, Apache 1.3.22 and Tomcat 4.0.1
I succeed the integration Apache-Tomcat with the mod_jk connector
(utilizing AJP13).
For me, definitively the mod_webapp connector have a weird behavior,
at least in a Windows platform .
Special thaks for Brian in the configuration of mod_jk...


Marcelo

- Original Message -
From: Justin Rowles [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 07, 2002 8:05 AM
Subject: FW: Tomcat 4 integration with apache


 Kindly sent by Mr Peter Burgess, for those needing a guide to the above.

 -Original Message-

 Hi,

 I noticed your posting on the tomcat-user list via the mail archives (I'm
 not directly subscribed myself) - this should answer your problem:

 http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml

 Please post to the list so this information can be shared

 Thanks,
 Peter



 ***
 For more information on Ordnance Survey products and services,
 visit our web site at http://www.ordnancesurvey.co.uk
 ***




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




RE: Tomcat 4 integration with apache

2002-01-08 Thread Guido Medina

The problem with this is that you have to be very carefull with the
following issues:

1) The virtual host on the apache web server has to be registered on the DNS
2) The same as one in Tomcat
3) The name on the virtual host in apache has to be the same as in Tomcat,
if not, it will confuse and lost the connection.

It is very important to have that in mind, mainly for windows that normally
is running on LANs without the proper DNS, if it is the case edit the file
C:\WINDOWS\HOST (Win9x) C:\WINNT\System32\Drivers\etc\HOST

That's it...is a very important detail but it can makes you figth for five
days and nothing happens...

:-)

Guido.

-Original Message-
From: Marcelo Demestri [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 08, 2002 8:00 PM
To: Tomcat Users List
Subject: Re: Tomcat 4 integration with apache


The guide is excellent!
But I configure the WARP connector mod_webapp following all the steps
correctly and still there are problems with the static contents.
I work on W2K pro, JDK 1.3.1, Apache 1.3.22 and Tomcat 4.0.1
I succeed the integration Apache-Tomcat with the mod_jk connector
(utilizing AJP13).
For me, definitively the mod_webapp connector have a weird behavior,
at least in a Windows platform .
Special thaks for Brian in the configuration of mod_jk...


Marcelo

- Original Message -
From: Justin Rowles [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 07, 2002 8:05 AM
Subject: FW: Tomcat 4 integration with apache


 Kindly sent by Mr Peter Burgess, for those needing a guide to the above.

 -Original Message-

 Hi,

 I noticed your posting on the tomcat-user list via the mail archives (I'm
 not directly subscribed myself) - this should answer your problem:

 http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml

 Please post to the list so this information can be shared

 Thanks,
 Peter



 ***
 For more information on Ordnance Survey products and services,
 visit our web site at http://www.ordnancesurvey.co.uk
 ***




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



Re: Tomcat 4 integration with apache

2002-01-07 Thread louie miranda

Me 2, if possible can i have to a copy step by step!! thanks!

- Original Message -
From: Shiva.Devaguptapu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, January 07, 2002 12:54 PM
Subject: RE: Tomcat 4 integration with apache


 Please tell me the steps to do it...

 -Original Message-
 From: Vinay Singh [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 06, 2002 11:26 PM
 To: 'Tomcat Users List'
 Subject: RE: Tomcat 4 integration with apache


 I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I can
 tell u the steps if you want.

 -Original Message-
 From: Shiva.Devaguptapu [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 06, 2002 8:44 PM
 To: Tomcat Users List
 Subject: Tomcat 4 integration with apache


 Hi,
 Pls help me in integrating Tomcat 4 with apache. I did the
 same(only) for tomcat 3.2.3 and apache 1.3.20, using mod_jk.dll, but don't
 know how to do for tomcat 4.x.
 Thanks in advance...
 Shiva.

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




RE: Tomcat 4 integration with apache

2002-01-07 Thread Cressatti, Dominique

me 2, am dying to see it.
Dom

-Original Message-
From: louie miranda [mailto:[EMAIL PROTECTED]]
Sent: 07 January 2002 11:01
To: Tomcat Users List
Subject: Re: Tomcat 4 integration with apache


Me 2, if possible can i have to a copy step by step!! thanks!

- Original Message -
From: Shiva.Devaguptapu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, January 07, 2002 12:54 PM
Subject: RE: Tomcat 4 integration with apache


 Please tell me the steps to do it...

 -Original Message-
 From: Vinay Singh [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 06, 2002 11:26 PM
 To: 'Tomcat Users List'
 Subject: RE: Tomcat 4 integration with apache


 I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I
can
 tell u the steps if you want.

 -Original Message-
 From: Shiva.Devaguptapu [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 06, 2002 8:44 PM
 To: Tomcat Users List
 Subject: Tomcat 4 integration with apache


 Hi,
 Pls help me in integrating Tomcat 4 with apache. I did the
 same(only) for tomcat 3.2.3 and apache 1.3.20, using mod_jk.dll, but
don't
 know how to do for tomcat 4.x.
 Thanks in advance...
 Shiva.

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




RE: Tomcat 4 integration with apache

2002-01-07 Thread Herzig, David

I'm also interested in a copy of step by step howto for tomcat 4.0.1 and
apache 1.3.20.
Many thanks

Dave

-Original Message-
From: louie miranda [mailto:[EMAIL PROTECTED]]
Sent: Montag, 7. Januar 2002 12:01
To: Tomcat Users List
Subject: Re: Tomcat 4 integration with apache


Me 2, if possible can i have to a copy step by step!! thanks!

- Original Message -
From: Shiva.Devaguptapu [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, January 07, 2002 12:54 PM
Subject: RE: Tomcat 4 integration with apache


 Please tell me the steps to do it...

 -Original Message-
 From: Vinay Singh [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 06, 2002 11:26 PM
 To: 'Tomcat Users List'
 Subject: RE: Tomcat 4 integration with apache


 I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I can
 tell u the steps if you want.

 -Original Message-
 From: Shiva.Devaguptapu [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 06, 2002 8:44 PM
 To: Tomcat Users List
 Subject: Tomcat 4 integration with apache


 Hi,
 Pls help me in integrating Tomcat 4 with apache. I did the
 same(only) for tomcat 3.2.3 and apache 1.3.20, using mod_jk.dll, but don't
 know how to do for tomcat 4.x.
 Thanks in advance...
 Shiva.

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




RE: Tomcat 4 integration with apache

2002-01-07 Thread Stefanovic Sacha

I'm also interested in a copy of step by step howto for tomcat 4.0.1 and
apache 1.3.20. 

 

Thanks

 




RE: Tomcat 4 integration with apache

2002-01-07 Thread Lew Teck Kheng

me too!:)

Thnx

On Mon, 2002-01-07 at 20:06, Stefanovic Sacha wrote:
 I'm also interested in a copy of step by step howto for tomcat 4.0.1 and
 apache 1.3.20. 
 
  
 
 Thanks
 
  
 
-- 

Lew Teck Kheng  Tel : +603-7725-6890 (ext 877)
Asia Pacific LMN (System Engineering)   Email : [EMAIL PROTECTED]
Linux The Ultimate OS



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




RE: Tomcat 4 integration with apache

2002-01-07 Thread Justin Rowles

 me too!:)

For Pete's sake, I reckon the lad that offered has got the message.

Vinay, please write up and post a simple HOWTO.  'Many people' will clearly
appreciate it.

'Many people', please stop sending aol Me too /aol!

Cheers,
Justin.
-- 
You're only jealous cos the little penguins are talking to me. 



***
For more information on Ordnance Survey products and services,
visit our web site at http://www.ordnancesurvey.co.uk
***




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




RE: Tomcat 4 integration with apache

2002-01-07 Thread Richard Dunn




 Could you please tell me the steps? Env
 Red Hat 7.1
 JDK 1.3.1.02
 Tomcat 4.01
 
 I have tried to use mod_webapp.so and seem to have no
 luck!
 
 Thanks in advance!

I wrote a script that builds the following:

Apache 1.3.22
including:
mod_ssl
Tomcat 4.0.1
IBM JDK 1.3.1

I apologize in advance for the length of this posting (I wasn't sure what to
delete
without causing an error in the dependencies).

I don't know how well this will apply to your configuration. I would
definitely NOT run the script as-is on a system - it may
blow up some things that would make you very unhappy. It basically
has the steps to create from a fresh Redhat 7.1 install a working
system with Apache (including SSL), Tomcat, and a few other things
you probably don't want or need. This is definitely a work in progress,
so there may be some MAJOR screwups in there for most (maybe all)
installations.

You will have to inspect the configuration flags and packages and change
to suit your needs. The packages are mostly the source packages, which
I compile and install.

build_all.sh:


#!/bin/sh

##
# setup the environment
BLD_ROOT=/usr/local
DL_HOME=/root/apache_build

##
# make sure we want to do this first
echo 
echo *!!!WARNING!!! *
echo 
echo This is a destructive procedure - only run this if
echo you know what you are doing and everything is properly
echo backed up!
echo -n Do you wish to proceed? (y/n): 
read REPLY
if [ \( $REPLY = 'y' \) -o \( $REPLY = 'Y' \) ]  [ ! -z $REPLY ]; then
  echo -n Are you sure? Spell it out \yes\ (case sensitive): 
  read REPLY2
  if [ ! $REPLY2 = 'yes' ] || [ -z $REPLY2 ]; then
exit
  fi
else
  exit
fi

##
# create directory for a local copy of the files
echo -n 'Do you wish to reload from CD? ' 2
read REPLY
if [ $REPLY = 'y' ] || [ $REPLY = 'Y' ]; then
  if [ -d ${DL_HOME} ]; then
rm -rf ${DL_HOME}
  fi
  echo Mounting/unmounting CD, this may take a while...
  mkdir ${DL_HOME}
  umount /mnt/cdrom
  mount /mnt/cdrom
  cp -v -R /mnt/cdrom/* ${DL_HOME}
  umount /mnt/cdrom
fi

##
# start the real install
##
rpm -Uhv ${DL_HOME}/IBMJava2-SDK-1.3-10.0.i386.rpm

##
# ant
echo Setting up ant
cd ${BLD_ROOT}
if [ -d jakarta-ant-1.4 ]; then
  rm -rf jakarta-ant-1.4
fi
if [ -f jakarta-ant-1.4-src.tar.gz ]; then
  rm -f jakarta-ant-1.4-src.tar.gz
fi
cp -v ${DL_HOME}/jakarta-ant-1.4-src.tar.gz ${BLD_ROOT}
tar xvfz jakarta-ant-1.4-src.tar.gz
cd jakarta-ant-1.4
./build.sh
cp -R dist ${BLD_ROOT}/ant

##
# jaxp
echo Setting up jaxp
cd ${BLD_ROOT}
if [ -d jaxp-1.1 ]; then
  rm -rf jaxp-1.1
fi
if [ -f jaxp-1_1.zip ]; then
  rm -f jaxp-1_1.zip
fi
cp -v ${DL_HOME}/jaxp-1_1.zip ${BLD_ROOT}
unzip jaxp-1_1.zip
cp -v jaxp-1.1/*.jar ant/lib

##
# servlet.jar
echo Setting up servlet.jar
cd ${BLD_ROOT}
if [ -d jakarta-servletapi-4 ]; then
  rm -rf jakarta-servletapi-4
fi
if [ -f jakarta-servletapi-4-src-20011227.tar.gz ]; then
  rm -f jakarta-servletapi-4-src-20011227.tar.gz
fi
cp -v ${DL_HOME}/jakarta-servletapi-4-src-20011227.tar.gz ${BLD_ROOT}
tar xvfz jakarta-servletapi-4-src-20011227.tar.gz
cd jakarta-servletapi-4
ant clean
ant dist

##
# jaf
echo Setting up jaf
cd ${BLD_ROOT}
if [ -d jaf-1.0.1 ]; then
  rm -rf jaf-1.0.1
fi
if [ -f jaf1_0_1.zip ]; then
  rm -f jaf1_0_1.zip
fi
cp -v ${DL_HOME}/jaf1_0_1.zip ${BLD_ROOT}
unzip jaf1_0_1.zip

##
# javamail
echo Setting up javamail
cd ${BLD_ROOT}
if [ -d javamail-1.2 ]; then
  rm -rf javamail-1.2
fi
if [ -f javamail-1_2.zip ]; then
  rm -f javamail-1_2.zip
fi
cp -v ${DL_HOME}/javamail-1_2.zip ${BLD_ROOT}
unzip javamail-1_2.zip

##
# jdbc
echo Setting up jdbc
cd ${BLD_ROOT}
if [ -d jdbc2_0-stdext ]; then
  rm -rf jdbc2_0-stdext
fi
mkdir ${BLD_ROOT}/jdbc2_0-stdext
cp -v ${DL_HOME}/jdbc2_0-stdext.jar ${BLD_ROOT}/jdbc2_0-stdext

##
# jmx
echo Setting up jmx
if [ -d jmx-1_0_1-ri_bin ]; then
  rm -rf jmx-1_0_1-ri_bin
fi
cp -v ${DL_HOME}/jmx-1_0-ri_bin.zip ${BLD_ROOT}
unzip jmx-1_0-ri_bin.zip

##
# jndi
echo Setting up jndi
if [ -d jndi1_2_1 ]; then
  rm -rf jndi1_2_1
fi
mkdir ${BLD_ROOT}/jndi1_2_1
cp -v ${DL_HOME}/jndi1_2_1.zip ${BLD_ROOT}/jndi1_2_1
cd ${BLD_ROOT}/jndi1_2_1
unzip jndi1_2_1.zip

##
# jsse
echo Setting up jsse
cd ${BLD_ROOT}
if [ -d jsse1.0.2 ]; then
  rm -rf jsse1.0.2
fi
if [ -f jsse-1_0_2-do.zip ]; then
  rm -rf jsse-1_0_2-do.zip
fi
cp -v ${DL_HOME}/jsse-1_0_2-do.zip ${BLD_ROOT}
unzip jsse-1_0_2-do.zip

##
# regexp
echo Setting up regexp
cd ${BLD_ROOT}
if [ -d jakarta-regexp-1.2 ]; then
  rm -rf jakarta-regexp-1.2
fi
if [ -f 

Re: Tomcat 4 integration with apache

2002-01-07 Thread Nikola Milutinovic

Vinay Singh wrote:

 I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I can
 tell u the steps if you want.

Go ahead.

Nix.


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




RE: Tomcat 4 integration with apache

2002-01-06 Thread Vinay Singh

I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I can
tell u the steps if you want.

-Original Message-
From: Shiva.Devaguptapu [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 06, 2002 8:44 PM
To: Tomcat Users List
Subject: Tomcat 4 integration with apache


Hi,
Pls help me in integrating Tomcat 4 with apache. I did the
same(only) for tomcat 3.2.3 and apache 1.3.20, using mod_jk.dll, but don't
know how to do for tomcat 4.x.
Thanks in advance...
Shiva.

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



RE: Tomcat 4 integration with apache

2002-01-06 Thread Matt Bjornson

Could you please tell me the steps? Env
Red Hat 7.1
JDK 1.3.1.02
Tomcat 4.01

I have tried to use mod_webapp.so and seem to have no
luck!

Thanks in advance!
--- Vinay Singh [EMAIL PROTECTED] wrote:
 I did Apache 1.3.20 integration with Tomcat 4.0.1
 using mod_webapp. I can
 tell u the steps if you want.
 
 -Original Message-
 From: Shiva.Devaguptapu
 [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 06, 2002 8:44 PM
 To: Tomcat Users List
 Subject: Tomcat 4 integration with apache
 
 
 Hi,
   Pls help me in integrating Tomcat 4 with apache. I
 did the
 same(only) for tomcat 3.2.3 and apache 1.3.20, using
 mod_jk.dll, but don't
 know how to do for tomcat 4.x.
 Thanks in advance...
 Shiva.
 
 --
 To unsubscribe:  
 mailto:[EMAIL PROTECTED]
 For additional commands:
 mailto:[EMAIL PROTECTED]
 Troubles with the list:
 mailto:[EMAIL PROTECTED]
 


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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




RE: Tomcat 4 integration with apache

2002-01-06 Thread Shiva.Devaguptapu

Please tell me the steps to do it...

-Original Message-
From: Vinay Singh [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 06, 2002 11:26 PM
To: 'Tomcat Users List'
Subject: RE: Tomcat 4 integration with apache


I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I can
tell u the steps if you want.

-Original Message-
From: Shiva.Devaguptapu [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 06, 2002 8:44 PM
To: Tomcat Users List
Subject: Tomcat 4 integration with apache


Hi,
Pls help me in integrating Tomcat 4 with apache. I did the
same(only) for tomcat 3.2.3 and apache 1.3.20, using mod_jk.dll, but don't
know how to do for tomcat 4.x.
Thanks in advance...
Shiva.

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