Re: Servlet to JSP

2001-01-12 Thread Brian Engel
Yes you can use request.getParameter("Parm Name") in your JSP to get 'get' and 'post' data. The best way, IMO, is to make a Java Bean that builds this HTML table. Kinda off topic but you may want to use a String buffer instead of a String for your HTML return var. For large tables this will

Re: Something wrong with ajp???

2001-01-12 Thread Brian Engel
You can only shutdown tomcat(with shutdown.sh) with the Ajp12 connector. So you must have it defined in your server.xml file, in case you may have commented it out like I did once. Not sure if this is your problem but I hope it helps... [EMAIL PROTECTED] 01/12/01 11:04AM I get this

Re: mailinglist vs newsgroup

2001-01-02 Thread Brian Engel
I agree I think this should be put into a newsgroup. Just today I have gotten 70 emails from this group! You can always browse the messages with Deja.com and you can post if you setup a free account with them. [EMAIL PROTECTED] 01/02/01 04:00PM As long as it were "attached" to deja, it

Re: does tomcat support auto-reload of classes??????

2000-12-21 Thread Brian Engel
I believe tomcat will not auto-reload any classes that are located in the classpath env. var. Of course, will also need to set reloadable=true in your context definition in the server.xml file. [EMAIL PROTECTED] 12/21/00 09:19AM hi friends, I have Linux-apache-tomcat3.2.1. Ive