Re: Servlet ISP

2001-01-13 Thread Ted Husted
I use www.imagineis.com - They offer Apache/Tomcat hosting at a reasonable cost, and have been very responsive to inquiries. I have no business relationship as them, except as a subscriber. *** REPLY SEPARATOR *** On 7/15/2000 at 12:13 PM Saravanan wrote: I need an ISP who

Re: Problem with Query String - Pls help me

2001-01-13 Thread Tushar Sarmah
call jaav.net.urlencode(sName). It would take careof space and even special characterclike which otherwise works like a delimeter. Hope this helps Tushar -- From: Srinivasan Kannan[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and

Re: Servlet ISP

2001-01-13 Thread Doug Turner
Don't know what is moderate, but MMA at http://www.mmaweb.net/ offers a commerce account at $50/month that I've been happy with. Apache, Jakarta/Tomcat, your own JVM, etc., etc. Anyone else have any experience with them? - Original Message - From: Saravanan [EMAIL PROTECTED] To: [EMAIL

Confused on JSP problem

2001-01-13 Thread Jay H. Lang
Hi All, I have a JSP that uses a Java Bean to get data from DB2. I am trying to use an IF statement in the JSP to look for a value returned from the bean. Here is the Java beans return statement: return (java.lang.String) valueAtColumnRow(BV_NBR_COLUMN, index); In the JSP I want check if this

iPlanet Web Server

2001-01-13 Thread Joe Goyette
Anyone using the linux version ? I've downloaded it and got it handling .jsp's correctly. However, I want to start converting my perl cgi's etc. to beans and jsp's but I can't figure out how to get iPlanet to successfully execute a .pl script (so I can run the .pl's while I convert them). I've

Two questions

2001-01-13 Thread John Foulds
Please forgive the dumb questions, but if anyone has a moment or two to explain it, I would be very grateful. I have used many scripting languages (ie. jsp, php, asp, cold fusion, javascript, etc.). Regardless of the language, I understand how they all allow you to "transactionalize" your work