JDBC - MSSQL driver for Linux

2001-01-28 Thread Nagappan A
Hello all, Where can I get MSSQL JDBC driver for Linux. I'm having freetds driver, but for some of the functions it throws exception, NOT implemented. Thankx in advance Regards Nagappan - To unsubscribe, e-mail: [EMAIL PRO

RE: how to handle a user clicking very fast repeatedly on a web page

2001-01-28 Thread Luis Andrei Cobo
A long time ago I had this problem, specifically with submit buttons for forms. But The technique I used was rather straight forward: in your web page have this javascript: function disableMe(obj) { obj.disabled=true; } then your HTML buttons and links can have

Ctx( ): IOException in: R( + /images/dm2.gif + null) socket write error (code=10053)

2001-01-28 Thread Maxim Senin
Hi,   I have this problem loading hundreds of images in my applet from the server (Tomcat 3.2.1) with ~ following code:   // in applet.init()... for (int i=0; i<1000; i++) {     URL location = getClass().getResource ("/images/image"+i+".gif");     Image img = this.getImage (location);     i

Re: Tomcat and SSL

2001-01-28 Thread Allen Akers
I imported a certificate from Verisign that was created with OpenSSL and I was using successfully in the same machine via Apache+mod_jk+Tomcat. >>> [EMAIL PROTECTED] 01/28/01 09:08PM >>> Check to see if you have tHe trusted certifcates for ssl. Nael Mohammad Customer Support Analyst Neomar, Inc

Re: Tomcat and SSL

2001-01-28 Thread Nael Mohammad
Check to see if you have tHe trusted certifcates for ssl. Nael Mohammad Customer Support Analyst Neomar, Inc. 180 Montgomery Street Suite 2000 San Francisco, CA 94104 Tel: 415-403-7300 ext. 274 Fax: 415-403-7373 " Wireless Means Business" -- Sent from my BlackBerry Wireles

Tomcat and SSL

2001-01-28 Thread Allen Akers
I followed the instructions to the letter and I've tried it on two different platforms, so I'm just flat out MISSING something. I rebuilt Tomcat with SSL with no problems, modified my server.xml for SSL and it started with no errors, but when I go to connect to the SSL port from a browser I get a

Re: Problem in starting tomcat

2001-01-28 Thread William Brogden
> Andrew Tan wrote: > > I installed tomcat on Windows98 > When I double click on "startup.bat" it says opening in another window > (the window comes on and then disappears). And it seems that tomcat > has not started. > > Do you have similar experience? and is there a solution? > > Regards, >

Re: Trouble with web.xml P.S.

2001-01-28 Thread Fernando Padilla
I was wondering about that. I just finished reading the Servlet Specification and they made no mention of Init Params under the servlet element. And I wondered how they interacted with Init Params at the context level. You're saying that the servlet init params completely over shadow the contex

RE: Question

2001-01-28 Thread oliver2, andy
Suggestion: mysql and postgresql I believe both have windoze versions. They're both free too. -Original Message- From: Craig R. McClanahan To: [EMAIL PROTECTED] Sent: 1/28/01 7:18 PM Subject: Re: Question "Lavallee Computer Consulting, Inc." wrote: Thank you in advance for any help yo

Re: Problem in starting tomcat

2001-01-28 Thread John Clark L. Naldoza
> Andrew Tan wrote: > > I installed tomcat on Windows98 > When I double click on "startup.bat" it says opening in another window > (the window comes on and then disappears). And it seems that tomcat > has not started. > > Do you have similar experience? and is there a solution? > > Regards, > A

JDBCRealm - can't make it work

2001-01-28 Thread Dipankar Sinha
I am trying to setup some webpages hosted using Tomcat and I am facingproblems to access the MySQL databse from the webpages.I have setup Tomcat-3.2.1(binary) and Apache_1.3.14 with MySQL-3.23.31 underRedHatLinux 6.2. Tomcat, Apache and MySQL are basically working fine whereasjdk1.3 is insta

