Production mode shouldn’t make a difference here.  What’s the text of the fault?  Can you turn on debugging in flex-config for httpservice and see any obvious issues?

 


From: [email protected] [mailto:[email protected]] On Behalf Of Valy Sivec
Sent: Thursday, May 12, 2005 7:00 AM
To: [email protected]
Subject: [flexcoders] HTTP service & context.root

 

Hello,

In a flex application I have defined a servlet as HTTP service ( see the conf. below ). In case the "production-mode" is set

to false in the flex-config.xml everything works fine. Wanted to change the production-mode param to true, then I get an error

"HTTP Service Fault". I woudn't want to hardcode the context root in the flex-config file.

 

production-mode= true and

<service name="myService">

<url>{context.root}/MyServlet</url>

</service> Won't work.

Any ideas?

So production-mode = true and

<service name="myService">

<url>/myappcontext/MyServlet</url>

</service> works.

Thanks,

Valy


Do you Yahoo!?
Make Yahoo! your home page



Yahoo! Groups Links

Reply via email to