Re: Developer Edition on Portable Hard Drive

2007-07-25 Thread William Burba
Oh, and forgot with being wrapped up in the first post. They do have a self contained stand alone version which you can download and use as well. Since I was playing with jsp as well, that is why I went with the xampp and war option.

Re: Developer Edition on Portable Hard Drive

2007-07-25 Thread William Burba
There is one option I have been playing with for kicks, and it works to a degree, just depends on what you are doing. Check out the SmithProject (http://www.smithproject.org/). What I did was go out to portableapps.com, downloaded xampp and installed the tomcat portable server in that. You ma

Populating a CF Requst variable from a jsp page....capturing windows login with jsp

2007-07-20 Thread William Burba
Good Afternoon all, In the search to capture the windows login id on a unix server, I found code jsp code that captures the pin through the http header using NTLM. With our servers, we cannot install any additional software, and they strive to keep the windows/unix environments as separated as

Re: cfcontent excel session and url variables

2007-04-13 Thread William Burba
Good Afternoon, Thank you all for your replies. Initially, taking out the tags did not yield any negative results. The page came back fine to the browser. Putting the tags back on, and looking at the log files more or less confirmed what was happening, I just don't know why. There is a behi

cfcontent excel session and url variables

2007-04-06 Thread William Burba
A question relating to cfcontent and session variables, with a hint of URL variables. We are migrating from a relatively open system to one that has a login and session management. We have stumbled across something that seems to be behaving oddly, though I don't know why. We have a coldfusion

Re: Help with Nesting Application.cfc's and session timeout

2007-03-30 Thread William Burba
Sorry All, had a tab key/enter issue on this, please disregard this post... ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RV

Help with Nesting Application.cfc's and session timeout

2007-03-30 Thread William Burba
Hello All! This post relates to Jen N's on Extending Application.cfc. We have multiple environments set up on both Windows and Unix, with Unix being our production. Since moving to Unix, we replaced the so convenient CGI.REMOTE_USER with a process that calls web services, stored procedures and

Help with Nesting Application.cfc's and session timeout

2007-03-30 Thread William Burba
Hello All! This post relates to Jen N's on Extending Application.cfc. We have multiple environments set up on both Windows and Unix, with Unix being our production. Since moving to Unix, we replaced the so convenient CGI.REMOTE_USER with a process that calls web services, stored procedures and

WDDX wddx2cfml error with CF5 to CF7

2007-01-26 Thread William Burba
Good Morning All! Having issues parsing a WDDX recordset pulled from an Oracle database. The recordset was created within JavaScript using the WDDX.js, and then passed to a CF page that inserts it into an Oracle Database. We ran into a size issue inserting the record, even though it appears th