Need help for servlet and jsp mapping

2001-01-28 Thread Gunawan Tanudy
HI.. Can somebody help me , i got really frustrated regarding mapping servlet and jsp file to tomcat. I use Apache+ tomcat. the example files run well. i have made the context path in server.xml like the following then in myserver directory i make the tree like this: /WEB-INF/classes /servle

Problem in starting tomcat

2001-01-28 Thread Andrew Tan
I installed tomcat on Windows98 When I double click on "startup.bat" it says opening in another window (the window comes on and then disappears). And it seems that tomcat has not started.   Do you have similar experience? and is there a solution?   Regards, Andrew

Re: a few strange problems

2001-01-28 Thread William Brogden
Thomas Bartels wrote: > > I recently installed Tomcat 3.2.1 on a RedHat 6.2 Linux System and have > come across some strange issues. I am using it solely for the jsp > functionality not for servlets. I am running it in conjunction with > Apache 1.3.12(to serve static content, images etc.) >

RE: SOLUTION to problems with iis redirection

2001-01-28 Thread Ignacio J. Ortega
Hola William: > I noticed that quite a few people were having trouble with using the > isapi_redirect.dll to integrate tomcat with IIS 5.0 on > Windows 2000 and I > spent a few hours banging my head against the keyboard to > come up with these > amendments to the documentation. Hope this he

Re: NoSuchMethodError

2001-01-28 Thread Craig R. McClanahan
99% of the time this kind of error is due to an older copy of the servlet API classes somewhere on your classpath, or in your Java extensions directory ($JAVA_HOME/jre/lib/ext). Craig McClanahan "S.Anjana sridhar" wrote: > Hello > I have downloaded and installed Tomcat version 3.2 to execute

Re: Question

2001-01-28 Thread Craig R. McClanahan
"Lavallee Computer Consulting, Inc." wrote: Thank you in advance for any help you can provide. I am a java enterprise developer and develop generally on my standalone notebook where I use Jigsaw, JavaWebServer and Apache/Tomcat. All work fine. My notebook used Windows 98 and my application curr

a few strange problems

2001-01-28 Thread Thomas Bartels
I recently installed Tomcat 3.2.1 on a RedHat 6.2 Linux System and have come across some strange issues. I am using it solely for the jsp functionality not for servlets. I am running it in conjunction with Apache 1.3.12(to serve static content, images etc.) Whenever I do an include, from a .j

RE: How do I redirect console messages to a log file?

2001-01-28 Thread Stephen Graham
This doesn't work on Win98SE. No surprises there really. Has anybody come up with a simple re-direction solution for Win98? > -Original Message- > From: Cecchi, Gianluca > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 25 January 2001 03:23 > To: '[EMAIL PROTECTED]' > Subject: RE: How do I

Re: more problems with mod_jk

2001-01-28 Thread Dave Smith
You don't have the DSO compiled correctly yet. Are you using the directions in the mod_jk.so how-to? Don't use the makefile, just follow those directions exactly and you'll be OK. Dave - Original Message - From: "Ryan Cuprak" <[EMAIL PROTECTED]> To: "tomcat" <[EMAIL PROTECTED]> Sent: Sund

Example Servlets throw NullPointerException (apache 1.3.12+mod_jk)

