UML Modeling

2009-02-28 Thread Glyn Jackson
Hi a quick question, what tools do you guys/girls used for UML Modeling, am I looking for a good software package to help speed me up a little. thanks ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Good Release Management Software

2009-02-28 Thread Joseph Bugeja
Do you recommend any good release management software, ideally an open source solution that we can use to automate releases of our software? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: Mod Rewrite for blog cfc

2009-02-28 Thread Dan Vega
The 404 is coming from tomcat. HTTP Status 404 - -- *type* Status report *message* *description* *The requested resource () is not available.* -- Apache Tomcat/6.0.18 Thank You Dan Vega danv...@gmail.com http://www.danvega.org On Sat,

Re: Mod Rewrite for blog cfc

2009-02-28 Thread Raymond Camden
I just searched for coldfusion tomcat ses url and found: http://www.justskins.com/forums/ses-search-engine-safe-doesnt-work-with-coldfusion-mx7-72409.html This help? On Sat, Feb 28, 2009 at 7:55 AM, Dan Vega danv...@gmail.com wrote: The 404 is coming from tomcat. HTTP Status 404 -

Re: Mod Rewrite for blog cfc

2009-02-28 Thread Gerald Guido
The 404 is coming from tomcat. A... I ran into the same problem with Tomcat and IIRC it is cuz Tomcat does not support SES URL's .It was on Cento at the time. I could be wrong. You can ask them on the Railo Talk list http://tech.groups.yahoo.com/group/railo_talk/ G! On Sat, Feb 28, 2009

Webservice Error

2009-02-28 Thread Robert Rawlins
Chaps, Trying to invoke the NOAA webservice using cfinvoke but getting a pretty useless exception thrown back at me, you'll be able to see the WSDL document in the code so you can examine it, I cant see anything wrong with my request data. cfinvoke method=NDFDgenByDay

Re: Good Release Management Software

2009-02-28 Thread Cutter (CFRelated)
Subversion + ANT, a good well-thought-out process, and a scheduled task Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _

Re: Mod Rewrite for blog cfc

2009-02-28 Thread Peter Boughton
Add the following to Tomcat's web.xml and restart it. servlet-mapping servlet-nameCFMLServlet/servlet-name url-pattern/index.cfm/*/url-pattern /servlet-mapping ~| Adobe® ColdFusion® 8 software 8 is the most important

AW: Mod Rewrite for blog cfc

2009-02-28 Thread Gert Franz
Gerald, you're right. Tomcat only allows one * per mapping. I do not know whether BlogCFC supports some kind of different mapping or not, but we will inform you as soon as the guys from JBoss come up with a solution for this. Instead of Tomcat you can use Resin which supports SES URL's

Re: AW: Mod Rewrite for blog cfc

2009-02-28 Thread Barney Boisvert
The Servlet spec says one asterisk per mapping, and it must be at one end or another (not the middle). So Resin (which I've not used) is extending the spec if it supports multiple asterisks. A cleaner solution, if you want to stay pure-JEE, is to use a rewriting filter like UrlRewrite.

Re: AW: Mod Rewrite for blog cfc

2009-02-28 Thread Dan Vega
Thanks for the advice guys! I would like to stay with tomcat just because I have stuff already setup in there and I have not tested my one openbd app on resign yet (i suspect its not an issue) but the url rewrite does not sound fun so, ill poke around. Thanks! Thank You Dan Vega

Re: AW: Mod Rewrite for blog cfc

2009-02-28 Thread Dan Vega
Thanks for the advice guys! I would like to stay with tomcat just because I have stuff already setup in there and I have not tested my one openbd app on resign yet (i suspect its not an issue) but the url rewrite does not sound fun so, ill poke around. Thanks!

verity indexing of each word in keyword search

2009-02-28 Thread Richard Steele
What is the best way to search a string of words such as firstname and lastname using verity? Right now our search engine is a literal search and thus if there is a middle initial in the field we are searching in, then it won't return the results. However if in the input box we enter

Re: Good Release Management Software

2009-02-28 Thread Mike Chabot
The answer to your question would depend on what software you are dealing with plus what computer environment you have. Uploading a small Web site to a Linux server is quite different than distributing an enterprise software package to 1000 Windows users. The methods you use to test and approve