Actually, it's embedded in a javascript and tied into an href tag. 
Although, we we're looking for some way to execute from the VM, like
Runtime.exec() as you pointed out - we just hadn't found it yet.

In the meantime, we solved the problem by redirection.  The Linux box
we were running this on happened to have Apache also installed, so we
pointed it to Apache's port instead of JBoss and it works perfectly.

Robert




Tom Cook <[EMAIL PROTECTED]>
Sent by: <[EMAIL PROTECTED]>
03/01/2001 08:58 PM
Please respond to "JBoss-User"

 
        To:     JBoss-User <[EMAIL PROTECTED]>
        cc: 
        Subject:        Re: [jBoss-User] CGI possibilities?


On Thu, 1 Mar 2001 [EMAIL PROTECTED] wrote:

> We aren't necessarily looking for the ability to execute cgi on JBoss, 
but 
> we
> have a little .exe file that computes authorization information for a 
> pay-for-service
> site we link to. 
> 
> I've got it so that the jsp can find it ok, but it attempts to download 
> the file
> instead of actually executing it.  I've tried mapping mime types in my 

What are you doing to cause that?  Runtime.exec() or what?

Tom
--
"If you mess with something for long enough it will break." - Schmidt



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






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

Reply via email to