|
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: 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!? Yahoo! Groups Links
|
- RE: [flexcoders] HTTP service & context.root Matt Chotin
- RE: [flexcoders] HTTP service & context.root Matt Chotin

