Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Parsing jsp in a String

843840Oct 30 2009 — edited Jul 14 2010
I have a client that wants to store jsp code in the database. I then have to read it from the database and execute it. I know that it works fine if the jsp code is in a file on the web server then you can call the file via a url and tomcat will parse it but how can you parse the jsp if it's in a String?

Thanks in advance,
Mickey
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2010
Added on Oct 30 2009
24 comments
506 views