File download dialog box pop up twice

2002-09-30 Thread Myo Myint Oo
Hello, I am facing a problem dowloading a file from servlet. Everything work well, except that the dialog box (asking saving or open file) popup twice when I choose to open file option. Saving is ok, the dialog box open only 1. Any body have the idea to suggest me? Thanks Myo file = new

jdbc url for mySql

2002-09-30 Thread Shahata, Ash
Hi all - Im using mySql for development and I downloaded the MySQL Connector J driver, however Im getting stuck with the jdbc url syntax.. The application is running on Win, do I need to create a DSN for mySQL? Thanks ===

Re: jdbc url for mySql

2002-09-30 Thread Martin Simon
org.gjt.mm.mysql.Driver jdbc:mysql://your IP/name of database - Original Message - From: Shahata, Ash [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 30, 2002 2:15 PM Subject: jdbc url for mySql Hi all - Im using mySql for development and I downloaded the MySQL

Servlet's contexts and other Tomcat's topics.

2002-09-30 Thread Luca Ventura
Hello everybody! I have Tomcat 4.x as Web Server and I would like to to the following two things but I don't know how to do: 1) I need to share the same Servlet Context MyContext between all the servlets and jsp-pages of my web application. 2) I would like that my web server does something

Re: jdbc url for mySql

2002-09-30 Thread Luis A
Did you reboot? If not, do it. Luis. - Original Message - From: Shahata, Ash [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 30, 2002 10:24 AM Subject: Re: jdbc url for mySql I keep getting an error message telling me that the driver is not in the classpath, although

Re: jdbc url for mySql

2002-09-30 Thread Anoop Kumar V
I do not feel rebooting would help. you can check if the driver is in the classfile or not by giving this command.. javap org.gjt.mm.mysql.Driver If this says class not found, then try unzipping the contents of the file.. shd be a jar file and add this file and its path to the classpath. check

Re: jdbc url for mySql

2002-09-30 Thread Yogiswar Vanama
Hi, 1) Confiure your jmsconfig.xml as follows: DatabaseConfiguration RdbmsDatabaseConfiguration driver =org.git.mm.mysql.Driver url=jdbc:mysql://your IP/database name user=user name password=password retries=5 timeout=2000 /

Re: jdbc url for mySql

2002-09-30 Thread Anoop Kumar V
or wait the easiest way is to place ur zip or jar file under jdkx.x/lib/ext directory. If there is no ext directory, go ahead and create one urself. The JRE picks up classpaths from the ext dir by default.. cheers anoop -Original Message- From: Anoop Kumar V Sent: Monday, September 30,

Re: jdbc url for mySql

2002-09-30 Thread Dragan Lj
Are you unjar downloaded file mm.mysql-2.0.13-you-must-unjar-me.jar? Dont forget port number in url (default 3306 for mysql). On Monday 30 September 2002 15:24, you wrote: Any idea, where else should I place it? The message says: Could not load JDBC driver: org.gjt.mm.mysql.Driver

Re: jdbc url for mySql

2002-09-30 Thread Shahata, Ash
The problem was caused by the zip file, the moment I unzipped it and placed the jar file instead, all worked fine with no problems. Thanks for your time and help -Original Message- From: Anoop Kumar V [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 2:44 PM To: [EMAIL

how to stop the directoey listing on Tomcat

2002-09-30 Thread Shahata, Ash
Hi all - I'm using Tomcat and I was wondering if anyone knows how to switch off the directory listings? I mean when you first hitting the context, is index.html the only option? Thanks === To unsubscribe: mailto [EMAIL

Re: File download dialog box pop up twice

2002-09-30 Thread Clayton Nash
I had exactly this problem -- it also reversed itself in that some browsers would work fine with the save but not the open. When I changed the content-disposition to inline it worked, but obviously, things would now open if they could and save otherwise. Clayton -Original Message- From:

JDBC driver for SQL server on windows-ME.

2002-09-30 Thread Anand Desai
Can you please suggest a good JDBC driver for SQL server for my win-ME machine? Thanks, Anand === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body:

Online chat, Oct. 8, on JavaServer Faces Technology

2002-09-30 Thread Edward Ort
Got a question about JavaServer Faces, a technology that simplifies building UI components for Web applications? Get answers in this online chat with two experts in this area: Craig McClanahan and Amy Fowler. They will answer your questions on Tuesday, October 8, at 11:00 A.M. PDT/6:00 P.M. GMT.

Re: how to stop the directoey listing on Tomcat

2002-09-30 Thread Vikramjit Singh
look at the archives, this has been discussed many times. Regards, Vikramjit Singh, GTL Ltd. Ph. (022) 7612929-1059 -Original Message- From: Shahata, Ash [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 8:03 AM To: [EMAIL PROTECTED] Subject: how to stop the directoey

Struts1.1

2002-09-30 Thread LakshmiNarasimha
Hi Folks, Does any of u have a working example of Struts1.1. along with a user guide on implementation Could u please mail across to me. thanx in advance Regds Simha ==To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: Struts1.1

2002-09-30 Thread Daniel
Hi Check this URL http://jakarta.apache.org/struts/userGuide/index.html It may help you, Happy strutting,,, Daniel.E -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] On Behalf Of LakshmiNarasimha Sent: Tuesday,