OK, I can say now that I too am able to run the servlets in the demo app. As
Christof said, by putting the path to the demo-app classes file in the JMC's
Java settings for the default server, I can indeed run demo app servlets via
CFServlet. Unlike Christof, I used
{jrun.rootdir}/servers/default/demo-app/WEB-INF/classes as the path. I don't
know why it failed to work previously. If anyone can confirm it works for
them, I'm sure some at Macromedia will be interested to hear this, as it
seems counter to the understanding of many to now.
/charlie
-----Original Message-----
From: Christof Wessely [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 6:32 AM
To: JRun-Talk
Subject: RE: CFServlet problem/questions
Charles,
Yes it does work on my Computer: Win2000, IIS 5.0, Jrun Developer
Edition 3.1, ColdFusion Professional 5.0, Sun JDK 1.3.1
Here is my full classpath
D:/jdk1.3.1/src.jar
{jrun.rootdir}/servers/lib
{jrun.server.rootdir}/lib
D:/JRun/servers/default/demo-app/WEB-INF/classes
Here is my ColdFusion page (index.cfm):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Test</title>
</head>
<body>
hello coldfusion here.
<CFServlet JrunProxy="127.0.0.1:51000" CODE="DateServlet"></CFSERVLET>
</body>
</html>
I also tried the SimpleServlet, works as well.
Although I cannot see how that should make any difference: I use fixed
IP addresses (not the 127.0.0.1 as indicated above).
Chris
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists