Re: System variable

2001-04-18 Thread Diego Pons
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

Re: shopping cart using servlet

2001-04-18 Thread Jacob Nikom
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

shopping cart using servlet

2001-04-18 Thread nilesh modi
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/ --

colormap

2001-04-18 Thread Steve Racine
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

Re: System variable

2001-04-18 Thread Nathan Meyers
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