Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: calling JAVA Servlets using an HTTP hyperlink


Message #1 by "Dhruv Raheja" <dhruv.raheja@t...> on Tue, 18 Jul 2000 23:6:20
What Java Servlet Server are you using ? it is free for study ?

I am using the "JSDK WebServer Version 2.1" from Java.Sun. it doesn't come
with configuation webpage, which I can't do things like "Servlet Chaining"
and alis. Can you suggest where I can download a different WebServer to
learn servlet?

Many Thanks

Van

----- Original Message -----
From: "MadhuSoodanReddy panyala" <madhusr@u...>
To: "Java Server" <pro_java_server@p...>
Cc: <dhruv.raheja@t...>
Sent: Thursday, July 20, 2000 5:01 AM
Subject: Re: [calling JAVA Servlets using an HTTP hyperlink]


to call servlet from http hyper link


http://nameofserver:port/nameofservlet?parametername=value

in servlet you need to get the value of parameter
by using

getParameter("parametername");

regards
madhu


"Dhruv Raheja" <dhruv.raheja@t...> wrote:
hi,
    i need to call a JAVA Servlet using a hyperlink from an HTTP program. i
need to pass the hyperlinked text as a parameter to the servlet so that the
program can access records in a database that match that parameter.

thanks,
Dhruv

---
Wrox Professional Wireless Developer Conference, Amsterdam, July 10-12.
Covering application of WAP, XML, ASP, Java and C++ to wireless computing,
choose from 40+ technical sessions delivered by industry experts:
http://www.wroxconferences.com/ConferenceHome.asp?ConfID=9
$subst('Email.Unsub')


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

---
Wrox Professional Wireless Developer Conference, Amsterdam, July 10-12.
Covering application of WAP, XML, ASP, Java and C++ to wireless computing,
choose from 40+ technical sessions delivered by industry experts:
http://www.wroxconferences.com/ConferenceHome.asp?ConfID=9
minh@m...
$subst('Email.Unsub')




  Return to Index