If your servlet engine is tomcat, you can define in the configuration file
for your servlet, web.xml as:
...
MYSYSTEM
file://we/weed/weew
...
and access it through getInitParameters()
I'm sure other servlet engines have similar mec
Look at
http://java.sun.com/docs/books/tutorial/servlets/index.html
They have good source code for shopping cart. The Duke's
Bookstore example uses session tracking to keep track of the
books in the user's shopping cart.
Regards,
Jacob Nikom
nilesh modi wrote:
> can anyone direct me to the s
can anyone direct me to the souce code of a very basic shopping cart using
servlet ?
Thanx in advance,
Nilesh.
___
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/
--
Where can I learn more about colormaps and how they bind to my Swing apps.
I'm on Red Hat 7.0.
Stephen Racine
Convertible Arbitrage & Technology
voice (212) 303-1663
fax (212) 303-1642
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, emai
On Wed, Apr 18, 2001 at 11:37:46AM +0530, Vinod Lamba wrote:
> Hi All,
>
> How you can get environment variable other than jvm's
> while you are running a servlet.
>
> Say you set a variable "MYSYSTEM=file://we/weew" and now u want it thru
> ur
> servlet.
Java has no methods to support this. Y