Wrox Programmer Forums
|
JSP Basics Beginning-level questions on JSP. More advanced coders should post to Pro JSP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the JSP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 13th, 2004, 07:25 PM
Authorized User
 
Join Date: Apr 2004
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Default Hello every one

Hi I'm new in JSP . Does every one tell me How to config and what do i do to execute my first JSP. Thank for your help Do'nt let me alone

 
Old June 16th, 2004, 07:09 AM
Authorized User
 
Join Date: Jun 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi minhtri,

   first u need jdk1.3 or higher,tomcat4.
   1.install jdk
   2.install tomcat(prefebrly version 5,it is free from apache site)
    while installing tomcat give 9999 as port number since the default port 80 or 8080 might be in use by ORACLE(if installed and it's listener was started)
   3.set CLASSPATH to point jdk\bin;
   4.Place your jsp file at webapps\<your own directory name>\<your JSP file>
      eg:c:\program files \apache software foundation\tomcat5\webapps\prasanth\MyFirstJSPFile .jsp
   5.Start Tomcat using start->programs
   6. type http://localhost:9999/prasanth/MyFirstJSPFile.jsp at internet explorer
   and u will find the result

plz feel free to ask for any further quires..

Prasanth.C


prasanth.c
 
Old June 16th, 2004, 07:15 PM
Authorized User
 
Join Date: Apr 2004
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank prasanth.c
I have install Java Web Server Developer Pack 1.3 Do I have to install any Development to Execute my firt JSP










Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.