Here is the situation.
I have Apache2 and Tomcat6 setup and running on a linux OS. I have it running on port 8009 with 1 domain and my static web pages are being served up just fine.
Now I can go to and pull in the Tomcat example jsps and run them fine also.
However now I want to set up a different directory to put my specific jsp pages in and call it something other then /examples/jsp/ ...
Nothing I have tried so far has worked. Even just trying to give the /examples/jsp/ a different alias I am getting a status 404 error.
Is there a good white paper or other tutorial on this? I am sure I am probably missing like 1 or 2 things that I shouldn't be missing, but I have no idea what those could be. I have been searching but just have not found anything.
Thanks in advance.
I have Apache2 and Tomcat6 setup and running on a linux OS. I have it running on port 8009 with 1 domain and my static web pages are being served up just fine.
Now I can go to and pull in the Tomcat example jsps and run them fine also.
However now I want to set up a different directory to put my specific jsp pages in and call it something other then /examples/jsp/ ...
Nothing I have tried so far has worked. Even just trying to give the /examples/jsp/ a different alias I am getting a status 404 error.
Is there a good white paper or other tutorial on this? I am sure I am probably missing like 1 or 2 things that I shouldn't be missing, but I have no idea what those could be. I have been searching but just have not found anything.
Thanks in advance.