Creating static jsp pages.

2000-06-01 Thread Frank Apap
If I have a jsp, lets call it myjsp.jsp, and it takes a paramter id. How can I save the html created by myjsp.jsp?id=1 to a file (lets say id1.html), not doing a save as w/ a browser b/c I will need to do it for id from 1 .. 1000. So in essence what I want to do, is create a java program that

Re: Creating static jsp pages.

2000-06-01 Thread Frank Apap
ileOutputStream( fn ) ); fout.writeObject(database); fout.close(); } catch (Exception e) // do some error trapping here } % Hope this helps. Phil -Original Message- From: Frank Apap [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTEC

JSP/JAVA IDE

2000-05-17 Thread Frank Apap
Does anyone know a good jsp and java IDE for linux? The only one I know of that does what I want is Borland's JBuilder 3.5. But only the enterprise edition supports jsp and I don't have the money for it. Any suggestions would be great thanks. - Frank

Re: HTML editor

2000-05-16 Thread Frank Apap
Does anyone know a jsp editor that is a good ide for java as wellsomeone told me jbuilder but only the enterprise edition supports jsp (at least thats what the site seems to say) has anyone used jbuilder ent for jsp? how is it? - Frank - Original Message - From: Donald Vandenbeld

Looking for a java/jsp solution

2000-05-15 Thread Frank Apap
Does anyone know of any way using java/jsp or any 3rd party program, to place a phone call to a phone # (lets say a number of customer) and call him and generate the audio of there order? For example, after the user orders 2 chairs, it would use the phone # they entered call it (using a voice

Tomcat problems, PLease Help

2000-03-07 Thread Frank Apap
Hi, I desperately need to have Tomcat running by tonight. I have spent 2 full days trying to get some help and have got nowhere. Here is my situation. I have apache 1.3.9-11 running. I download the tomcat.rpm install. I download mod_jserv.so . I point the LoadModule line in tomcat.conf to

General Questions,

2000-03-07 Thread Frank Apap
I think these questions have more to do with the Tomcat engine than jsp in general but maybe someon can help. I just installed tomcat, I am using it along with apache's web server. A few things 1) right now the jsp examples work but the servlet ones give me a 404 not found? any ideas? 2)

Installing Tomcat

2000-03-04 Thread Frank Apap
I have apache running, how do I install tomcat? I am very new to apache, so I am kind of lost. On the jakarta.apache.org site the download link seemed to send me to jserv? is tomcat the same as jserv. - Frank === To

Jakarta/Tomcat

2000-02-26 Thread Frank Apap
Has anyone had any significant problems using Jakarta w/ Apache? - Frank === 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

Jsp and Webserver

2000-02-16 Thread Frank Apap
I am curious what webserver you all recommend for using JSP and Servlets? Please dont say Apache w/ Jserv. I have used that and am not impressed by its performance. I need to find a webserver that optimizes JSP performance for a middle to large scaled site. Any suggestions would be