Title: How can invoke another servlet?
hi mark ,
, had tat problem too sometime before ,
but i think you have to download jdk1.2 and install that on your computer in oreder to fix that problem .
there must be some modifications i send you those i hope that will help you.
SET PATH=%PATH%;c:\jsdk2.0\bin;
SET CLASSPATH=.;c:\jsdk2.0\lib\jsdk.jar;c:\jsdk2.0\src;.
SET CLASSPATH=.;C:\VisualCafe\Java\Lib;C:\VisualCafe\Java\Lib\SYMCLASS.ZIP;C:\VisualCafe\Java\Lib\CLASSES.ZIP;C:\VisualCafe\Java\Lib\COLLECTIONS.ZIP;C:\VisualCafe\Java\Lib\ICEBROWSERBEAN.JAR;C:\VisualCafe\Java\Lib\JSDK.JAR;C:\VisualCafe\Java\Lib\SYMTOOLS.JAR;%CLASSPATH%
SET CLASSPATH=C:\VisualCafe\JFC\SWINGALL.JAR;C:\VisualCafe\Bin\Components\SFC.JAR;C:\VisualCafe\Bin\Components\SYMBEANS.JAR;%CLASSPATH%
SET CLASSPATH=C:\VisualCafe\Java\Lib\DBAW.ZIP;C:\VisualCafe\Bin\Components\DBAW_AWT.JAR;C:\VisualCafe\Bin\Components\Databind.JAR;C:\VisualCafe\Java\Lib\Olite35.jar;;%CLASSPATH%
SET PATH=%PATH%;"C:\VisualCafe\Bin;C:\VisualCafe\Java2\Bin;C:\Program Files\Common Files\Symantec Shared"
 
here is my autoexec.bat
i have expert edition 4.0 too
hope that will solve eerything .
if you don't mind why don't share our knowledge thorugh icq or any other chat platforms.
my icq# 45824528
my hotmail id. [EMAIL PROTECTED]
my e-mail : [EMAIL PROTECTED]
hope to be chatting with you soon
kerem
 
----- Original Message -----
From: Mark Ma
Sent: 11 May�s 2000 Per�embe 21:27
Subject: How can invoke another servlet?

Hi all,

I use Visual Caf� Expert v4.0 to create servlets. The servlet invocation between each other depends on the method, i.e., HttpServletResponse.encodeUrl("/servlet/servlet_name"). The source code is compiled without any error message. When Visual Caf� 4.0 launch servletrunner from jsdk 2.0, I always get HTTP 404 error message when I try to go to another servlet. But according to the specification, servletrunner would support multiple servlets.

Anyone can give suggestions to figure this things out.

Thx in advance.

Mark

Reply via email to