Uma, The O'Reilly servlets book has a good example (including code) where you can upload files (including images as part of a form). See http://www.servlets.com/cos/javadoc/com/oreilly/servlet/m ultipart/MultipartP arser.html for more info. Hope this helps. Satyakant Evani ----- Original Message ----- From: "Uma Maheswar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 10:49 AM Subject: Pls Help!! Uploading an image
HI, I need help from any of you. I need a programme to upload an image to the database while submitting a form. If any one is having the source code pls help me. Regards Uma > nope i am using tomcat from my user area .. > both tomcat and apache run from my user area.... > there is some problem with a particular .so file which it is not able to > find.... > > > -----Original Message----- > From: brian ally [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 11:04 PM > To: Tomcat Users List > Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared > library path" > > > Are you starting tomcat as root? On my linux box, if i su to root, all > manner of LD_LIBRARY_PATH problems begin. i need to su - (with the > dash). Could this be your problem? > > /b > > Abhishek Pamecha wrote: > > >it is there...... > > > >-----Original Message----- > >From: Toru Watanabe [mailto:[EMAIL PROTECTED]] > >Sent: Monday, March 04, 2002 2:34 PM > >To: Tomcat Users List > >Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared > >library path" > > > > > > > >First, please make sure that Oracle client is installed > >in your machine. > > > >Abhishek> Thanks buddy! > >Abhishek> but ..i already did that > >Abhishek> but i have a a requirement which says i have to use oci client > only.... > >Abhishek> any other solution ??? > > > >UnsatisfiedLinkError means JVM can't find shared library. > >You need to add shared library path to environment variable. > > > >If you use solaris or linux, then you should add following > >statement in your tomcat.sh. > > > >LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH > >export LD_LIBRARY_PATH > > > >if you use HP-UX, then > > > >SHLIB_PATH=$ORACLE_HOME/lib:$SHLIB_PATH > >export SHLIB_PATH > > > >if you use Windows, then you should add following to tomcat.bat. > > > >set PATH=%ORACLE_HOME%\lib;%PATH% > > > > > >then it will be able to find shared library. > > > >regards, > >Watanabe. > > > >-- > >To unsubscribe: <mailto:[EMAIL PROTECTED]> > >For additional commands: <mailto:[EMAIL PROTECTED]> > >Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > >-- > >To unsubscribe: <mailto:[EMAIL PROTECTED]> > >For additional commands: <mailto:[EMAIL PROTECTED]> > >Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
