Hi Filip,

I have done with mod_jk2 and I have included the following in httpd.conf

NameVirtualHost 192.168.139.202:80

<VirtualHost 192.168.139.202:80>
    ServerAdmin [EMAIL PROTECTED]
   DocumentRoot /usr/Images
<Directory "/home/oracle/tomcat/webapps/AjaxSample">
AllowOverride AuthConfig
</Directory>
ServerName  warriors
ServerAlias 192.168.139.202:80
ErrorLog /home/error.log
CustomLog /home/access.log combined
<Location "/AjaxSample">
JkUriSet worker ajp13:localhost:8009
</Location>
<Location "/AjaxSample/*">
JkUriSet worker ajp13:localhost:8009
</Location>
</VirtualHost>

I am getting a tree structure(Index of/ and listing the files) of my
document root instead of web appln.

-Kranthi

Filip Hanik - Dev Lists wrote:
> 
> ouch, JK2 has been deprecated for almost three years now,
> 
> use mod_jk, it's being maintained and patches kept up to date or use 
> mod_proxy for http proxying
> 
> Filip
> 
> Sierra wrote:
>> Hi All,
>>
>> I am very bew to Linux and I have been given a task to integrate Apache
>> and
>> Tomcat.
>>
>> I got a document and integrated but the output I am getting is [B]It
>> works[/B].
>> I want to get my home page with my IP. but If I give Ip followed by
>> 7080(full URL)  I am able to see the home page.
>>
>> I used jakarta-tomcat-connectors-jk2-2.0.4-src.tar.tar and
>> libtool-1.5.8.tar.tar.
>>
>>
>> jk2.properties:
>> [CODE]
>> channelSocket.port=8009
>> channelSocket.address=127.0.0.1
>> channelSocket.maxThreads=300[/CODE]
>>
>> httpd.conf
>> I have added these lines..
>>
>> [CODE]LoadModule jk2_module libexec/mod_jk2.so
>>
>> <Location "/AjaxSample">
>> JkUriSet worker ajp13:127.0.0.1:8009
>> </Location>
>> <Location "/AjaxSample/*">
>> JkUriSet worker ajp13:127.0.0.1:8009
>> </Location>[/CODE]
>>
>> workers2.properties
>>
>> [CODE][shm]
>> file=/usr/local/apache2/logs/shm.file
>> size=1048576
>>
>> # socket channel
>> [channel.socket:localhost:8009]
>> port=8009
>> host=127.0.0.1
>>
>> # worker for the connector
>> [ajp13:localhost:8009]
>> channel=channel.socket:localhost:8009[/CODE]
>>
>>
>>
>> server.xml
>>
>> [CODE]<Host name="192.168.139.202:7080">
>>      <Context path="/AjaxSample" 
>>      docBase=" /home/oracle/apache-tomcat-5.5.20/webapps/AjaxSample "
>> debug="0"
>> reloadable="true" crossContext="true"/>
>>      </Host>[/CODE]
>>
>> Is there any configuration I missed, please help me out.
>>
>> Regards,
>> Kranthi Kiran
>>   
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Apache-%2B-Tomcat-Integration-tf4719336.html#a13513148
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to