RE: Help on making struts with Apache + Tomcat

2001-07-04 Thread Martin Duffy
1. Do you have the jserv module for Tomcat in the Apache modules directory? 2. Do you have an include statement in your httpd.conf for including the settings for tomcat? something like include /tomcat/conf/tomcat-apache.conf (this is the auto genereated file that is created each time

Re: Help with TLDParser for UltraDev by Dan Mandell

2001-06-21 Thread Martin Duffy
Title: RE: Help with TLDParser for UltraDev by Dan Mandell You might want to look over at the Jakarta Taglib project. They have the latest version of the ctlx in their cvs and maybe in the binaries. I do not know if the one at the URL that you are looking at is the latest one. -

Re: Potential Security Flaw in Struts MVC

2001-05-07 Thread Martin Duffy
A basic problem with most web development is that people arebuilding security into their applications. It should be handled outside of the application. You can have your application work in conjunction with an external security mechanism for more granular control but I the security

Re: Potential Security Flaw in Struts MVC

2001-05-07 Thread Martin Duffy
elsewhere for security for your applications and do not in build it into the Struts framework. . - Original Message - From: Manabendra Sarkar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: 'Martin Duffy' [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 8:08 AM Subject: RE: Potential Security Flaw

Re: Dreamweaver ThirdPartyTags for HTML taglib?

2001-04-03 Thread Martin Duffy
Bill, There is a Dreamweaver/Ultradev Taglib Manager that is available. It uses the Live Data feature of Ultradev and the tags aredynamic in the page when you put put them on the page. Struts tagslibs work with it. I have had mixed success with it. Sometimes I get errors. I have included

Re: Dreamweaver TagLib

2001-03-05 Thread Martin Duffy
His the link for the document that Macromedia has on their site for extending Ultradev. It talks about alot of the diferent ways to extend UD. It is a good place to get details and where to start. http://download.macromedia.com/pub/ultradev/documentation/ext_dw_ultradev.zi p - Original

Re: Dreamweaver TagLib

2001-03-04 Thread Martin Duffy
extension system -- that also works with ColdFusion, ASP, and whatever else. Martin Duffy wrote: I guess that this may be off topic but. I saw the DreamWeaver Struts taglib(?) on Ted Husted's site. Are there any instructions for using it? It looks to me like it is some sort of pre

Dreamweaver TagLib

2001-03-03 Thread Martin Duffy
I guess that this may be off topic but. I saw the DreamWeaver Struts taglib(?) on Ted Husted's site. Are there any instructions for using it? It looks to me like it is some sort of pre-processor? I do not understand how to use it. I thought that taglibs were TLD's? Thanks Martin

Re: using XML and Struts

2001-02-28 Thread Martin Duffy
I thnk that the problem with Cocoon 1 is that there is not a really good way to integrate it with other frameworks. It kind ot stands on its own. And it can intefere with other applications. There is a hack servlet wrapper that was posted by the Cocoon developers to do it but there are security

Re: Error invoking servlet

2001-02-24 Thread Martin Duffy
If you go to the Bluestone site they have a patch to get struts to work with the Bluestone server. I do not have the URL handy but I think that is was not too hard to find. Not sure if it works with the version of the Bluestone server that you have but it would be a good place to look to get an

Re: Dreamweaver

2001-02-04 Thread Martin Duffy
I have been looking into the possibility of writing Struts extensions for UltraDev4 (which is an extension of Dreamweaver itself). I would be interested in getting such extensions as well if they are available. I will look in the list archives to see of I can find anything there.