Thanks again, at this point I'm not sure what I'm doing or what I'm
looking for. If I run a browser on the same machine that Apache is
running and connect to port 8080 (http://localhost:8080) I get the
default page that came with TomCat allowing you to list and run the JSP
and Servlets, everything works fine. If I try connecting through Apache
on port 80 (http://mydomain/examples/jsp/num/numguess.jsp) my problem
becomes apparent, the code will not be processed.
I am making the assumption that everything, like port and mime-type are
set correctly. Like I said earlier I am using the tomcat-apache.conf
straight from the online user guide (except the paths match my machine).

Tom

On 13 Mar 2001 20:39:11 +0000, Dennis Daniels wrote:
> 
> ck in the web.xml
> 
> hope that helps
> dgd
> 
> ----Original Message Follows----
> From: Thomas Borland <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: JSP code not being processed
> Date: Tue, 13 Mar 2001 15:36:24 -0500
> 
> Thanks. The port and classpath are ok, I may not have set the proper
> mime type. I would do this in the Apache mime.types file ? I will try
> and find the right mime.type in the online documentation, unless you
> know them :)
> 
> Thanks again
> 
> On 13 Mar 2001 19:49:52 +0000, Dennis Daniels wrote:
>  >
>  > you've set the port to 8080?
>  > you've verified your classpath JRE etc?
>  > you've verified the mime type?
>  >
>  > dgd
>  >
>  > ----Original Message Follows----
>  > From: Thomas Borland <[EMAIL PROTECTED]>
>  > Reply-To: [EMAIL PROTECTED]
>  > To: tomcat user <[EMAIL PROTECTED]>
>  > Subject: JSP code not being processed
>  > Date: Tue, 13 Mar 2001 14:28:03 -0500
>  >
>  > Some background first.
>  > I am running Apache with Front Page extensions 1.3.12, which serves 4
>  > virtual domains and everyting works well. The OS is FreeBSD 4.1 Release.
>  >
>  > I have just installed TomCat 3.2.1 and following the online UserGuide I
>  > have set it up to work with my Apache server, I am only trying to get
>  > the examples working so my tomcat-apache.conf is almost identical to the
>  > one in the userguide. I have not implemented the mod_jk, just the
>  > mod_jserv. TomCat works just fine stand-alone, but when I try to access
>  > any of the example JSP all I see is the code. The html is formatted
>  > properly, but it just throws up the JSP code as text.
>  >
>  > Does anyone have any suggestions as to why this is happening ?
>  >
>  > Thanks
>  > Tom
>  >
>  >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, email: [EMAIL PROTECTED]
>  >
>  >
>  > _________________________________________________________________________
>  > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>  >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, email: [EMAIL PROTECTED]
>  >
>  >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to