RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-03 Thread Yiannis Mavroukakis
Oh use the source Luke!(tm) :)

-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 02 February 2004 22:00
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2


Ok.  I'm ready to partially retract all of the mean things that I said 
about tomcat.  If anyone thinks that they will be saving themselves time 
by installing an rpm of mod_jk2.so, think again; re-build from the 
source!  Thanks to all you responded.   Rich

Hamilton Andrew wrote:

>I have RH AS and I use Tomcat5, mod_jk2, and apache2 and they all work
fine.
>I use the uri's you say don't work, ie
>[uri:/servlets-examples/*] works just fine for me.  You are free to do what
>you like as far as switching to a different framework.  I see several
people
>are trying to help you and it might help to post your entire current
>workers2.properties and your jk2.properties.  Does everything work properly
>when you use just Tomcat and not apache?  
>
>Here is my workers2.properties:
>#
>[logger.apache2]
>level=DEBUG
>
>[shm]
>file=/www/apache2/logs/shm.file
>size=1048576
>
># Define the communication channel
>[channel.socket:localhost:8009]
>info=Ajp13 forwarding over socket
>tomcatId=localhost:8009
>
># define the worker
>[ajp13:localhost:8009]
>channel=channel.socket:localhost:8009
>
>[uri:/jsp-examples/*]
>info=Map the jsp-examples webapp
>worker=ajp13:localhost:8009
>
>[uri:/servlets-examples/*]
>info=Map the servlets-examples webapp
>worker=ajp13:localhost:8009
>#
>
>And my jk2.properties:
>
>#
># Set the desired handler list
>handler.list=channelSocket,request
>#
># Override the default port for the socketChannel
># channelSocket.port=8019
># Default: 
># channelUnix.file=${jkHome}/work/jk2.socket
># Just to check if the the config  is working
># shm.file=${jkHome}/work/jk2.shm
>
># In order to enable jni use any channelJni directive
># channelJni.disabled = 0
># And one of the following directives:
># apr.jniModeSo=/www/apache2/modules/mod_jk2.so
># If set to inprocess the mod_jk2 will Register natives itself
># This will enable the starting of the Tomcat from mod_jk2
># apr.jniModeSo=inprocess
>#################
>
>
>-Original Message-
>From: Rich Baldwin [mailto:[EMAIL PROTECTED]
>Sent: Monday, February 02, 2004 2:04 PM
>To: Tomcat Users List
>Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
>
>
>
>
>Well.  I have gotten Tomcat5, RH ES, mod_jk2, and apache2 all working.  
>I've come to the conclusion that the clowns
>who developed this stuff sit back and watch the traffic on the list and 
>laugh.  Here is what you need to do in your workers2.properites file:
>
>For every servlet you need to define a worker in worker2.properties.
>
>[uri:/servlets-examples/*]  This won't work, but this will
>
>[uri:/servlets-examples/servlet/HelloWorldExample]
>[uri:/servlets-examples/servlet/RequestInfoExample]
>etc.
>
>[uri:/servlets-examples/servlet/*] won't work
>[uri:/servlets-examples/servlet/*.*] won't work
>[uri:/servlets-examples/servlet/*e] will work, but all of your servlets
must
>end with the letter 'e'
>
>Unless one of you fine developers want to clear this up.  I'm going to
>switch to Jetty.  Tomcat is crap!!!
>
>
>
>Yiannis Mavroukakis wrote:
>
>  
>
>>Curious...Send me your entire workers2.properties file and I'll have a
>>
>>
>look.
>  
>
>>Also, what are the urls you are using to access your html/jsp/servlets?
>>
>>
>Feel
>  
>
>>free to use 'localhost' if you don't want to reveal sensitive server
>>hostname/ip's
>>
>>Yiannis
>>
>>-Original Message-
>>From: Rich Baldwin [mailto:[EMAIL PROTECTED]
>>Sent: 02 February 2004 15:22
>>To: Tomcat Users List
>>Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
>>
>>
>>Same as in the past works fine on port 8080.  Jsp stuff works on port 
>>80.  Html in servlets-examples works fine.  Servlets cannot be found???
>>
>>Yiannis Mavroukakis wrote:
>>
>> 
>>
>>
>>
>>>Hmm ok.. :)
>>>you don't need
>>>channelSocket.address=127.0.0.1
>>>in jk2.properties.
>>>Add the following under [channel.socket:localhost:8009]
>>>host=localhost
>>>port=8009
>>>
>>>and under [ajp13:localhost:8009] add this
>>>channel=channel.socket:localhost:8009
>>>
>>>Before you go about making those changes, make sure th

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Oscar Carrillo
Absotively! Long-live the Source.

Oscar

On Mon, 2 Feb 2004, Rich Baldwin wrote:

> Ok.  I'm ready to partially retract all of the mean things that I said 
> about tomcat.  If anyone thinks that they will be saving themselves time 
> by installing an rpm of mod_jk2.so, think again; re-build from the 
> source!  Thanks to all you responded.   Rich
> 
> Hamilton Andrew wrote:
> 
> >I have RH AS and I use Tomcat5, mod_jk2, and apache2 and they all work fine.
> >I use the uri's you say don't work, ie
> >[uri:/servlets-examples/*] works just fine for me.  You are free to do what
> >you like as far as switching to a different framework.  I see several people
> >are trying to help you and it might help to post your entire current
> >workers2.properties and your jk2.properties.  Does everything work properly
> >when you use just Tomcat and not apache?  
> >
> >Here is my workers2.properties:
> >#
> >[logger.apache2]
> >level=DEBUG
> >
> >[shm]
> >file=/www/apache2/logs/shm.file
> >size=1048576
> >
> ># Define the communication channel
> >[channel.socket:localhost:8009]
> >info=Ajp13 forwarding over socket
> >tomcatId=localhost:8009
> >
> ># define the worker
> >[ajp13:localhost:8009]
> >channel=channel.socket:localhost:8009
> >
> >[uri:/jsp-examples/*]
> >info=Map the jsp-examples webapp
> >worker=ajp13:localhost:8009
> >
> >[uri:/servlets-examples/*]
> >info=Map the servlets-examples webapp
> >worker=ajp13:localhost:8009
> >#
> >
> >And my jk2.properties:
> >
> >#
> ># Set the desired handler list
> >handler.list=channelSocket,request
> >#
> ># Override the default port for the socketChannel
> ># channelSocket.port=8019
> ># Default: 
> ># channelUnix.file=${jkHome}/work/jk2.socket
> ># Just to check if the the config  is working
> ># shm.file=${jkHome}/work/jk2.shm
> >
> ># In order to enable jni use any channelJni directive
> ># channelJni.disabled = 0
> ># And one of the following directives:
> ># apr.jniModeSo=/www/apache2/modules/mod_jk2.so
> ># If set to inprocess the mod_jk2 will Register natives itself
> ># This will enable the starting of the Tomcat from mod_jk2
> ># apr.jniModeSo=inprocess
> >#
> >
> >
> >-Original Message-
> >From: Rich Baldwin [mailto:[EMAIL PROTECTED]
> >Sent: Monday, February 02, 2004 2:04 PM
> >To: Tomcat Users List
> >Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
> >
> >
> >
> >
> >Well.  I have gotten Tomcat5, RH ES, mod_jk2, and apache2 all working.  
> >I've come to the conclusion that the clowns
> >who developed this stuff sit back and watch the traffic on the list and 
> >laugh.  Here is what you need to do in your workers2.properites file:
> >
> >For every servlet you need to define a worker in worker2.properties.
> >
> >[uri:/servlets-examples/*]  This won't work, but this will
> >
> >[uri:/servlets-examples/servlet/HelloWorldExample]
> >[uri:/servlets-examples/servlet/RequestInfoExample]
> >etc.
> >
> >[uri:/servlets-examples/servlet/*] won't work
> >[uri:/servlets-examples/servlet/*.*] won't work
> >[uri:/servlets-examples/servlet/*e] will work, but all of your servlets must
> >end with the letter 'e'
> >
> >Unless one of you fine developers want to clear this up.  I'm going to
> >switch to Jetty.  Tomcat is crap!!!
> >
> >
> >
> >Yiannis Mavroukakis wrote:
> >
> >  
> >
> >>Curious...Send me your entire workers2.properties file and I'll have a
> >>
> >>
> >look.
> >  
> >
> >>Also, what are the urls you are using to access your html/jsp/servlets?
> >>
> >>
> >Feel
> >  
> >
> >>free to use 'localhost' if you don't want to reveal sensitive server
> >>hostname/ip's
> >>
> >>Yiannis
> >>
> >>-Original Message-
> >>From: Rich Baldwin [mailto:[EMAIL PROTECTED]
> >>Sent: 02 February 2004 15:22
> >>To: Tomcat Users List
> >>Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
> >>
> >>
> >>Same as in the past works fine on port 8080.  Jsp stuff works on port 
> >>80.  Html in servlets-examples works fine.  Servlets cannot be found???
> >>

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
Ok.  I'm ready to partially retract all of the mean things that I said 
about tomcat.  If anyone thinks that they will be saving themselves time 
by installing an rpm of mod_jk2.so, think again; re-build from the 
source!  Thanks to all you responded.   Rich

Hamilton Andrew wrote:

I have RH AS and I use Tomcat5, mod_jk2, and apache2 and they all work fine.
I use the uri's you say don't work, ie
[uri:/servlets-examples/*] works just fine for me.  You are free to do what
you like as far as switching to a different framework.  I see several people
are trying to help you and it might help to post your entire current
workers2.properties and your jk2.properties.  Does everything work properly
when you use just Tomcat and not apache?  

Here is my workers2.properties:
#
[logger.apache2]
level=DEBUG
[shm]
file=/www/apache2/logs/shm.file
size=1048576
# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
[uri:/jsp-examples/*]
info=Map the jsp-examples webapp
worker=ajp13:localhost:8009
[uri:/servlets-examples/*]
info=Map the servlets-examples webapp
worker=ajp13:localhost:8009
#
And my jk2.properties:

#
# Set the desired handler list
handler.list=channelSocket,request
#
# Override the default port for the socketChannel
# channelSocket.port=8019
# Default: 
# channelUnix.file=${jkHome}/work/jk2.socket
# Just to check if the the config  is working
# shm.file=${jkHome}/work/jk2.shm

# In order to enable jni use any channelJni directive
# channelJni.disabled = 0
# And one of the following directives:
# apr.jniModeSo=/www/apache2/modules/mod_jk2.so
# If set to inprocess the mod_jk2 will Register natives itself
# This will enable the starting of the Tomcat from mod_jk2
# apr.jniModeSo=inprocess
#
-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: Monday, February 02, 2004 2:04 PM
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2


Well.  I have gotten Tomcat5, RH ES, mod_jk2, and apache2 all working.  
I've come to the conclusion that the clowns
who developed this stuff sit back and watch the traffic on the list and 
laugh.  Here is what you need to do in your workers2.properites file:

For every servlet you need to define a worker in worker2.properties.

[uri:/servlets-examples/*]  This won't work, but this will

[uri:/servlets-examples/servlet/HelloWorldExample]
[uri:/servlets-examples/servlet/RequestInfoExample]
etc.
[uri:/servlets-examples/servlet/*] won't work
[uri:/servlets-examples/servlet/*.*] won't work
[uri:/servlets-examples/servlet/*e] will work, but all of your servlets must
end with the letter 'e'
Unless one of you fine developers want to clear this up.  I'm going to
switch to Jetty.  Tomcat is crap!!!


Yiannis Mavroukakis wrote:

 

Curious...Send me your entire workers2.properties file and I'll have a
   

look.
 

Also, what are the urls you are using to access your html/jsp/servlets?
   

Feel
 

free to use 'localhost' if you don't want to reveal sensitive server
hostname/ip's
Yiannis

-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 02 February 2004 15:22
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
Same as in the past works fine on port 8080.  Jsp stuff works on port 
80.  Html in servlets-examples works fine.  Servlets cannot be found???

Yiannis Mavroukakis wrote:



   

Hmm ok.. :)
you don't need
channelSocket.address=127.0.0.1
in jk2.properties.
Add the following under [channel.socket:localhost:8009]
host=localhost
port=8009
and under [ajp13:localhost:8009] add this
channel=channel.socket:localhost:8009
Before you go about making those changes, make sure that your servlets
are working OK on standalone tomcat :)
Good luck,

Yiannis.

-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 02 February 2004 14:10
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
The jsp is working but not the servlets.  I've double check /alias and 
workers for typos. Other suggestions??

Yiannis Mavroukakis wrote:



  

 

Make these additions/ammendments to workers2

[ajp13:localhost:8009]
channel=channel.socket:localhost:809
[shm]
file=/tmp/shm.file
size=100
Yiannis.
-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 30 January 2004 18:27
To: [EMAIL PROTECTED]
Subject: Tomcat5 RH ES mod_jk2 Apache2
I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
running on RedHat Enterprise Server.  I get html over port 80, but no 
jsp or servlets will run.  Don't know what I may have missed.

jk2.properties
handler.list=channelSocket,request
channelSocket.port=8009

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Hamilton Andrew
I have RH AS and I use Tomcat5, mod_jk2, and apache2 and they all work fine.
I use the uri's you say don't work, ie
[uri:/servlets-examples/*] works just fine for me.  You are free to do what
you like as far as switching to a different framework.  I see several people
are trying to help you and it might help to post your entire current
workers2.properties and your jk2.properties.  Does everything work properly
when you use just Tomcat and not apache?  

Here is my workers2.properties:
#
[logger.apache2]
level=DEBUG

[shm]
file=/www/apache2/logs/shm.file
size=1048576

# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009

# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[uri:/jsp-examples/*]
info=Map the jsp-examples webapp
worker=ajp13:localhost:8009

[uri:/servlets-examples/*]
info=Map the servlets-examples webapp
worker=ajp13:localhost:8009
#

And my jk2.properties:

#
# Set the desired handler list
handler.list=channelSocket,request
#
# Override the default port for the socketChannel
# channelSocket.port=8019
# Default: 
# channelUnix.file=${jkHome}/work/jk2.socket
# Just to check if the the config  is working
# shm.file=${jkHome}/work/jk2.shm

# In order to enable jni use any channelJni directive
# channelJni.disabled = 0
# And one of the following directives:
# apr.jniModeSo=/www/apache2/modules/mod_jk2.so
# If set to inprocess the mod_jk2 will Register natives itself
# This will enable the starting of the Tomcat from mod_jk2
# apr.jniModeSo=inprocess
#


-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: Monday, February 02, 2004 2:04 PM
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2




Well.  I have gotten Tomcat5, RH ES, mod_jk2, and apache2 all working.  
I've come to the conclusion that the clowns
who developed this stuff sit back and watch the traffic on the list and 
laugh.  Here is what you need to do in your workers2.properites file:

For every servlet you need to define a worker in worker2.properties.

[uri:/servlets-examples/*]  This won't work, but this will

[uri:/servlets-examples/servlet/HelloWorldExample]
[uri:/servlets-examples/servlet/RequestInfoExample]
etc.

[uri:/servlets-examples/servlet/*] won't work
[uri:/servlets-examples/servlet/*.*] won't work
[uri:/servlets-examples/servlet/*e] will work, but all of your servlets must
end with the letter 'e'

Unless one of you fine developers want to clear this up.  I'm going to
switch to Jetty.  Tomcat is crap!!!



Yiannis Mavroukakis wrote:

>Curious...Send me your entire workers2.properties file and I'll have a
look.
>
>Also, what are the urls you are using to access your html/jsp/servlets?
Feel
>free to use 'localhost' if you don't want to reveal sensitive server
>hostname/ip's
>
>Yiannis
>
>-Original Message-
>From: Rich Baldwin [mailto:[EMAIL PROTECTED]
>Sent: 02 February 2004 15:22
>To: Tomcat Users List
>Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
>
>
>Same as in the past works fine on port 8080.  Jsp stuff works on port 
>80.  Html in servlets-examples works fine.  Servlets cannot be found???
>
>Yiannis Mavroukakis wrote:
>
>  
>
>>Hmm ok.. :)
>>you don't need
>>channelSocket.address=127.0.0.1
>>in jk2.properties.
>>Add the following under [channel.socket:localhost:8009]
>>host=localhost
>>port=8009
>>
>>and under [ajp13:localhost:8009] add this
>>channel=channel.socket:localhost:8009
>>
>>Before you go about making those changes, make sure that your servlets
>>are working OK on standalone tomcat :)
>>
>>Good luck,
>>
>>Yiannis.
>>
>>-Original Message-
>>From: Rich Baldwin [mailto:[EMAIL PROTECTED]
>>Sent: 02 February 2004 14:10
>>To: Tomcat Users List
>>Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
>>
>>
>>The jsp is working but not the servlets.  I've double check /alias and 
>>workers for typos. Other suggestions??
>>
>>Yiannis Mavroukakis wrote:
>>
>> 
>>
>>
>>
>>>Make these additions/ammendments to workers2
>>>
>>>[ajp13:localhost:8009]
>>>channel=channel.socket:localhost:809
>>>
>>>[shm]
>>>file=/tmp/shm.file
>>>size=100
>>>
>>>
>>>Yiannis.
>>>-Original Message-
>>>From: Rich Baldwin [mailto:[EMAIL PROTECTED]
>>>Sent: 30 January 2004 18:27
>>>To: [EMAIL PROTECTED]
>>>Subject: Tomcat5 RH ES mod_jk2 Apache2
>>>
>>>
&g

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin


Well.  I have gotten Tomcat5, RH ES, mod_jk2, and apache2 all working.  
I've come to the conclusion that the clowns
who developed this stuff sit back and watch the traffic on the list and 
laugh.  Here is what you need to do in your workers2.properites file:

For every servlet you need to define a worker in worker2.properties.

[uri:/servlets-examples/*]  This won't work, but this will

[uri:/servlets-examples/servlet/HelloWorldExample]
[uri:/servlets-examples/servlet/RequestInfoExample]
etc.
[uri:/servlets-examples/servlet/*] won't work
[uri:/servlets-examples/servlet/*.*] won't work
[uri:/servlets-examples/servlet/*e] will work, but all of your servlets must end with 
the letter 'e'
Unless one of you fine developers want to clear this up.  I'm going to switch to Jetty.  Tomcat is crap!!!



Yiannis Mavroukakis wrote:

Curious...Send me your entire workers2.properties file and I'll have a look.

Also, what are the urls you are using to access your html/jsp/servlets? Feel
free to use 'localhost' if you don't want to reveal sensitive server
hostname/ip's
Yiannis

-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 02 February 2004 15:22
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
Same as in the past works fine on port 8080.  Jsp stuff works on port 
80.  Html in servlets-examples works fine.  Servlets cannot be found???

Yiannis Mavroukakis wrote:

 

Hmm ok.. :)
you don't need
channelSocket.address=127.0.0.1
in jk2.properties.
Add the following under [channel.socket:localhost:8009]
host=localhost
port=8009
and under [ajp13:localhost:8009] add this
channel=channel.socket:localhost:8009
Before you go about making those changes, make sure that your servlets
are working OK on standalone tomcat :)
Good luck,

Yiannis.

-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 02 February 2004 14:10
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
The jsp is working but not the servlets.  I've double check /alias and 
workers for typos. Other suggestions??

Yiannis Mavroukakis wrote:



   

Make these additions/ammendments to workers2

[ajp13:localhost:8009]
channel=channel.socket:localhost:809
[shm]
file=/tmp/shm.file
size=100
Yiannis.
-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 30 January 2004 18:27
To: [EMAIL PROTECTED]
Subject: Tomcat5 RH ES mod_jk2 Apache2
I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
running on RedHat Enterprise Server.  I get html over port 80, but no 
jsp or servlets will run.  Don't know what I may have missed.

jk2.properties
handler.list=channelSocket,request
channelSocket.port=8009
channelSocket.address=127.0.0.1
workers2.properties
[channel.socket:localhost:8009]
[ajp13:localhost:8009]

[status:status]
[uri:/sjstatus/*]
group=status:status
[uri:/servlets-examples/*]
worker=ajp13:localhost:8009
debug=0
Appreciate any help,  Rich

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

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
Note:__
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it and
notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. Jaguar Freight Services and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks.
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity.

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
  

 

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

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
Note:__
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged informat

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Yiannis Mavroukakis
Curious...Send me your entire workers2.properties file and I'll have a look.

Also, what are the urls you are using to access your html/jsp/servlets? Feel
free to use 'localhost' if you don't want to reveal sensitive server
hostname/ip's

Yiannis

-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 02 February 2004 15:22
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2


Same as in the past works fine on port 8080.  Jsp stuff works on port 
80.  Html in servlets-examples works fine.  Servlets cannot be found???

Yiannis Mavroukakis wrote:

>Hmm ok.. :)
>you don't need
>channelSocket.address=127.0.0.1
>in jk2.properties.
>Add the following under [channel.socket:localhost:8009]
>host=localhost
>port=8009
>
>and under [ajp13:localhost:8009] add this
>channel=channel.socket:localhost:8009
>
>Before you go about making those changes, make sure that your servlets
>are working OK on standalone tomcat :)
>
>Good luck,
>
>Yiannis.
>
>-Original Message-
>From: Rich Baldwin [mailto:[EMAIL PROTECTED]
>Sent: 02 February 2004 14:10
>To: Tomcat Users List
>Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
>
>
>The jsp is working but not the servlets.  I've double check /alias and 
>workers for typos. Other suggestions??
>
>Yiannis Mavroukakis wrote:
>
>  
>
>>Make these additions/ammendments to workers2
>>
>>[ajp13:localhost:8009]
>>channel=channel.socket:localhost:809
>>
>>[shm]
>>file=/tmp/shm.file
>>size=100
>>
>>
>>Yiannis.
>>-Original Message-
>>From: Rich Baldwin [mailto:[EMAIL PROTECTED]
>>Sent: 30 January 2004 18:27
>>To: [EMAIL PROTECTED]
>>Subject: Tomcat5 RH ES mod_jk2 Apache2
>>
>>
>>I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
>>running on RedHat Enterprise Server.  I get html over port 80, but no 
>>jsp or servlets will run.  Don't know what I may have missed.
>>
>>jk2.properties
>>handler.list=channelSocket,request
>>channelSocket.port=8009
>>channelSocket.address=127.0.0.1
>>
>>workers2.properties
>>[channel.socket:localhost:8009]
>>
>>[ajp13:localhost:8009]
>>
>>[status:status]
>>[uri:/sjstatus/*]
>>group=status:status
>>
>>[uri:/servlets-examples/*]
>>worker=ajp13:localhost:8009
>>debug=0
>>
>>
>>Appreciate any help,  Rich
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>This e-mail has been scanned for all viruses by Star Internet. The
>>service is powered by MessageLabs.
>>
>>
>>Note:__
>>This message is for the named person's use only. It may contain
>>confidential, proprietary or legally privileged information. No
>>confidentiality or privilege is waived or lost by any mistransmission.
>>If you receive this message in error, please immediately delete it and
>>all copies of it from your system, destroy any hard copies of it and
>>notify the sender. You must not, directly or indirectly, use, disclose,
>>distribute, print, or copy any part of this message if you are not the
>>intended recipient. Jaguar Freight Services and any of its subsidiaries
>>each reserve the right to monitor all e-mail communications through its
>>networks.
>>Any views expressed in this message are those of the individual sender,
>>except where the message states otherwise and the sender is authorized
>>to state them to be the views of any such entity.
>>
>>This e-mail has been scanned for all viruses by Star Internet. The
>>service is powered by MessageLabs.
>> 
>>
>>
>>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>This e-mail has been scanned for all viruses by Star Internet. The
>service is powered by MessageLabs.
>
>
>Note:__
>This message is for the named person's use only. It may contain
>confidential, proprietary or legally privileged information. No
>confidentiality or privilege is waived or lost by any

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
Same as in the past works fine on port 8080.  Jsp stuff works on port 
80.  Html in servlets-examples works fine.  Servlets cannot be found???

Yiannis Mavroukakis wrote:

Hmm ok.. :)
you don't need
channelSocket.address=127.0.0.1
in jk2.properties.
Add the following under [channel.socket:localhost:8009]
host=localhost
port=8009
and under [ajp13:localhost:8009] add this
channel=channel.socket:localhost:8009
Before you go about making those changes, make sure that your servlets
are working OK on standalone tomcat :)
Good luck,

Yiannis.

-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 02 February 2004 14:10
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2
The jsp is working but not the servlets.  I've double check /alias and 
workers for typos. Other suggestions??

Yiannis Mavroukakis wrote:

 

Make these additions/ammendments to workers2

[ajp13:localhost:8009]
channel=channel.socket:localhost:809
[shm]
file=/tmp/shm.file
size=100
Yiannis.
-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 30 January 2004 18:27
To: [EMAIL PROTECTED]
Subject: Tomcat5 RH ES mod_jk2 Apache2
I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
running on RedHat Enterprise Server.  I get html over port 80, but no 
jsp or servlets will run.  Don't know what I may have missed.

jk2.properties
handler.list=channelSocket,request
channelSocket.port=8009
channelSocket.address=127.0.0.1
workers2.properties
[channel.socket:localhost:8009]
[ajp13:localhost:8009]

[status:status]
[uri:/sjstatus/*]
group=status:status
[uri:/servlets-examples/*]
worker=ajp13:localhost:8009
debug=0
Appreciate any help,  Rich

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

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
Note:__
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it and
notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. Jaguar Freight Services and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks.
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity.

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
   



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

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
Note:__
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it and
notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. Jaguar Freight Services and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks.
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity.

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
 



RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Yiannis Mavroukakis
Hmm ok.. :)
you don't need
channelSocket.address=127.0.0.1
in jk2.properties.
Add the following under [channel.socket:localhost:8009]
host=localhost
port=8009

and under [ajp13:localhost:8009] add this
channel=channel.socket:localhost:8009

Before you go about making those changes, make sure that your servlets
are working OK on standalone tomcat :)

Good luck,

Yiannis.

-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 02 February 2004 14:10
To: Tomcat Users List
Subject: Re: Tomcat5 RH ES mod_jk2 Apache2


The jsp is working but not the servlets.  I've double check /alias and 
workers for typos. Other suggestions??

Yiannis Mavroukakis wrote:

>Make these additions/ammendments to workers2
>
>[ajp13:localhost:8009]
>channel=channel.socket:localhost:809
>
>[shm]
>file=/tmp/shm.file
>size=100
>
>
>Yiannis.
>-Original Message-
>From: Rich Baldwin [mailto:[EMAIL PROTECTED]
>Sent: 30 January 2004 18:27
>To: [EMAIL PROTECTED]
>Subject: Tomcat5 RH ES mod_jk2 Apache2
>
>
>I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
>running on RedHat Enterprise Server.  I get html over port 80, but no 
>jsp or servlets will run.  Don't know what I may have missed.
>
>jk2.properties
>handler.list=channelSocket,request
>channelSocket.port=8009
>channelSocket.address=127.0.0.1
>
>workers2.properties
>[channel.socket:localhost:8009]
>
>[ajp13:localhost:8009]
>
>[status:status]
>[uri:/sjstatus/*]
>group=status:status
>
>[uri:/servlets-examples/*]
>worker=ajp13:localhost:8009
>debug=0
>
>
>Appreciate any help,  Rich
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>This e-mail has been scanned for all viruses by Star Internet. The
>service is powered by MessageLabs.
>
>
>Note:__
>This message is for the named person's use only. It may contain
>confidential, proprietary or legally privileged information. No
>confidentiality or privilege is waived or lost by any mistransmission.
>If you receive this message in error, please immediately delete it and
>all copies of it from your system, destroy any hard copies of it and
>notify the sender. You must not, directly or indirectly, use, disclose,
>distribute, print, or copy any part of this message if you are not the
>intended recipient. Jaguar Freight Services and any of its subsidiaries
>each reserve the right to monitor all e-mail communications through its
>networks.
>Any views expressed in this message are those of the individual sender,
>except where the message states otherwise and the sender is authorized
>to state them to be the views of any such entity.
>
>This e-mail has been scanned for all viruses by Star Internet. The
>service is powered by MessageLabs.
>  
>


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



This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.


Note:__
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it and
notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. Jaguar Freight Services and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks.
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity.

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
The jsp is working but not the servlets.  I've double check /alias and 
workers for typos. Other suggestions??

Yiannis Mavroukakis wrote:

Make these additions/ammendments to workers2

[ajp13:localhost:8009]
channel=channel.socket:localhost:809
[shm]
file=/tmp/shm.file
size=100
Yiannis.
-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 30 January 2004 18:27
To: [EMAIL PROTECTED]
Subject: Tomcat5 RH ES mod_jk2 Apache2
I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
running on RedHat Enterprise Server.  I get html over port 80, but no 
jsp or servlets will run.  Don't know what I may have missed.

jk2.properties
handler.list=channelSocket,request
channelSocket.port=8009
channelSocket.address=127.0.0.1
workers2.properties
[channel.socket:localhost:8009]
[ajp13:localhost:8009]

[status:status]
[uri:/sjstatus/*]
group=status:status
[uri:/servlets-examples/*]
worker=ajp13:localhost:8009
debug=0
Appreciate any help,  Rich

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

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
Note:__
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it and
notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. Jaguar Freight Services and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks.
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity.

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
 



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


RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Yiannis Mavroukakis
Make these additions/ammendments to workers2

[ajp13:localhost:8009]
channel=channel.socket:localhost:809

[shm]
file=/tmp/shm.file
size=100


Yiannis.
-Original Message-
From: Rich Baldwin [mailto:[EMAIL PROTECTED]
Sent: 30 January 2004 18:27
To: [EMAIL PROTECTED]
Subject: Tomcat5 RH ES mod_jk2 Apache2


I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
running on RedHat Enterprise Server.  I get html over port 80, but no 
jsp or servlets will run.  Don't know what I may have missed.

jk2.properties
handler.list=channelSocket,request
channelSocket.port=8009
channelSocket.address=127.0.0.1

workers2.properties
[channel.socket:localhost:8009]

[ajp13:localhost:8009]

[status:status]
[uri:/sjstatus/*]
group=status:status

[uri:/servlets-examples/*]
worker=ajp13:localhost:8009
debug=0


Appreciate any help,  Rich


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



This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.


Note:__
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it and
notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. Jaguar Freight Services and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks.
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity.

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Rich Baldwin
Mark

The jsp is working fine now and the servlet links are broken on the 
servlets-examples page, but the servlets still can't be found.

Rich

Mark Eggers wrote:

Rich,

See the following link:

http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb

Replace /examples/*.jsp with /jsp-examples/*.jsp and
/examples/servlet/* with /servlets-examples/servlet/*
and you should be good to go with Tomcat 5.
HTH

/mde/
just my two cents . . . .
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
-
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: Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Rich Baldwin
Edson

Any idea's what to put into mod_jk.conf?

Tx, Rich

Edson Alves Pereira wrote:

Tomcat isn´t talking with Apache, you must include mod_jk.conf in
Apache´s httpd.conf
 

--
De: Rich Baldwin[SMTP:[EMAIL PROTECTED]
Responder:  Tomcat Users List
Enviada:sexta-feira, 30 de janeiro de 2004 15:27
Para:   [EMAIL PROTECTED]
Assunto:    Tomcat5 RH ES mod_jk2 Apache2
I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
running on RedHat Enterprise Server.  I get html over port 80, but no 
jsp or servlets will run.  Don't know what I may have missed.

jk2.properties
handler.list=channelSocket,request
channelSocket.port=8009
channelSocket.address=127.0.0.1
workers2.properties
[channel.socket:localhost:8009]
[ajp13:localhost:8009]

[status:status]
[uri:/sjstatus/*]
group=status:status
[uri:/servlets-examples/*]
worker=ajp13:localhost:8009
debug=0
Appreciate any help,  Rich

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

 



RE: Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Edson Alves Pereira
Tomcat isn´t talking with Apache, you must include mod_jk.conf in
Apache´s httpd.conf

> --
> De:   Rich Baldwin[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada:  sexta-feira, 30 de janeiro de 2004 15:27
> Para: [EMAIL PROTECTED]
> Assunto:  Tomcat5 RH ES mod_jk2 Apache2
> 
> I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
> running on RedHat Enterprise Server.  I get html over port 80, but no 
> jsp or servlets will run.  Don't know what I may have missed.
> 
> jk2.properties
> handler.list=channelSocket,request
> channelSocket.port=8009
> channelSocket.address=127.0.0.1
> 
> workers2.properties
> [channel.socket:localhost:8009]
> 
> [ajp13:localhost:8009]
> 
> [status:status]
> [uri:/sjstatus/*]
> group=status:status
> 
> [uri:/servlets-examples/*]
> worker=ajp13:localhost:8009
> debug=0
> 
> 
> Appreciate any help,  Rich
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


'Getty=992-827'Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:992827


-Original Message-
From: Mark Eggers [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 10:49AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Tomcat5 RH ES mod_jk2 Apache2



Rich, 

See the following link: 

http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb 
<http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb>  

Replace /examples/*.jsp with /jsp-examples/*.jsp and 
/examples/servlet/* with /servlets-examples/servlet/* 
and you should be good to go with Tomcat 5. 

HTH 

/mde/ 
just my two cents . . . . 

__ 
Do you Yahoo!? 
Yahoo! SiteBuilder - Free web site building tool. Try it! 
http://webhosting.yahoo.com/ps/sb/ <http://webhosting.yahoo.com/ps/sb/>  

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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



Re: Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Mark Eggers
Rich,

See the following link:

http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb

Replace /examples/*.jsp with /jsp-examples/*.jsp and
/examples/servlet/* with /servlets-examples/servlet/*
and you should be good to go with Tomcat 5.

HTH

/mde/
just my two cents . . . .

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

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



Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Rich Baldwin
I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 
running on RedHat Enterprise Server.  I get html over port 80, but no 
jsp or servlets will run.  Don't know what I may have missed.

jk2.properties
handler.list=channelSocket,request
channelSocket.port=8009
channelSocket.address=127.0.0.1
workers2.properties
[channel.socket:localhost:8009]
[ajp13:localhost:8009]

[status:status]
[uri:/sjstatus/*]
group=status:status
[uri:/servlets-examples/*]
worker=ajp13:localhost:8009
debug=0
Appreciate any help,  Rich

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