You're missing the proxy port. Here's the example from the Developing
Applications with JRun manual:

<!--- JRUNPROXY is Web server IP:proxy port.
  To determine proxy port, look at the
  jcp.endpoint.main.port property in the
  local.properties file for the JRun server
  you want to access. --->
<CFSERVLET code="SnoopServlet"
JRUNPROXY="127.0.0.1:53003"
TIMEOUT="10" >
</CFSERVLET>

Also, the servlet class file should be located in the
<webapplication>/WEB-INF/classes directory. 

HTH
-Randy Nielsen
Allaire Corp.


-----Original Message-----
From: Christopher Morris [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 24, 2000 9:46 AM
To: JRun-Talk
Subject: CFSERVLET


This is a multi-part message in MIME format.
--------------03403D32B743CABD365A0071
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I go no response to this question on the cf-server list, so I
thought I'd try posting this here,

We just upgraded to CF 4.5 and wanted to try using the CFSERVLET
tag.  We have JRun 3.0 installed and we can run servlets on the
default server, but when I try to invoke one from CFSERVLET I get

the following error:

Could not connect to JRun Connector Proxy

Here is the code that I am using:
<cfservlet code="HelloBob">
        Error: This web server does not appear to support
Servlets
</cfservlet>

The HelloBob.class file is located in different directory than
the cfm files.  Where should I put it?  Amy I missing some
configuration steps?

Thanks,
Chris Morris

--------------03403D32B743CABD365A0071
Content-Type: text/x-vcard; charset=us-ascii;
 name="cmmorri.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Christopher Morris
Content-Disposition: attachment;
 filename="cmmorri.vcf"

begin:vcard 
n:Morris;Christopher M.
tel;fax:303-707-9414
tel;work:303-707-7046
x-mozilla-html:TRUE
org:Qwest, Network Planning, Technology Modeling and Prototype Development
version:2.1
email;internet:[EMAIL PROTECTED]
title:Database and Systems Analyst<BR><IMG
SRC="http://cpcnews/CP/Authors/PROTODEV/images/Qwest_H_Blk_Blu_Wht.gif"
WIDTH=100 HEIGHT=32 ALIGN=right bgcolor="ffffcc">
note:Phone: 303-707-7046
adr;quoted-printable:;;700 W. Mineral Ave.=0D=0ARm. IA
G12.29;Littleton;CO;80126;
x-mozilla-cpt:;20128
fn:Christopher M. Morris
end:vcard

--------------03403D32B743CABD365A0071--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide
more resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to