Compensating for applet security restrictions

2003-07-02 Thread Susan Hoddinott
Hello, I currently have a JSP with an APPLET tag (including EMBED and OBJECT references) which runs a JAR file located on my server. The program runs fine but because the APPLET is run by the Java plug-in whenever it needs to read or write data it attempts to read or write the data from or

Re: Compensating for applet security restrictions

2003-07-03 Thread Susan Hoddinott
am doing. The first applet just takes parameters and either runs the program as an applet or an application but the security which is inherited appears to be that for an applet in either case? Regards, Susan Hoddinott http://www.hexworx.com - Original Message - From: Atreya Basu [EMAIL

Re: Compensating for applet security restrictions

2003-07-04 Thread Susan Hoddinott
Further to my earlier comment. I would also question whether making the applet trusted would make any difference. It seems that given its current behaviour this would just allow it to freely read and write to the client rather than reading and writing from the server. Regards, Susan Hoddinott

Re: CGI scripts

2003-07-07 Thread Susan Hoddinott
need something more complicated then look at URLConnection and HttpURLConnection. You effectively simulate a servlet GET request by opening an input stream on the connection but you may need to use URLEncode for the parameters. Regards, Susan Hoddinott http://www.hexworx.com - Original Message

Re: images not appearing

2003-07-12 Thread Susan Hoddinott
the context path and all sorts of other things including preceding dots etc. as in your examples. Also check the case of your gif file name because if you are ftp'ing from Windows it could be putting them in in uppercase. Regards, Susan Hoddinott http://www.hexworx.com - Original Message - From

Re: [off-topic] - Where can i find Oreilly's package for uploading files?

2003-07-12 Thread Susan Hoddinott
Have you tried www.oreilly.com? Regards, Susan Hoddinott http://www.hexworx.com - Original Message - From: Jose Euclides da Silva Junior - DATAPREVRJ [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 10, 2003 2:02 AM Subject: [off-topic] - Where can i find Oreilly's package

Re: why is tomcat accessing webapps/examples

2003-07-14 Thread Susan Hoddinott
Hi, If you are using Windows I find that using the System Tools to delete Temporary Internet Files seems to overcome whatever caching is occurring. Regards, Susan Hoddinott http://www.hexworx.com - Original Message - From: Paridhi Bansal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Tomcat hosting provider needed

2003-03-14 Thread Susan Hoddinott
Hello, Yes I have recently gone through the same exercise. There is a list at www.adrenaline.com. There appears to be a hugh variation in both prices and level of technical expertese. I emailed my requirements to a few and many were clearly just marketing oriented and tried to get me to change

Netscape navigator

2003-03-19 Thread Susan Hoddinott
Does anyone know if there is a problem using Netscape Navigator with servlet pages generating their own html using the println function. Whenever I attempt to access servlets of this kind (which work fine under Explorer) I just get the HTML text (e.g. HTML etc.) displayed on the screen

Re: [OT] Contract Work Hourly Rates

2003-03-26 Thread Susan Hoddinott
Why don't you take a statistical approach. Aim for sticker shock and work your way down until you get someone who begrudgingly pays your exorbitant rate. Could also try the other way - raise your rate with every rejection so they get a sense of urgency. - Original Message - From: Jeff

Creating an HTML file with the correct codebase and archive value parameters for a jar in the /WEB-INF/lib directory

2003-03-27 Thread Susan Hoddinott
Hello, I am trying to create an HTML file which accesses classes and applets in a jar file (demo.jar) which is in the WEB-INF/lib directory. I seem to have problems getting it to recognise the existence of the jar file and/or more than the first applet in the jar file. If I put the jar

Re: Creating an HTML file with the correct codebase and archivevalue parameters for a jar in the /WEB-INF/lib directory

