Gabriel, As you may already know, JSP is a standard specification from Sun for Web development.
If your application is 100% specification complaint, you can just port the code without changing a single line of code to an application server within your intranet You may use a free one like( As steven suggested Tomcat ) or JBoss or Resin. You can find more by searching on google. If your application uses some proprietary code from the application server, then you may need to recode that piece of code as there will be no such "tool" to convert this proprietary code. Peace, Jay =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
