I can broswe my html site with www.myhtml.com..

I can't get to my Tomcat deployed webapps without adding 8080 on the end,
This is my workers.properties entry,

[uri:/mysite/*]
info=MySite.org

...http-vhosts.conf entry,

<VirtualHost *:80>
 <Directory "/usr/opt/tomcat/webapps/mysite">
     Options Indexes FollowSymLinks
     AllowOverride None
     Order allow,deny
     Allow from all
 </Directory>

  ServerAdmin [EMAIL PROTECTED]
  ServerAlias .org  *.MySite.org

  DocumentRoot /usr/opt/tomcat/webapps/mysite

</VirtualHost>


Tomcat 5.1.17
Apache 2.2.3
JK 2.1.18

What do I need to configure?

Thanks,
Jim

_________________________________________________________________
Check the weather nationwide with MSN Search: Try it now! http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG


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