2003-03-28 Thread Susan Hoddinott
and archivevalue parameters for a jar in the /WEB-INF/lib directory On Fri, 28 Mar 2003, Susan Hoddinott wrote: Date: Fri, 28 Mar 2003 09:25:45 +0800 From: Susan Hoddinott [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject

Re: Creating an HTML file with the correct codebase and archivevalue parameters for a jar in the /WEB-INF/lib directory

2003-03-28 Thread Susan Hoddinott
, 2003 11:51 AM Subject: Re: Creating an HTML file with the correct codebase and archivevalue parameters for a jar in the /WEB-INF/lib directory On Fri, 28 Mar 2003, Susan Hoddinott wrote: Date: Fri, 28 Mar 2003 09:25:45 +0800 From: Susan Hoddinott [EMAIL PROTECTED] Reply-To: Tomcat Users

Re: Creating an HTML file with the correct codebase and archivevalueparameters for a jar in the /WEB-INF/lib directory

2003-03-28 Thread Susan Hoddinott
for a jar in the /WEB-INF/lib directory Java(TM) Servlet API Specification (Specification) Version: 2.3 SRV.9.5 Directory Structure http://java.sun.com/products/servlet/download.html -Tim Susan Hoddinott wrote: Thanks. Do you have the servlet spec reference link where this is explained

Accessing data files via APPLET tags in JSP pages

2003-06-09 Thread Susan Hoddinott
Hello, I am restricted in that my web hoster does not have an installed graphics environment (therefore any attempts to draw graphics offscreen in a servlet results in a null pointer from getLocalGraphicsEnvironment). In order to bypass this problem I have attempted to replace my servlet

Re: Accessing data files via APPLET tags in JSP pages

2003-06-09 Thread Susan Hoddinott
. Regards, Susan Hoddinott http://www.hexworx.com - Original Message - From: Magne Skjeret [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, June 09, 2003 9:30 PM Subject: Re: Accessing data files via APPLET tags in JSP pages man, 09.06.2003 kl. 12.48 skrev Susan

Re: Accessing data files via APPLET tags in JSP pages

2003-06-09 Thread Susan Hoddinott
On this same subject, I was wondering if there is any way of forcing an APPLET to access a server file, e.g. via socket connection, etc.? Regards, Susan Hoddinott http://www.hexworx.com - Original Message - From: Magne Skjeret [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED

Socket write error 10022

2003-12-02 Thread Susan Hoddinott
Hello, I recently upgraded my java JVM from an earlier version of 1.3.1 to 1.3.1_09. I found when I did this that some things which were previously working now give the following error: //

Re: Socket write error 10022

2003-12-03 Thread Susan Hoddinott
No. This is not the problem. This is occurring at the testing stage and no stop button is being pressed. Regards, Susan Hoddinott http://www.hexworx.com - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 2:32 PM Subject: Re

Hiding an ftp URL

2004-12-09 Thread Susan Hoddinott
Hello, I am wondering what the best way to avoid display of an ftp URL is when redirecting to an ftp location. The ftp address includes a host name and string. Should it be mapped in web.xml like a servlet, set up as a context parameter? What would be the best and most secure way?

Re: Hiding an ftp URL

2004-12-11 Thread Susan Hoddinott
Hi, I was attempting to use an http ftp command as in the former case. I thought there might be some way of mapping it to some sort of a synonym like used for servlets in the web.xml file? Regards, Susan Hoddinott http://www.hexworx.com - Original Message - From: Peter Crowther [EMAIL

Request for example of use of Sun's FtpClient or Apache's FTPClient

2005-02-18 Thread Susan Hoddinott
Hello,Does anyone have an example of how to use these classes which includes how the client destination file name must be specified?I have tried both from within servlets and in both cases it finds the source file correctly but then writes the ftp get to the server. Should they not be

Fw: Request for example of use of Sun's FtpClient or Apache's FTPClient

2005-02-24 Thread Susan Hoddinott
they not be invoked from a servlet? If so, how are they used so that the file from the server is ftp'd to the client? Regards, Susan Hoddinott http://www.hexworx.com

Re: Someone is using Tomcat for spreading spam?

2005-02-26 Thread Susan Hoddinott
Yes, Everytime I resubscribe to the user list I am bombarded with Spam. Regards, Susan Hoddinott http://www.hexworx.com - Original Message - From: Behrang Saeedzadeh [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Friday, February 25, 2005 5:57 AM Subject: Someone is using