>From looking at the code, I believe that you request the class as part of
your URL, ie:

http://localhost/MyClass.class

The class will then be returned to the caller as a series of bytes after the
standard header.  You get these bytes, then use the standard java method for
constructing an object/class from its bytes :), of which I am far too new to
understand.  According to the comments, it might be possible to do this
directly via RMI.

I've probably raised more questions than answers :)

Wes

-----Original Message-----
From: marc fleury [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 19, 2000 1:44 PM
To: jBoss
Subject: RE: [jBoss-User] Where is root HTML directory for JBoss?


not that I am aware good catch (but I thought it was transparent...) that is
a rickard trick he is offline for the week

marc


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Tuesday, September 19, 2000 8:09 AM
> To: jBoss
> Subject: RE: [jBoss-User] Where is root HTML directory for JBoss?
>
>
> Is there any documentation/example anywhere on how to do dynamic
> classloading via the built in HTTP server?
>
> Thanks,
> jason
>
>
>
>
>
>
> Wes Mckean <[EMAIL PROTECTED]>
> 09/19/00 09:11 AM
> Please respond to jBoss
>
>
>         To:     'jBoss' <[EMAIL PROTECTED]>
>         cc:
>         Subject:        RE: [jBoss-User] Where is root HTML
> directory for JBoss?
>
>
>
> Hi Brett,
>
> Someone else may correct me, but the HTTP Server which is integrated into
> jBoss is a most basic HTTP server, and meant primarily for transfering
> objects (classes?) via an HTTP interface, and not meant to serve web
> pages,
> even though it may actually do that.  By far, it is better to have Apache
> first, and then Tomcat if neccessary serve your static HTML pages.
>
> Wes
>
> -----Original Message-----
> From: Brett Palmer [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 18, 2000 9:41 PM
> To: [EMAIL PROTECTED]
> Subject: [jBoss-User] Where is root HTML directory for JBoss?
>
>
> I'm trying to integrate JBoss and Tomcat. The documentation was helpful,
> but
>
> I am still getting some classpath errors.
>
> Where is the root document path for the Http server for JBoss? When I try
> to
>
> access the server with with http://localhost:8080 in a web
> browser, jBoss(?)
>
> generates a blank HTML document - one that has a DOCTYPE, HEAD, and a few
> other basic items, but no body. It never returns a 404 or any other
> message
> to indicate why it didn't find the document I had hoped to see.
>
> Brett
>
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>
>
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to