I am trying to access a JRun server.

Basically, I am writing an Apache module that will look at all requests and
ensure that the user can access the url.  The information about each users
permissions is stored in ldap, but only be accessed via an ejb service (my
ejb service will encapsulate all access to ldap).


All requests to apache will flow through my module (I may add some http
header variables), and then be subsequently processed by the native
connectors and handlers.

In this manner, we can protect access to JRun, and any number of other
application servers that may come into our environment, and as a added
bonus, we can protected any local url on the apache server such as images,
perl scripts (aren't any), etc.



-----Original Message-----
From: Jay Walters [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 28, 2001 6:25 AM
To: JRun-Talk
Subject: RE: c program accessing ejb?


Was there a specific server you are trying to work with, or does your
solution need to be portable across several servers?  The question being
aimed at determining whether something like CORBA/RMI-IIOP is a good
solution or whether there might be some built in SOAP support for invoking a
bean.

Cheers
Jay Walters

-----Original Message-----
From: Rhodes, Phillip C. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 27, 2001 2:42 PM
To: JRun-Talk
Subject: c program accessing ejb?


I need to write a C program to talk to an EJB server to access a stateful
session bean.  Can someone give me a pointer to where any information and
examples can be found?

I appreciate it.
Phillip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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