Hi all
I am trying to get Resin (from www.Caucho.com) running with Apache (Windows
98) and am failing. I was hoping that someone might have already done this
and could give me some pointers?
I have installed both and followed the instructions. Apache is running
fine. If I click on a JSP file (without caucho running) then I get an error
"Can't contact servlet runner at localhost:6802" which seems fine. This
looks like the apache part is set up correctly. If I run Resin Servlet
Runner and then try to run a test JSP file then it comes up with a blank
page. The test file that I am trying to run is:
<html>
<head>
<title>Greetings</title>
</head>
<body>
<%@ page language=javascript %>
2 + 2 = <%= 2 + 2 %>
</body>
</html>
but if I look at the source for the returned blank page it looks like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252"
http-equiv=Content-Type></HEAD>
<BODY><XMP></XMP></BODY></HTML>
Can anyone give me any pointers?
Thanks
Ade
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets