At 3:28 PM +0530 5/18/04, Jignesh Patel wrote:
Well, We solved the problem, there is a one file commonspool.jar which is
missing.
Once we added in war file it worked fine.
But then we started getting another error as given below(ie. try block too
large), which is because of big size of jsp page. But which works absolutely
fine on tomcat. We searched in net and found that it can be solved by
breaking jsp and pieces and then using include tag, but then  again for one
page we need to develop two form beans as we are using to jsps. Any
suggestion to avoid this kind of situation.

It works find on Tomcat 5 because JSP 2.0 works around the maximum method-length limitation. Weblogic 8.1 is still J2EE 1.3 (Servlet 2.3/JSP 1.2).


I'd suggest using Tomcat 4 where you now use Tomcat 5 to minimize the likelihood of these kinds of surprises.

Joe

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to