> Anyone here know where JRun would store the .java files from
> compiled jsp with a deployed webapp on a watched directory?
>
> We deploy a webapp in it�s expanded form to a folder like
> �/apps/app1� and then use the JRun admin interface to point
> to the directory and deploy the application.
>
> Turns out we have some run time errors in some JSP files that
> give the line number for the exception for the COMPILED JSP
> but not the actual JSP file on disk.

I don't think it stores the source files at all - I think they're compiled
directly to bytecode without being stored as source code. I'm no JRun
expert, though. If they were stored anywhere, I suspect they'd be stored in
the same place as the compiled class files.

I think the compiled class files are in
\jrun4\servers\yourserver\yourserver-war\WEB-INF\jsp (if you've deployed as
an EAR, presumably it would be
\jrun4\servers\yourserver\yourserver-ear\yourserver-war\WEB-INF\jsp

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to