Expand my Community achievements bar.

SOLVED

JRun Required?

Avatar

Level 1
Will the data services wars not run in J2EE servers besides
JRun? When I try to deploy to my JBoss server, I get a
ClassNotFoundException: jrun.servlet.file.FileServlet upon
deployement for both the flex and flex-admin wars. The class does
not appear in the jars for either webapp's WEB-INF/lib
directory.
1 Accepted Solution

Avatar

Correct answer by
Level 1
Comment out the "FileServlet" servlet that references the
jrun.servlet.file.FileServlet class in /WEB-INF/web.xml



This has been removed in later builds.



Cheers,

Trevor Baker

Adobe Systems

View solution in original post

3 Replies

Avatar

Level 1
I too am seeing this problem with flex 2 beta 2 when
deploying flex.war to jboss 4.0.4 cr2. But NOT on 4.0.3SP1 which is
kinda odd.

Avatar

Level 3
Do you have the stacktrace?



Did you change the login manager in the security section of
the /WEB-INF/flex/flex-enterprise-services.xml file?

Avatar

Correct answer by
Level 1
Comment out the "FileServlet" servlet that references the
jrun.servlet.file.FileServlet class in /WEB-INF/web.xml



This has been removed in later builds.



Cheers,

Trevor Baker

Adobe Systems