What is the exact message that you are getting?
Have you done a "View Source"? to see if anything is being returned?
Is Orion listening on port 80 or 8080 (You might have to change your link )?
Ex:
http://localhost:8080/index.html
HTH,
Abraham Kang
-----Original Message-----
From: Fiorini Simone [SMTP:[EMAIL PROTECTED]]
Sent: Wednesday, January 19, 2000 7:27 AM
To: Orion-Interest
Subject: JSP (which uses no beans) does not work with Orion 0.8.2 - HELP
!!!!!!!!!!
it seems to me that JSP in Orion 0.8.2 is not working:
I've my custom app and I manage to open html files from my webapp dir
but when I try to GET the JSP file from the html page (IE 4) nothing
happens:
this is how orion is started:
set
CLASSPATH=.;c:\dev\conductor;c:\forte3l0\install\lib\java\conductor.jar;c:\f
orte3l0\install\lib\java;d:\orion\tools.jar;d:\orion\orion.jar;c:\jdk1.2.2\l
ib\dt.jar;
rem java com.evermind.server.ApplicationServer -verbose class -cl
%CLASSPATH%
java -jar orion.jar -cl %CLASSPATH%
the index.html (calling http://localhost/index.html ):
<html>
<head>
<title>Untitled</title>
</head>
<body>
<P><STRONG>defaul start page</STRONG></P>
<a href="./jsp/test.jsp">login</a>
<P> </P>
</body>
</html>
the test.jsp (does not work)
<html>
<head>
<title>Log in</title>
</head>
<body>
<% out.println ("troia") %>
</body>
</html>
what is going on ?
help please !!!!
thanks
<< File: ATT00002.html >>