You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Christopher Cain <cc...@mhsoftware.com> on 2001/01/25 19:26:03 UTC

Nightly Build Link

I just attempted to grab the latest 3.x nightly source from the Jakarta
site. The link points to:

http://jakarta.apache.org/builds/tomcat/nightly/src/

... but returns a 404. Any ideas? (I am stuck in Windoze at the moment
and cannot set up CVS on this box.)

Thanks ...

Christopher

Re: Nightly Build Link

Posted by Alex Fernández <af...@tid.es>.
You can; just install WinCVS
http://www.wincvs.org/
and there you go.

It's a bit clumsy and all, but thanks to it I downloaded 3.x HEAD and 4.0
without having to remember the weird commands :)

Still, Costin has the nightly build at
 http://jakarta.apache.org/builds/tomcat/nightly-3.3

Cheers,

Alex.

Christopher Cain wrote:

> I just attempted to grab the latest 3.x nightly source from the Jakarta
> site. The link points to:
>
> http://jakarta.apache.org/builds/tomcat/nightly/src/
>
> ... but returns a 404. Any ideas? (I am stuck in Windoze at the moment
> and cannot set up CVS on this box.)
>
> Thanks ...
>
> Christopher
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, email: tomcat-dev-help@jakarta.apache.org


Re: Nightly Build Link

Posted by Jon Stevens <jo...@latchkey.com>.
on 1/25/01 10:26 AM, "Christopher Cain" <cc...@mhsoftware.com> wrote:

> I just attempted to grab the latest 3.x nightly source from the Jakarta
> site. The link points to:
> 
> http://jakarta.apache.org/builds/tomcat/nightly/src/
> 
> ... but returns a 404. Any ideas? (I am stuck in Windoze at the moment
> and cannot set up CVS on this box.)
> 
> Thanks ...
> 
> Christopher

Edit the url...

<http://jakarta.apache.org/builds/tomcat/>

-jon

-- 
Honk if you love peace and quiet.



Re: JDBCRealm - can't make it work

Posted by Rolf Veen <ro...@helide.com>.
Hi.

Maybe your problem is that you are using a recent MySQL with an old JDBC 
driver. Get the latest MM driver (2.0.4 at the moment) from

http://mmmysql.sourceforge.net/

I use Mysql for my applications and just drop the MM binary in the 
corresponding /WEB-INF/lib directory, and that's all.

Regards.
Rolf.

--
Dipankar Sinha wrote:

> I am trying to setup some webpages hosted using Tomcat and I am facing
> problems to access the databse in MySQL from the webpages.
> 
> I have setup Tomcat-3.2.1 and Apache_1.3.14 with MySQL-3.23.31 under
> RedHatLinux 6.2. Tomcat, Apache and MySQL are basically working fine whereas
> jdk1.3 is installed under /usr/java. I have to setup login authentication
> (...)
> 3. Have set up CLASSPATH as /opt/mm.mysql.jdbc-1.2c
> (...)



JDBCRealm - can't make it work

Posted by Dipankar Sinha <di...@stssoftware.com>.
I am trying to setup some webpages hosted using Tomcat and I am facing
problems to access the databse in MySQL from the webpages.

I have setup Tomcat-3.2.1 and Apache_1.3.14 with MySQL-3.23.31 under
RedHatLinux 6.2. Tomcat, Apache and MySQL are basically working fine whereas
jdk1.3 is installed under /usr/java. I have to setup login authentication
from the webpages accessing data from MySQL (name of database is test). I
think Tomcat supports JDBC and not ODBC and therefore I am trying to use
MM.MySQL for JDBC connectivity to MySQL. I am having lack of understanding
how to properly setup MM.MySQL in conjunction with Tomcat.

As indicated in Tomcat/MM.MySQL documentation, I have tried as follows:

1. Modified $TOMCAT_HOME/conf/server.xml to add following lines:
        <RequestInterceptor
            className="org.apache.tomcat.request.JDBCRealm"
            debug="99"
            driverName="org.gjt.mm.mysql.Driver"
            connectionURL="jdbc:mysql://localhost/test''"
            />
2. Unpacked mm.mysql.jdbc-1.2c.tar.gz under /opt
3. Have set up CLASSPATH as /opt/mm.mysql.jdbc-1.2c
4. Copied both mysql_comp.jar or mysql_uncomp.jar (one at a time) to
$TOMCAT_HOME/lib

When I am trying to access my webpages under Tomcat, I am getting an error
message on the linux console as: java.sql.SQLException: No suitable driver
Further when I am trying to access MySQL through my Tomcat webpages or
trying to stop Tomcat, I am also getting error message as:
java.lang.NullPointerException

In a separate environment, I have used NT4.0, JavaWebserver, MySQL and ODBC
driver. Every thing is working over there including database access from the
WebPages.

In the Linux setup in question, I have also installed ODBC driver and driver
manager
(libiodbc-2.50.3 and MyODBC-2.50.36) for MySQL and the sample odbctest
program is able to access data from MySQL. However MySQL can not be accessed
from the WebPages and I believe Tomcat need to configured to work with the
ODBC driver if at all it can support the ODBC. Tomcat documentation is
referring the use of a JDBC driver MM.MySQL which is also installed
here(mm.mysql.jdbc-1.2c) under Linux. But the documentations are not that
clear to me and I am unable to understand and complete the associated
configuration.

Can somebody help?
Thanks a million in advance.

Dipankar



Re: Nightly Build Link

Posted by cm...@yahoo.com.
> I just attempted to grab the latest 3.x nightly source from the Jakarta
> site. The link points to:
> 
> http://jakarta.apache.org/builds/tomcat/nightly/src/

 http://jakarta.apache.org/builds/tomcat/nightly-3.3

( I know, it should be called 3.x - I'll change all the scripts, I know
it's the wrong name right now )

You'll find the sources, build with JDK1.1, build with no extensions (
i.e. no jsse in classpath ), build with jsse.

Also, nightly.log gives a summarry of passed tests and build status,
and the detailed logs ( watchdog, build, etc ) are in log/

( the latest build had a problem - I run some manual tests and didn't stop
tomcat, and with the securing of "stopping" the test scripts were unable
to stop tomcat and run the tests )

( I'll add test runs with sandboxing and the sanity - but after Monday, I
have a big deadline )

Costin



> 
> ... but returns a 404. Any ideas? (I am stuck in Windoze at the moment
> and cannot set up CVS on this box.)
> 
> Thanks ...
> 
> Christopher
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, email: tomcat-dev-help@jakarta.apache.org
> 

-- 
Costin