assume you installed Orion with root directory of c:\orion
change directory to c:\orion\default-site\html\examples\jsp\
create the directory in there for instance
c:\orion\default-site\html\examples\jsp\test\
save your jsp code in this new directory for example if you name it test.jsp
you should have c:\orion\default-site\html\examples\jsp\test\test.jsp
start your orion server
point your browser to http://localhost/examples/jsp/test/test.jsp
<http://localhost/examples/jsp/test/test.jsp>
It should work

-----Original Message-----
From: Fiorini Simone [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 19, 2000 12:51 PM
To: [EMAIL PROTECTED]
Subject: JSPs and Orion app server



has anybody experiences in setting up web application with Orion AppServer ?

big troubles in make simple JSP  work like:

<html>
<head>
<title>Log in</title>
</head>
<body>

<%= 3+1 %>

</body>
</html>

can anybody help me ?
Thanks.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to