  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | Precompile webapp | Precompile webapp 2003-12-16 - By Felipe Ramos
Back I have webapp in a directory c:/myWeb and the tomcat in c:/tomcat .In the conf/catalina/localhost I have a xml pointing to my web.
Now I have to precompile my web �what must I do? The ant task in this link: http://jakarta.apache.org/tomcat/tomcat-5 (See http://cat-5.ora-code.com).0-doc/jasper-howto.html doesn.t work for me.
Alan Czajkowski wrote:
>i'm not too sure on the full support of IFRAMEs on both Netscape and IE >but if they have standardized IFRAMEs by now then by all means use it, >it's a great way to communicate with the server while not disturbing the >user and it's an even cleaner way then creating frame tags and trying to >hide an actual frame > > >Thanks, > >Alan Czajkowski >-- ---- ---- ---- ---- ---- ---- ---- >Database Administrator >BMO Financial Group >Decision Support Services >3300 Bloor Street West >14th Floor, West Tower >Toronto, Ontario, M8X 2X2 >Tel: 416.232.8736 >-- ---- ---- ---- ---- ---- ---- ---- > > > > >Ben Souther <bsouther@(protected)> >16/12/2003 11:17 AM >Please respond to "Tomcat Users List" > > > To: "Tomcat Users List" <tomcat-user@(protected)> > cc: > Subject: Re: Having problems with stored PrintWriter. > >On Tuesday 16 December 2003 11:11 am, derrick.robertson@(protected) wrote: > > >>I like the idea of this additional hidden frame. >>Is there any pointers to where I could start to look at some code for >>hidden frames as I have never had the pleasure to create them? >> >> > >Do Google search on IFRAME. They can be hidden easily in a div who's >style:visibility is set to hidden and comunication with the parent page, >is >easy. (window.parent.methodName) > > > > >>URL("http://localhost:8080/servlets-examples/servlet/lbp.LBPServlet?Receive >>dEvent=tester2"); >> >> > 2 HttpURLConnection urlConnection = > > >>(HttpURLConnection)myUrl.openConnection(); >>Will this code get to the doget() method of my servlet or do i have to >>include something additional to get into the servlet doget(). or >> >> >dopost()? > >This will get routed to the doGet Method automatically. > >-Good luck > >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) >For additional commands, e-mail: tomcat-user-help@(protected) > > > > > >
-- -- ---- ---- ---- ------ Felipe Ramos Tissat SA C/ Orense 34-9? 28020 Madrid Tel: (+34) 91 4175913 Fax: (+34) 91 4172914 Mail: framos@(protected) -- ---- ---- ---- ------
|
|
 |