JWDK1.0 randomly quit starting-up

1999-09-24 Thread C Kruppa
I have been using JSWDK1.0 to develop my application, which is now finished. My employers use IIS4, so I've been trying to migrate the application over to JRun. After having installed JRun on my machine, JSWDK has quit working. When I run the startserver.bat, a few command prompt windows pup-up

file upload.

1999-09-17 Thread C Kruppa
Would anyone who has succeeded in using the com.oreilly.servlet.MultipartRequest to accomplish file upload and is willing to field a question or two please e-mail me personally. Thank you for your time! Carrie === To

import can't find classes

1999-07-25 Thread C Kruppa
Hey guys, The import statements that are in the code of my Bean (not the JSP) are failing because JSWDK can't find the classes. I'm wondering where I am supposed to put the classes that the Bean is looking for? Or how to configure the server to know where to look for them? Specifically,

first JSP

1999-07-09 Thread C Kruppa
Working on my first JSP. It is just a simple HTML form and corresonding JSP. I'm using JSWDK1.0 and jdk1.2.1. JSWDK runs all of the sample JSP's and servlets, but it doesn't recognize any of the JSP tags in my page. It just takes everything that's not inside a JSP tag and treats it like