RE: Simplest Servlet-JDBC not working

2002-09-25 Thread hari hari
PROTECTED]> >To: 'Tomcat Users List' <[EMAIL PROTECTED]> >Subject: RE: Simplest Servlet-JDBC not working >Date: Wed, 25 Sep 2002 14:27:02 -0400 > > >WHERE did you load them on your App server!? > >John > > > > -Original Message- > >

Re: Simplest Servlet-JDBC not working

2002-09-25 Thread hari hari
;see is due to the fact that the JRE is looking for a >main() method. Since this is a servlet, it doesnt have >one! > >Please read the Tomcat app developer's guide at >http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html >on how to deploy a servlet in Tomcat. &

simplest Servlet-JDBC not working

2002-09-25 Thread hari hari
hi, i having simplest of Servlet program (DBServlet.java) which is trying to connecting to my ORCL DB. my Application and DB Server are sit on different machines. I having my JDBC Drivers (in ZIP format) on my App Server installed with CLASSPATH. when I trying to run i getting below errors: po

simplest Servlet-JDBC not working

2002-09-25 Thread hari hari
hi, i having simplest of Servlet program (DBServlet.java) which is trying to connecting to my ORCL DB. my Application and DB Server are sit on different machines. I having my JDBC Drivers (in ZIP format) on my App Server installed with CLASSPATH. when I trying to run i getting below errors: po

Simplest Servlet-JDBC not working

2002-09-25 Thread hari hari
hi my many freinds, i having simplest of Servlet program (DBServlet.java) which is trying to connecting to my ORCL DB. my Application and DB Server are sit on different machines. I having my JDBC Drivers (in ZIP format) on my App Server installed with CLASSPATH. when I trying to run i getting

simplest Servlet-jdbc not working

2002-09-25 Thread hari hari
hi, i having simplest of Servlet program (DBServlet.java) which is trying to connecting to my ORCL DB. my Application and DB Server are sit on different machines. I having my JDBC Drivers (in ZIP format) on my App Server installed with CLASSPATH. when I trying to run i getting below errors: po

Re: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread hari hari
: > > > > It works fine for me as in .zip extension. > > > > Cheers, > > Michael > > > > -Original Message- > > From: hari hari [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, September 24, 2002 1:25 PM > > To: [EMAIL PROTECTED] > > Subject: O

Oracle JDBC Drivers on Tomcat

2002-09-24 Thread hari hari
hi every1, i using java servlets to connect to my Oracle db. I get the jdbc-drivers and installed into app server and included in my classpath. these drivers are in zip format - do I need to extract them or will they do fine just with zip? --HARI _

Re: apache error?

2002-09-12 Thread hari hari
eply, please attach the following files: >httpd.conf >workers.properties >server.xml >mod_jk.conf (if you have one) and any other files >What apache version are you using? are you using plain or apache with SSL? >What tomcat version are you using? >How did you obtain the mod_jk.so? >Wha

Re: apache error?

2002-09-12 Thread hari hari
hi thanks to you foe reply me email. i try to create libexec directory and putting mod_jk.so in that directory but it is show same error. And i changing permission of mod_jk.so to 755 but still no working. helping me. -- hari >From: [EMAIL PROTECTED] >To: "hari hari" &

Re: apache error?

2002-09-12 Thread hari hari
Hi my friends, my many thank you to all of you. i mentioned in my last mail messg, I using apache 2.0.40 and tomcat 4.0.4 on IBM aix 5.1 systems. I having errers when running my apache as follows. my friend emiled me mod_jk.so and telling me to put that mod_jk.so in /usr/local/apache2/modules

RE: apache error?

2002-09-11 Thread hari hari
" > AuthType Basic > AuthUserFile "/usr/local/apache/bin/usr.pwd" > Require valid-user > AllowOverride None > Options None > DirectoryIndex index.jsp > >JkMount /administrator/* ajp13 >JkMount /administrator

RE: apache error?

2002-09-11 Thread hari hari
quot; <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Subject: RE: apache error? >Date: Thu, 12 Sep 2002 09:37:16 +0900 > >Remove AddModule line > >-Original Message--

RE: apache error?

2002-09-11 Thread hari hari
To: "Tomcat Users List" <[EMAIL PROTECTED]> >Subject: RE: apache error? >Date: Thu, 12 Sep 2002 09:02:28 +0900 > >add this to the mod_jk.conf > > AllowOverride None > deny from all > > >-Original Message- >From: hari hari [mailto:[EMAIL

Re: apache error?

2002-09-11 Thread hari hari
my many thank you Charbel. do u mean that i need to add Addmodule to httpd.conf or mod_jk.conf? In httpd.conf, I have put following line at the exact end. Include /jboss/catalina/conf/auto/mod_jk.conf And, my mod_jk.conf is containing following lines: LoadModule jk_module modules/mod_jk.so Jk

Re: apache error?

2002-09-11 Thread hari hari
]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Re: apache error? >Date: Wed, 11 Sep 2002 16:24:36 -0500 (CDT) > >On Wed, 11 Sep 2002, hari hari wrote: > > > Hi, > > > > i running apache 2.0.40 and run tomcat 4.0.4 and getting mod_jk.so file >a

apache error?

2002-09-11 Thread hari hari
Hi, i running apache 2.0.40 and run tomcat 4.0.4 and getting mod_jk.so file and put that file in /usr/local/apache2/modules and when run following, i get bugs: # ./apachectl configtest Syntax error on line 1 of /jboss/catalina/conf/auto/mod_jk.conf: Cannot load /usr/local/apache2/modules/mod_