Ask a Question related to Coldfusion Server Administration, Design and Development.
-
craigbenner #1
adding servlet-mapping to handle any request
Is there a wildcard that i can add to the web.xml file in the servlet-mapping
section so coldfusion mx will handle all requests that are passed to it? If
not is there any other way to handle this? Attached is the servlet-mapping for
CFML files.
Windows 2003, IIS 6 and CFMX 6.1
<servlet-mapping>
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.cfml</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.cfml/*</url-pattern>
</servlet-mapping>
craigbenner Guest
-
Java Servlet
I'm trying to get php to run on my webserver as a Java Servlet, it works the first time but fails the second time and crashes the JVM with the... -
Servlet -> PHP
I've got a Java Servlet that I want to convert to PHP. My problem is that I have some existing clients which use this servlet at a URL like: ... -
SQL error '80040e21' when adding more text than the Field can handle
I have a field in a table called description. I set the lenght to 7000 characters and the datatype to char on the description field. Problem is... -
Adding client-script to handle client events
My code is in a search box pop-up that is opened by a parent page. From the search box, I need to be able to add code to a hyperlink in my datagrid... -
LWP, cookies, and adding to request string
Hello all, I happened upon this group while searching around for information on this topic. Here's the situation: I've written a QA test tool...



Reply With Quote

