RE: JDBC Problem with Ultradev

2001-07-05 Thread James Radvan

For those of you that are still having problems with this, make sure your
driver is present in the Tomcat /webapps/[mywebapp]/WEB-INF/classes
directory and select 'use driver on application server' in your connection
setup in Ultradev. 

-
James Radvan
Websphere Analyst/Architect
London, UK
[EMAIL PROTECTED]
+44 7990 624899


-Original Message-
From: James Radvan [mailto:[EMAIL PROTECTED]]
Sent: 03 July 2001 14:07
To: '[EMAIL PROTECTED]'
Subject: RE: JDBC Problem with Ultradev




Click here to visit the Argos home page http://www.argos.co.uk

The information contained in this message or any of its attachments may be privileged 
and confidential, and is intended exclusively for the addressee.
The views expressed may not be official policy, but the personal views of the 
originator.  
If you are not the addressee, any disclosure, reproduction, distribution, 
dissemination or use of this communication is not authorised.
If you have received this message in error, please advise the sender by using the 
reply facility in your e-mail software.
All messages sent and received by Argos Ltd are monitored for virus, high risk file 
extensions, and inappropriate content.  As a result users should be aware that mail 
may be accessed.





RE: JDBC Problem with Ultradev

2001-07-03 Thread James Radvan

Although this certainly is off topic, this person is trying to develop JSP
for Tomcat on the Ultradev IDE.  The Macromedia newsgroups are notoriously
unhelpful when it comes to JSP/JDBC, mainly due to lack of knowledge, and I
suspect that this list goes out to some people very knowledgeable in this
area.

That being said, there's a lot of documentation both in the Ultradev docs
and on the Macromedia website for how to configure JDBC for live data
preview, and you should probably state that you've checked all of this and
that this list is your last resort if that is the case, rather than posting
here to save yourself the effort.

Most JDBC live data preview connection problems in Ultradev are due to
misconfigured classpaths, absent, misplaced or misnamed driver jar's, and
lack of plain old trawling through the docs.  Make sure you've checked these
first.  The drivers need to be in the Ultradev file system as well, in one
of the subfolders detailed in the Ultradev online help.

James
-
James Radvan
Websphere Analyst/Architect
London, UK
[EMAIL PROTECTED]
+44 7990 624899


-Original Message-
From: pete [mailto:[EMAIL PROTECTED]]
Sent: 03 July 2001 05:46
To: [EMAIL PROTECTED]
Subject: Re: JDBC Problem with Ultradev


And this has what to do with tomcat? 




Click here to visit the Argos home page http://www.argos.co.uk

The information contained in this message or any of its attachments may be privileged 
and confidential, and is intended exclusively for the addressee.
The views expressed may not be official policy, but the personal views of the 
originator.  
If you are not the addressee, any disclosure, reproduction, distribution, 
dissemination or use of this communication is not authorised.
If you have received this message in error, please advise the sender by using the 
reply facility in your e-mail software.
All messages sent and received by Argos Ltd are monitored for virus, high risk file 
extensions, and inappropriate content.  As a result users should be aware that mail 
may be accessed.





JDBC Problem with Ultradev

2001-07-02 Thread Christi's Mail

I am attempting to connect to my MySQL install using Ultradev4 and I am
having not luck.  I am using a Linux/MySQL/Apache/Tomcat combo on my server.
MySQL works fine, so does Apache  Tomcat, and they are configure to work
together and serve up JSP's with no problems.  I also have the 2.04 mm.mysql
JDBC driver in my classpath but I cannot get Ultradev to connect to the
database.




Re: JDBC Problem with Ultradev

2001-07-02 Thread pete

And this has what to do with tomcat? Last i checked this was a tomcat 
list, not a jdbc or ultradev list, whatever ultradev is.

If your problem is tomcat-specific, you'll find many helping hands here, 
but please do not post unrelated problems to this list, as it just 
clutters up everyones inboxes.

-Pete


 I am attempting to connect to my MySQL install using Ultradev4 and I am
 having not luck.  I am using a Linux/MySQL/Apache/Tomcat combo on my server.
 MySQL works fine, so does Apache  Tomcat, and they are configure to work
 together and serve up JSP's with no problems.  I also have the 2.04 mm.mysql
 JDBC driver in my classpath but I cannot get Ultradev to connect to the
 database.