blazeds, and services-config.xml having issues

Michael Hunter's Avatar

Michael Hunter

15 May, 2013 05:26 AM

additionalCompilerOptions = [
  '-compiler.services=C:/code/mms/WebRoot/WEB-INF/flex/services-config.xml'
 ]

when it compiles I get the error:

  Error: The services configuration includes a channel-definition 'my-polling-amf' that has an endpoint with a context.root token but a context root has not been defined. Please specify a context-root compiler argument.

My question is how to I specify a context-root compiler augument?

  1. Support Staff 1 Posted by Yennick Trevels on 15 May, 2013 07:16 AM

    Yennick Trevels's Avatar

    have you tried this?

    additionalCompilerOptions = [ 
         '-compiler.services=C:/code/mms/WebRoot/WEB-INF/flex/services-config.xml',
         '-context-root=mycontextroot' 
     ]
    
  2. Yennick Trevels closed this discussion on 24 Jul, 2013 04:31 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac