Oh, in my Web Contianer's lib directory.
I'm trying to convert to JRun 3.1, so it should be in /opt/jrun31/lib?
Looking in /opt/jrun31/lib, there's a bunch of .jar files in there. KNow which one javax is in? Or should I just go extracting them to find it?
I'm taking over the JSP maintenance for someone who no longer works at my company, and I need to re-compile some java files.
They seem to be simple java files that extend HttpRequest, but when I try and compile them with javac, it complains that it can't find javax.servlet.
Isn't javax a...
I have a textarea on a form that I want to be able to let people put a comma seperated list into, then have CF parse the input and insert all the values into a database.
I'm expecting data like:
Site Code,Site Name <return>
and then I would put it into a database of
ID (generated by...
I'm trying to write a CFMail that will email us information about a user in the database. Some fields in the database are optional, and may or may not exist. I'm wondering what the best way to do this in CFMail is.
I have a query that gets information from the database:
<cfquery...
I dunno if CFSCRIPT executes faster or not.
It does offer some things that regular CFML doesn't, like do while loops, but I haven't heard anything about executing faster.
Are you setting these values in Application.cfm, or are you setting them once and then re-checking to see if they're still...
Thanks GunJack, it was helpful.
What I was thinking of though was a way to personalize the site for the visitor.
If a user comes to the site, then the app sees if they have a cookie, with CFID in it. If so, then the app knows that they were here before. Now, can I link that CFID to a user...
I'm thinking of moving my application to use CLient vars.
I know you can specify them into a database using <cfapplication clientmanagement="Yes" datasource="DSN">
But, how do I get them to work?
Is it as easy as looking for the CFID, and then relegating that CFID to a...
You can't encrypt HTML, but you can encrpyt Cold Fusion code.
From the Cold Fusion User Guide:
You can use the command-line utility cfencode to encode any ColdFusion application template. By default, the utility is installed in the /cfusion/bin directory. It is especially useful for securing...
When I do that, it comes out:
ID, Title, State, PurchaseWindow, JobFunction,
ID, Title, State, PurchaseWindow, JobFunction,
ID, Title, State, PurchaseWindow, JobFunction,
for the number of records in the CFOUTPUT
I'm writing a page that will go to the database and grab the fields the user wants and show them. I have the part where ColdFusion makes the Dynamic SQL statement absed on the user's preference, but I can't figure out how to actually display the results from the query.
I think I have to somehow...
Both the Master and slave Oracle databases are on Solaris.
What's the utility that updates a snapshot as soon as it's needed. I wouldn't need that functionality, because I don't want to propogate changes immediately (because we're propogating changes from a QA environment to Production), but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.