2001-01-28 Thread Christian Niles
Hi. I setup Tomcat with Apache 1.3.12 & mod_jk and when i try the example servlets, they always throw a NullPointerException: java.lang.NullPointerException at org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:1147) at org.apache.tomcat.core.Handler.service(Ha

Re: and getInitParameter woes

2001-01-28 Thread Luc Vanlerberghe
Just a guess: You defined a servlet in your web.xml, but called it using a /servlet/ style url... The /servlet interceptor can't know that you already used that class to define a servlet and initialises its own copy... This would also explain why there are no init-parameters available in the "sec

more problems with mod_jk

2001-01-28 Thread Ryan Cuprak
Hello, I have no idea what changed between last night and this morning, but I am now getting a different error message. To compile mod_jk I edited the makefile in ...src/native/apache1.3 so that apxs pointed to correct location. I then did a make clean and a make all. Copied the mod_jk.so over to

Re: Trouble with web.xml P.S.

2001-01-28 Thread William Brogden
Matt Campbell wrote: > > Hi All, > > this is an addition to my last post, a bit more info in case its any use. I've > just tried to run > TOMCAT_HOME/webapps/examples/WEB-INF/classes/SnoopServlet.class after > un-commenting its init-params in TOMCAT_HOME/webapps/examples/WEB-INF/web.xml > The

Trouble with web.xml P.S.

2001-01-28 Thread Matt Campbell
Hi All, this is an addition to my last post, a bit more info in case its any use. I've just tried to run TOMCAT_HOME/webapps/examples/WEB-INF/classes/SnoopServlet.class after un-commenting its init-params in TOMCAT_HOME/webapps/examples/WEB-INF/web.xml The servlet runs fine, except that it

file access

2001-01-28 Thread Landaluze Produktions IS - Carlos
in my tomcat 3.2.1 (linux) i have several virtual domains. there is any form to put several files (javascript files) in a place, only in one place, and call from all domains? how can i call files thar they are in a directory? i.e. (/home/files) in the web.xml i must tu writte any thing? how can i

RE: Trouble with web.xml

2001-01-28 Thread oliver2, andy
Hello, welcome. I'm not sure I understand the first question in the context of tomcat. However ant usually puts things in projectroot/build/classes/x/x/x where project root is the directory where your src, lib, etc files are. It also usually copies all the sources to build/src. As for yo

Re: Trouble with web.xml

2001-01-28 Thread William Brogden
Matt Campbell wrote: .. > I have been getting around that by compling using javac with the destination > directory set to my TOMCAT_HOME/webapps/myapp/WEB_INF/classes directory. This > all works, my HelloWorld.class servlet runs like a beauty :) My next problem is > that I cannot get my s

Question

2001-01-28 Thread Lavallee Computer Consulting, Inc.
Thank you in advance for any help you can provide. I am a java enterprise developer and develop generally on my standalone notebook where I use Jigsaw, JavaWebServer and Apache/Tomcat. All work fine. My notebook used Windows 98 and my application currently under development uses MS Access.

Trouble with web.xml

2001-01-28 Thread Matt Campbell
Hi All, This is my first post to this list, so hi. I've searched all the documentation I could find to no avail, I've two problems and I'm looking for some guidance. Firstly I'm using Ant and build.xml to set up my web application. This works fine except that it does not place the servlets i

Re: loading mod_jk.so, undefined symbol: map_name_at

2001-01-28 Thread AC
I found this error several times in ths mailing list You should find the answer... However this is one for freebsd I'm not sure where is the error in the makefile because I'm not a shell expert, but I solve the problem launching by myself apxs. The location of the apxs is (in my confi

jdbc problem

2001-01-28 Thread shlomi sarfati
Hi I have a small problem with setting a connection to an oracle database every time that I start the tomcat with the following code I cant get the server to start this is the code within the server.xml : +ADw-RequestInterceptor className+AD0AIg-org.apache.tomcat.request.JDBCRealm+ACI- d

NoSuchMethodError

2001-01-28 Thread S.Anjana sridhar
Hello I have downloaded and installed Tomcat version 3.2 to execute JSP When I try to execute any JSP Example program The Exception given below occurs I have set the path ,classpath and the environmental variables as specified Can u please help me out. ->java.lang.NoSuchMethodError: javax.se

loading mod_jk.so, undefined symbol: map_name_at

2001-01-28 Thread Ryan Cuprak
I am trying to install tomcat on a slackware linux box. I followed the instructions found on: http://mikal.org/interests/java/tomcat_users/msg19668.html for compiling and setting everything up. However, when I start apache, I get the following error message: reality:/usr/local/apache/bin# .