We actually bite the bullet and fixed all our JSPs when we migrated from WebLogic to Resin. The version of WebLogic we were using allow us to do things like:
<%@ page import=" java.util.*; import java.net.URL, java.io.* " %> which is clearly not JSP spec compliant. We decided to make all our JSPs and Java code spec compliant to make our application vendor independent. Bill On 6/27/07, Karthik Gajjala <[EMAIL PROTECTED]> wrote:
Hi, While migrating from Weblogic to Resin, I have noticed that Resin requires us to explicitly import the basic Java language packages like io, util. This makes sense as a software developer. We have 100's of JSPs developed by our Web Developers who did not do this and Weblogic used to do this by default when generating the output Java file from JSP. Is there a way in Resin to do the same?. Something better than painfully editing the JSP files to add these imports J Regards, *****Karthik Gajjala* Director of Engineering Vendio Inc. 408-718-6503 (Cell) AIM : karthikgajjala _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
