Hello
I would like to use mod_perl and PerlTransHandler as a proxy mechanism to
route SOAP messages depending on a value located at the very beginning of
the XML content. No need to parse the XML content, a simple text search
would work just fine.
Could some of you help me to define the mechanism
Thanks! I'm 90% of the way there. But I have a @INC issue:
I've been using:
use lib 'C:/ps';
to specify where my Perl modules are. According to:
http://perl.apache.org/docs/2.0/api/Apache2/Reload.html
I need to modify @INC when the server is started. I tried this:
Perl
This patch worked like a charm for me. Thanks for the quick
response!
Eamon Daly
- Original Message -
From: "Philippe M. Chiasson" <[EMAIL PROTECTED]>
To: "Eamon Daly" <[EMAIL PROTECTED]>
Cc: ;
Sent: Friday, January 20, 20
Hi Pete,
> Is there a setting I can change to make modperl look to see if Perl
> files have changed so I don't have to keep re-starting Apache?
take a look at Apache2::Reload
jens
--
Online Software Designer
AISware CMS 3.0 [ http://www.aisware.de/ ]
EMail: [EMAIL PROTECTED] Telefon: 0221/975
Whenever I edit a file, like peter.pm, I reload the Perl
application in my browser, the change doesn't take effect. I must
re-start Apache, then, voila, the changes appear.
Is there a setting I can change to make modperl look to see if Perl
files have changed so I don't have to keep re-starting A