strongly typed collection in a scriptlet tag won't compile

2004-12-18 Thread Connor Barry
I'm trying to compile this code: % CollectionInteger a = new ArrayListInteger();% And I get this error: - org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 10 in the jsp file: /test.jsp Generated servlet error: Syntax

RE: extra directory in WebDAV servlet listing

2004-12-18 Thread Mark Thomas
Tomcat version? JVM version? OS? -Original Message- From: Garret Wilson [mailto:[EMAIL PROTECTED] Sent: Saturday, December 18, 2004 12:53 AM To: 'Tomcat Users List' Subject: extra directory in WebDAV servlet listing I have the WebDAV servlet set to

Re: Virtual Hosts and SSL

2004-12-18 Thread QM
On Fri, Dec 17, 2004 at 09:38:01PM -0700, Daniel Watrous wrote: : I know that in apache, and I suspect that it is a general rule, an SSL : (HTTPS) connection requires a unique IP address. In other words, virtual : hosts do not work with SSL. Correct. This is (or at least, should be) true all

Re: setting up tomcat/JBOSS with apache

2004-12-18 Thread Laconia Data Systems
If you want to configure your webapp from within Apache HTTPServer I would look at ProxyPass e.g. #Include in Proxy parameters to TOMCAT #ProxyPass /myapp http://localhost:8081/myapp ProxyPass /InvoiceEntry http://localhost:8081/InvoiceEntry #ProxyPassReverse /myapp

AW: Virtual Hosts and SSL

2004-12-18 Thread Steffen Heil
Hi I can't find anything specific to my question in the FAQs but I'm trying to set up a tomcat server with virtual hosts using https. I have two ips, each with its own SSL cert as I understand is necessary for https. What I want is to have each ip use port 443 with its own document tree

Re: strongly typed collection in a scriptlet tag won't compile

2004-12-18 Thread Tim Funk
I believe JDT with tomcat does not support 1.5. Only 1.4. -Tim Connor Barry wrote: I'm trying to compile this code: % CollectionInteger a = new ArrayListInteger();% And I get this error: - org.apache.jasper.JasperException: Unable to compile class for JSP An

Admin for TC 5.5.4 on Linux SUSE 9

2004-12-18 Thread Lars Ohlén
Hi, The Admin application behavious strange for TC 5.5.4 (or perhaps my browsers) I cannot expand or fold any of the leavs in the left hand pane. I'm not sure if this is a JavaScript problem or on the server side. Any ideas? /Lars

Re: Admin for TC 5.5.4 on Linux SUSE 9

2004-12-18 Thread Daniel Watrous
Use firefox and open the Java Console. This should list out any errors. Daniel - Original Message - From: Lars Ohlén [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 18, 2004 11:44 AM Subject: Admin for TC 5.5.4 on Linux SUSE 9 Hi, The Admin application behavious strange

RE: Virtual Hosts and SSL

2004-12-18 Thread Benson Margulies
Some posters misunderstand virtual hosts. The first step in creating a virtual host is to assign it a unique IP address and host name. The second step is to configuring the machine's ethernet adapter to have several IP addresses. This is done on Unix/Linux by creating additional devices with

Re: extra directory in WebDAV servlet listing

2004-12-18 Thread Garret Wilson
Mark, Mark Thomas wrote: Tomcat version? 5.5.4. JVM version? 5.0. OS? Windows XP Professional SP2. Garret - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

security-constraint to limit jsp access

2004-12-18 Thread Jay Wright
I have a struts 1.2.4 webapp in which I'm trying to hide my jsp's from being accessed directly. Instead of throwing them in the WEB-INF folder, I'd rather just restrict access to them through the security-constraint in the web.xml. I recently read that adding: security-constraint

WebDAV servlet and sub-webapp collection creation

2004-12-18 Thread Garret Wilson
Trying to get @#$! Jakarta Slide to work, I created a routine that would go through the elements of a URI path and create all collections that didn't exist (using the WebDAV MKCOL method). The first time I tried it out, it worked fine---but I had forgotten that I was using the Tomcat WebDAV

Re: security-constraint to limit jsp access

2004-12-18 Thread Parsons Technical Services
Jay, I think you need the auth-constraint tags. !--Starts the section. Located after jsp-config near end of file-- security-constraint !--A description for identification by you. In real world might be Salesmen Area. Or Admin Only-- display-nameExample Security Constraint/display-name