Return-Path: Delivered-To: apmail-xml-general-archive@xml.apache.org Received: (qmail 91649 invoked by uid 500); 4 Apr 2002 13:43:44 -0000 Mailing-List: contact general-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: general@xml.apache.org Delivered-To: mailing list general@xml.apache.org Received: (qmail 91638 invoked from network); 4 Apr 2002 13:43:44 -0000 X-Authentication-Warning: ad21.unix-server.com: Host [217.80.40.126] claimed to be fuckup Message-ID: <014001c1dbde$b42300a0$0200a8c0@fuckup> From: "Peter Nuetzel - inglobo" To: Subject: Re: XML based Java prog called by ASP Date: Thu, 4 Apr 2002 15:43:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, do I understand right, you start a java application (incl. VM) from a http based ASP script? I would not recommand to do this. That means that on every request the java VM is started and your application executed. This is _very_ slow. Better would be to use Java Servlets or JSP for your webapplication or even implementing your application as Server which talks via sockets or some kind of RPC to the ASP client... But if you still want to proceed try out the classpath parameter of the java command. With Java2: java -cp path_to_your_java_libs YourMainClass -peter P.S: I think this is a off topic on this list - try some general or beginner java list. -----Urspr�ngliche Nachricht----- Von: Payal Dutt >HI, > Am having a java based XML appln that is being >called by ASP script......the Java appln has database >calls and it works well as a stand alone.But when am >using the ASP script to instantiate the java class it >throws me a Class NotFOUnd Exception when it comes to >finding the Driver class.The reason I believe is since >ASP script calls the java prog the environment in ASP >is unable to recognize the JDBC API.IS there any >suggestions on making this a workable code?Please >help. >Regards, >Payal. > >__________________________________________________ >Do You Yahoo!? >Yahoo! Tax Center - online filing with TurboTax >http://taxes.yahoo.com/ > >--------------------------------------------------------------------- >In case of troubles, e-mail: webmaster@xml.apache.org >To unsubscribe, e-mail: general-unsubscribe@xml.apache.org >For additional commands, e-mail: general-help@xml.apache.org > --------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: general-unsubscribe@xml.apache.org For additional commands, e-mail: general-help@xml.apache.org