Expand my Community achievements bar.

Flex 2 WEB-ARchiver problem.

Avatar

Level 1
Hi.



I have a Web ARchiver working perfecly, but, if I rename the
WAR folder project, the app don't work!. The error is a status 440
HttpError. (Channel.Connect.Failed error NetConnection.Call.Failed)



I'm using Weblogic 8.1 AS.the original WAR project name is
"flexWar", then I checked out if the "flexWar" string exists into
the projects WAR's files. I didn't find it... :(

I can't understand what is it...



What's going on?, What am I doing wrong?. Why Cannot I change
the project name?

Thnx for your help...



Regards.
1 Reply

Avatar

Level 1
I FOUND IT!



The flex compiler use the default name "flexWar" context
root. Then, in Flex Builder 2 I added the follow compiler option:



-compiler.context-root=/anotherContextRootName



... and, problem solved!



Thnx to another post that I saw for there...