Fiorini:
I use
Orion & JSP's regularly, and there is a mailing list for orion at [EMAIL PROTECTED] (info
on their site too).
The
JSP you show below runs fine for me & my Orion setup
here.
Mike
Javacorporate Ltd
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Fiorini Simone
Sent: Wednesday, January 19, 2000 12:51 PM
To: [EMAIL PROTECTED]
Subject: JSPs and Orion app serverhas 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.