1) you can unzip flex.war to /myapp under the default server.  This gives
you separate FDS instances under the same JRun server.
2) you can change the context path from /flex to /.  Then put any app you
want under there all running under the same flex FDS instance.
3) create a new JRun server and unzip the flex.war to its directory just as
you did with the default server.  This gives you a separate FDS instance
running under a isolated JRun instance.  (read isolated JVM)

Hope that helps!

zai jian

On 12/17/06, Steven Xu <[EMAIL PROTECTED]> wrote:

 Hi folks,

I installed the Jrun4 server in c:\Jrun4, then unzip the flex.war ( form
fds2 express package) to
C:\JRun4\servers\default\
Now i get Flex Data Service (web application ) running on Jrun4 server. I
can access all my testing application below the flex folder like this:
http://localhost:8100/flex/myapp/main.mxml

How can I create a new FDS web application ourside flex folder? so that I
can access it like this:
http://localhost:8100/myapp/main.mxml.
The Livedoc did not tell me enough detail to deploy my FDS web application
to a new folder outside flex.
Should I make a new folder below default ( C:\JRun4\servers\default\myapp)
, then copy everything below flex (C:\JRun4\servers\default\flex\*) to it ?
What I need to do with C:\JRun4\servers\default\flex\WEB-INF\web.xml ?
What's the right way to do it? Please lead me to the right way.

Steve

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?

Reply via email to