|
Home > Archive > Apache Server configuration support > November 2004 > Connecting Apache 2.0.52 and Tomcat 5.5.4
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Connecting Apache 2.0.52 and Tomcat 5.5.4
|
|
|
| I have a website up and running at www.234.com and can browse but when
I click a login button that runs a servlet I get an error.
When I browse to the site as follows, www.234.com:8080/mydir, I can
see the site and click the button so the servlet returns what is
expected.
What steps must one follow to get the JK2 connector working so I will
be able to browse to www.234.com and execute that servlet?
Thanks,
Jim
| |
| Davide Bianchi 2004-11-22, 7:50 am |
| On 2004-11-17, Jim <jdz99@hotmail.com> wrote:
> What steps must one follow to get the JK2 connector working so I will
> be able to browse to www.234.com and execute that servlet?
1. get the jk2 connector
2. configure it in the httpd.conf and jk2.properties (IIRC)
3. configure tomcat with the correct 'context'
Davide
--
The best Windows accelerator is that which works at 9.81 m/s2
-- From a Slashdot.org post
| |
|
| The answer to my problem was to add this line to the
workers2.properties file which his in the same directory as the
http.conf file.
[uri:/mydir/servlet/*]
worker=ajp13:localhost:8009
Jim
cguyard@free.fr (gustave) wrote in message news:<37540399.0411200230.57043e6f@posting.google.com>...
> Sorry for my previous post in french...The same in english
>
> i've tried your configuration for my tomcat application:
>
> <VirtualHost *>
>
> but, when i try : http://www.123.com , i got an error
>
> Page not find: http://127.0.0.1:8080/my_appli/my_appli/login.jsp ( my_appli twice)
>
> and i don't see how to correct that
>
> thank's for your help
>
> En fait , il met 2 fois /mon_appli/mon_appli/ et évidement, il n'aime pas.
|
|
|
|
|