Hi,
I found an implementation of Perl using BSF in
http://bsfperl.sourceforge.net/ 
But actualy I can't make it work :.(

Regards

Willy


>>> [EMAIL PROTECTED] 16/09/04 16:10 >>>
Fair enough. Thing is, I just can't imagine anyone writing a Java 
implementation of perl, which is what you'd need. Otherwise, you'd need 
a native interface to OS processes, which would in the end probably end 
up much like CGI/Perl approach. If you can use Python instead of Perl, 
then there's Jython. Otherwise, you're stuck with what you've got.

Regards, Upayavira

Willy Reinhardt wrote:

>Thanks Upayavira,
>This is my current solution but I was looking for a more portable
>solution because we are many developpers some use Weblogic others use
>JBoss with or without Apache in front and we have only one perl script
>so performance isn't an issue.
>
>Thanks and regards
>
>Willy
>  
>
>>>>[EMAIL PROTECTED] 16/09/04 14:42 >>>
>>>>        
>>>>
>I am unaware of a Java perl implementation.
>
>Your best bet if you must use Perl is to use proxying. Set up Apache 
>httpd to run your perl. Even configure Apache to only accept requests 
>from localhost. Then simply use the file generator:
>
><map:generate src="http://localhost/cgi-bin/test.pl"/>
>
>Regards, Upayavira
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to