-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Looks like the servlet engine cannot find the stub classes for your remote 
object.  Either put them in your repositories directory or in on of your 
wrapper.classpath entries.  I got it to work with your exact same setup 
(JServ 1.0b5 and Apache 1.3.6 on WinNT 4.0 service pack 4).  I have the 
RemoteObject_Skel.class and RemoteObject_Stub.class in the same directory 
(repository) as the servlet that uses them and it works fine.

Jason

-----Original Message-----
From:   Frank Herrmann [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, August 13, 1999 10:46 AM
To:     Java Apache Users
Subject:        Re: with Jserv:Servlet as RMI-Client

-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

I use the following environment:
WinNT4.0
ApacheWebServer 1.3.6
Jserv 1.0b5 alternative Jrun
and for testing the servletrunner

all with the same servlet, which acts as a RMI-Client.

The results/exceptions are:

Jserv 1.0b5 => access denied (java.io.FilePermission C:\Programme\Apache
Group\Apache JServ\servlets read)

Perhaps a Security.Manager issue?
____
Jrun          => error unmarshalling return; nested exception is:
java.lang.ClassNotFoundException: adCenter.appserver.server.AppServer_Stub



Classpath is set right.
____
servletrunner => connects without any problems.

Could you give me any hint?

Frank



Richard Yumul schrieb:

> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
>
> what kind of problems are you getting?
>
> -------------------------
> Richard M. Yumul
> mailto:[EMAIL PROTECTED]
> DTAI Incorporated
> http://www.dtai.com
> (619)542-1700 . fax:(619)542-8675
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Frank
> Herrmann
> Sent: Friday, August 13, 1999 5:51 AM
> To: [EMAIL PROTECTED]
> Subject: with Jserv:Servlet as RMI-Client
>
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
>
> Hello!
>
> Has anyone a servlet as a RMI-Client with Jserv running and could give
> me the settings for Jserv or some hints?
> I get some security or permission failures.
>
> Thanks.
>
> Frank
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to