Re: how to compile jsp

2000-02-29 Thread Shannon Moschetti
I just installed JRun 2.3.3 and one of the options in the install was "which version of JSP do you want to use -- .92 or 1.0?"  Either you have an old version of JRun whose only JSP version option is .92 or the person who installed JRun chose .92 over 1.0 for some reason. Yuri Sarytchev wrote:  

Re: how to compile jsp

2000-02-27 Thread Scott Stirling
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 25, 2000 2:24 PM Subject: how to compile jsp Hi all, I'm looking for any (preferable, standalone) tool to convert jsp pages to java files. Say, to recompile all my jsp tree before putting it into a jar - to be sure al

how to compile jsp

2000-02-26 Thread Yuri Sarytchev
Hi all,   I'm looking for any (preferable, standalone) tool to convert jsp pages to java files. Say, to recompile all my jsp tree before putting it into a jar - to be sure all files may/will be compiled w/o problems.   1) Can somebody point me to any such compiler?   2) I've tried JRun's jspc

Re: JSP and JWS (was: How to compile jsp program.)

1999-03-18 Thread Andrey Sazonov
> > Allamraju Kumarswamy wrote: > > > Hi guys > > > > I'm new to Java Server Pages. > > I have a couple of questions to you > > ... > > I was under impression that java web server comes with > JspServlet. But i > > couldn't find the class file of JspServlet. > > I just spent a day trying to get JS

JSP and JWS (was: How to compile jsp program.)

1999-03-17 Thread Christopher Cobb
Allamraju Kumarswamy wrote: > Hi guys > > I'm new to Java Server Pages. > I have a couple of questions to you > ... > I was under impression that java web server comes with JspServlet. But i > couldn't find the class file of JspServlet. I just spent a day trying to get JSP 0.92 working with JWS.

Re: How to compile jsp program.

1999-03-17 Thread Anand Kumar S
<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, March 17, 1999 10:14 AM Subject: How to compile jsp program. >Hi guys > >I'm new to Java Server Pages. >I have a couple of questions to you > >I was trying to run a simple jsp progra

How to compile jsp program.

1999-03-16 Thread Allamraju Kumarswamy
Hi guys I'm new to Java Server Pages. I have a couple of questions to you I was trying to run a simple jsp program from the Netscape Browser, which i'm unable to get the required output. My code is follows: HELLO <% if (request.getParameter("name") == null) { out.println("Hello World");