I have a customer with the following problem:

"Our problem is this:

In many parts of our site we have pages with a .shtml extension (index.shtml
for example). This shtml file may include 1 or more <servlet> tags. These
shtml files may also have a querystring appended to it
(index.shtml?something=yes for example). With the previous version of JRun
(2.3.2) the servlet invoked by the <servlet> tag in the shtml file is able
to read the values from the querystring. With JRun 3.0 this seems like it is
not possible.

Here is an example shtml file (index.shtml):

<html>
<head>
<title>An Example shtml file</title>
</head>
<body>
<!--
        Some html stuff here
-->

<servlet code=com.hnt.ots.TemplateServlet>
<param name=_TEMPLATE value=login.template>
</servlet>

<!--
        More html stuff
-->

</body>
</html>

The way that our current system is set up if you call
index.shtml?something=yes, then the servlet com.hnt.ots.TemplateServlet can
read 2 parameters: _TEMPLATE=login.template and something=yes.

When we switched to JRun 3.0 and calling index.shtml?something=yes, then the
servlet com.hnt.ots.TemplateServlet can only read 1 parameter:
_TEMPLATE=login.template. The servlet inside of the <servlet> tags cannot
read the data from the querystring.

We would like to resolve this issue with as little changes to the current
system as possible and we would prefer not to have to change anything with
how the current system works. Maybe we missed something in the configuration
for JRun 3.0?"

Can anyone help with this?

Thanks,
Allen

Allen W. Benson
 <<...>> 
(617) 219-2233 office
(617) 219-2101 fax
http://www.macromedia.com
[EMAIL PROTECTED]



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to