Re: editor for jsp

2001-09-20 Thread Lemonte Squibb
Can you build EAR and WAR files with IntelliJ ??? I just downloaded it and I can't seem to find that option. -Original Message- From: Kevin Duffey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 11:53 PM To: [EMAIL PROTECTED] Subject: Re: editor for jsp The best Java

Testing Software

2001-09-18 Thread Lemonte Squibb
Is there any software out there that can do load testing on orion based web apps? I want to simulate a users session on my application and then multiply it by some factor. Any ideas . . . Lemonte Squibb Programmer Analyst/Programmeur-analyste 200 Promenade du Portage, Commercial Level 2 Hull

Upload Files

2001-09-10 Thread Lemonte Squibb
Does anyone know of a taglib that exists for uploading files? I want to take several files from a clients PC, zip them up (compress them some way) and then upload just one file to my server. Once it is on my server I will uncompress and distribute according to our guidelines. Any ideas or

Server Authentication

2001-09-04 Thread Lemonte Squibb
and password. Can I get my JSP to enter the username/password and let me see the image? (no interaction from the client) Is there another way to do this? I cannot use the WEB-INF directory for my images because I have over 1 TB worth of files to view and they are all spanned over several drives. Lemonte

SSL

2001-08-30 Thread Lemonte Squibb
Not sure if this is the right place to ask but . . . I am running orion (oc4j) with SSL I want to display image files to the browser without having to go through IIS. Does anyone know of any good TIF Image Servlets that will let me display images without having to start IIS? Also, is it

directory security

2001-08-30 Thread Lemonte Squibb
Is there a way to stop a directory or binary file from being opened unless it is launched from a JSP. (I'm using orion - OC4J) For example: I have an image at: http://hostname/images/1/2/3/4/filename.tif If the JSP launches it - show the image. If a user tries to type in the path - they get