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
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
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
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
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
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
> 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,
>
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
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
> 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
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
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
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
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.)
>
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
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
"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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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# .
34 matches
Mail list logo