  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | 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 | | JSP - A mailing list about Java Server Pages specification and reference | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | communicate servlet from jsp | communicate servlet from jsp 2004-06-16 - By shiv juluru
Back
hi all,
my servlet has some methods,and it has deployed in webserver .i want to call that servlet methods from a jsp page.
plz help me how to call servlet methods from a jsp.
the path is like this.webapps is webserver root folder.
webapps--->*.jsp
webapps-->WEB-INF-->web.xml (description of all servlets)
webapps-->WEB-INF-->classes-->*.class (servlet classes)
-- ---- ---- ---- ---- ---- ----- Do you Yahoo!? Yahoo! Mail is new and improved - Check it out!
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
<P>hi all,</P> <P>my servlet has some methods,and it has deployed in webserver .i want to call that servlet methods from a jsp page.</P> <P>plz help me how to call servlet methods from a jsp.</P> <P>the path is like this.webapps is webserver root folder.</P> <P>webapps--->*.jsp</P> <P>webapps-->WEB-INF-->web.xml (description of all servlets)</P> <P>webapps-->WEB-INF-->classes-->*.class (servlet classes)</P> <P> </P><p> <hr size=1>Do you Yahoo!?<br> Yahoo! Mail is new and improved - <a href="http://us.rd.yahoo.com/mail/taglines /*http://promotions.yahoo.com/new_mail">Check it out!</a> __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff SERVLET-INTEREST". <p> Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html <p>
|
|
 |