I use netbeans/forte community edition ide. It is free, and has a server
built-in. I use "execute" jsp page from the ide, and it will actually create
the code, and fire up a browser to view the page.

I am pretty sure you can download the jdwk or something-or-other from sun
which provides a command line server for jsp's. But it doesn't actually
create and compile the code unless you access the page from a browser.

Regards,

The Elephantwalker

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Frank LaRosa
Sent: Sunday, April 08, 2001 9:02 PM
To: Orion-Interest
Subject: Precompiling JSP files


Hi,

Forgive me if this is a naieve question, but I'm new to Orion and new to
JSP.

I'm wondering if there is a way I can compile JSP pages one at a time on the
command line without deploying them to the Orion server.

All I want to do is verify that there are no Java errors in the page, so it
doesn't really matter if the page has to get compiled again after it's
deployed -- I just want an easier way to check my JSP code than deploying it
and loading it in the web browser.

Thanks.



Reply via email to