Re: Help (Started over again) Making Tomcat work with Apache

2004-07-26 Thread Ruth, Brice
No, it means your "ROOT" context is not configured properly. These entries should be in there if Tomcat is seeing your ROOT context correctly. Does localhost:8080/test.jsp load correctly?! That should be a definitive test of if the ROOT context is configured in Tomcat. Btw - if you're not getti

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-23 Thread Phillip Blancher
No it does not. Should it have this? If so, do I add it to the workers.properties? Phil Does your mod_jk.conf have an entry like this in it: JKMount / JKMount /* ?! -- Brice Ruth, Sr. IT Analyst Fiskars Brands Inc http://www.fiskarsbrands.com/ --

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-23 Thread Ruth, Brice
Jérôme Duval wrote: I am not sure about this, but your problem seems to be confirming this. I think the JSPs will not be compiled unless they are part of a web application, i.e. you are being asked to save it because it isn't a format your browser recognizes (it’s not a webpage). In the folder of y

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-23 Thread Ruth, Brice
Phillip Blancher wrote: I created a folder in the htdocs directory called WEB-INF which has an web.xml file that has inside of it the following code: http://java.sun.com/dtd/web-app_2_3.dtd";> And I am still getting the prompt to download the file. Phil Phil, Does your mod_jk.conf have an entr

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
ntain a valid web.xml file (which can probably be empty aside from the tags). -Original Message- From: Phillip Blancher [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 1:05 PM To: [EMAIL PROTECTED] Subject: RE: Help (Started over again) Making Tomcat work with Apache OK changed this

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Jérôme Duval
over again) Making Tomcat work with Apache OK changed this. JSP is back to working, however localhost/test.jsp is still coming up prompting me to save it. Is there some kind of a file handler that needs to be placed in httpd.conf for Apache for handling JSP's? Phil > >You changed the

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
OK changed this. JSP is back to working, however localhost/test.jsp is still coming up prompting me to save it. Is there some kind of a file handler that needs to be placed in httpd.conf for Apache for handling JSP's? Phil You changed the worng thing! The path is what is typed in the Adress ba

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Jérôme Duval
PROTECTED] Subject: Re: Help (Started over again) Making Tomcat work with Apache >To test if your Apache+mod_jk+Tomcat config is working, see if you can >get to: > >http://localhost/manager/html/list > >If this prompts you for a login, then its working ... as this is the >login

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
To test if your Apache+mod_jk+Tomcat config is working, see if you can get to: http://localhost/manager/html/list If this prompts you for a login, then its working ... as this is the login for Tomcat's manager application. This did work. So, you could enable the "ROOT" context in server.xml, restar

Re: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Ruth, Brice
Phillip Blancher wrote: First, Thank you Brice Ruth for the email before. However I have gone a head and wiped everything out and started over. I picked up in the middle of this installation from someone else so instead of being flustered, I just started over. Here is the situation. I am settin

RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
/test.jsp I still get prompted to download as opposed to the JSP script being processed. Phil From: "Shapira, Yoav" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: Help (St