standard-examples web.xml wrong?

2003-06-06 Thread Mike Hulse
The first few lines of the web.xml unpacked from the war file says: ?xml version=1.0 encoding=ISO-8859-1? web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd version=2.4

Re: standard-examples web.xml wrong?

2003-06-06 Thread Mike Hulse
web.xml wrong? Where's the DOCTYPE? Start with the attached web.xml and add tags according to the DTD. - MOD --- Mike Hulse [EMAIL PROTECTED] wrote: The first few lines of the web.xml unpacked from the war file says: ?xml version=1.0 encoding=ISO-8859-1? web-app xmlns=http

Re: Problems by Compling JSP's

2002-03-14 Thread Mike Hulse
Hi Andreas, There is a very good FAQ on this at http://www.netbeans.org/articles/faqs/web_apps.html#FAQ_9 It covers netbeans and ffj. Mike -Original Message- From: Andreas Metz [EMAIL PROTECTED] To: 'Tag Libraries Users List' (E-Mail) [EMAIL PROTECTED] Date: Thursday, March 14, 2002

Re: Question about the io taglib

2002-03-11 Thread Mike Hulse
From: Meltsner, Kenneth If you set the system properties: http.proxyHost http.proxyPort (either programmatically, or by using -Dpropname=value when starting Java) it will work with a proxy server that doesn't require authentication. For authentication, you need to add a custom header to the

Question about the io taglib

2002-03-08 Thread Mike Hulse
out of luck on this one? Mike Hulse Systems Programmer Reynolds Metals -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]