Encryption value

2000-11-09 Thread Larry Hoffman
- Larry - Original Message - From: "Larry Hoffman" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 08, 2000 1:59 PM Subject: Encryption value Is there away to get the clients encryption value using either JavaScript or a Servlet. Thanks

Encryption value

2000-11-08 Thread Larry Hoffman
Is there away to get the clients encryption value using either JavaScript or a Servlet. Thanks - Larry - Original Message - From: "Darko Cokor" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 08, 2000 12:48 PM Subject: Re: HELP check number of port: 3306 or

Re: Vector in JSP

2000-11-07 Thread Larry Hoffman
Why not use a LinkedList - Larry - Original Message - From: "Chen Shirley" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 10:02 AM Subject: Vector in JSP Hi everyone, I need to use a Vector to store strings in my JSP page. This vector will store at

Re: Vector in JSP

2000-11-07 Thread Larry Hoffman
LinkedList. Why? -shirley --- Larry Hoffman [EMAIL PROTECTED] wrote: Why not use a LinkedList - Larry - Original Message - From: "Chen Shirley" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 10:02 AM Subject: Vector in JS

Re: Session variables !

2000-11-07 Thread Larry Hoffman
Why not use a session object - Larry - Original Message - From: "M. Simms" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 12:54 PM Subject: Re: Session variables ! A single cookie is limited to 4k ! Careful, you may have to partition your data amoungst

how do I hide a directory under tomcat....

2000-10-13 Thread Larry Hoffman
I have the following set up... I created a downloads directory. Under the downloads directory I created the WEB-INF directory. At this same level I created a files directory. Under the WEB-INF directory I created the classes dir. i.e.: +downloads +-WEB-INF | +-classes

Question about tomcat...

2000-10-09 Thread Larry Hoffman
I have installed tomacat v:3.1 on linux mandrake 7.1 Everything works fine... But, I was wondering do I really need the WEB-INF directory for each servlet context? -Larry Hoffman === To unsubscribe: mailto [EMAIL

How do I make tomcat load automatically...

2000-09-28 Thread Larry Hoffman
instead of typing "./startup.sh" at the commad line Thanks On Thu, 28 Sep 2000, Hans Bergsten wrote: "Craig R. McClanahan" wrote: Irfan Mohammed wrote: It means that you are working with version 2.1 Irfan More completely, it means you are working with *servlet* version

Re: Silly Doubt!

2000-09-26 Thread Larry Hoffman
This is what you need to do: in your .bash_profile file add the follwing: JAVA_HOME=/usr/local/src/jdk1.2.2 JSDK_HOME=/usr/local/src/JSDK2.0 CLASSPATH=$JSDK_HOME/lib/jsdk.jar PATH=$JAVA_HOME/bin:$JSDK_HOME/bin:$PATH export PATH JAVA_HOME CLASSPATH this should take care of your problem.

Re: DreamWeaver as a JSP editor?

2000-08-08 Thread Larry Hoffman
Why not use Forte It supports JSP... It also allows to debug your jsp code in-line... Pretty cool -Larry Hoffman -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Olivia Velez Sent: Tuesday, August

Browser size???

2000-02-26 Thread Larry Hoffman
Is there away to get the browser size using a Java Servlet??? Thanks -Larry -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Ashwani Kalra Sent: Wednesday, February 23, 2000 10:58 PM To: [EMAIL

File Download

2000-01-18 Thread Larry Hoffman
I developed a java servlet that takes the query string from a html form. For example: html head a href="/servlets/download?file1.zip"File 1/a /html /body Well, I click the link to call the servlet. The servlet takes the query string and appends it to the path were the file is loacted. See

installing apache jserv 1.1...

2000-01-07 Thread Larry Hoffman
I need to set up a web server. I have already installed apache 1.3.9-8. I need to install the apache jserv now. How would I go about doing this. My operationg system is Linux. Thanks -Larry === To unsubscribe: mailto