CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2005
    Posts
    73

    Apache tomcat configure to "see" site

    Hi!

    I want Apache Tomcat to be able to "see" my site... Whereas when I store a website folder under /srv/www/htdocs/ (for example /srv/www/htdocs/MYSITE) and change permissions it's visible immediately, when I do the same in /srv/www/tomcat5/base/webapps/ROOT/MYSITE , even if I make the folder have 777 permissions, i get the response:

    Object not found!

    The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

    Must I specify something for Apache tomcat to see this new folder? And where? In some configuration file maybe?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Apache tomcat configure to "see" site

    Of course it works in apache, you're loading a folder into an already active web folder system. Tomcat should work the same as long as you have web access configured properly.

    Do you plan to run JSP and servlets? If not, then why are you bothering with Tomcat?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured