Hi and thanks for replay,
The close Host tag is </Host>.
I try to put context.xml in "webapps/test1/META-INF"(removed from server.xml
+ removed the path=""),
<Context debug="0" reloadable="true" crossContext="true">
<Resource name="jdbc/mydb" auth="Container" type="javax.sql.DataSource"
..........
.........
/>
</Context>
Now when i try to access via this link "http://localhost" i get 404, is not
mapp to "http://localhost/test1".
And when i try to access via this link "http://localhist/test1" I get,
"org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver
of class '' for connect URL 'null'"
Siil is not working, I try to add the path attribute and still is not work.
But to access via this slink "http://localhist/test1" is not my problem.
I have to access via this link "http://localhost" and i did it but the
problem now is that my MySQL JNDI Resource is not work ???
Caldarale, Charles R wrote:
>
>> From: prt [mailto:[EMAIL PROTECTED]
>> Subject: Problem in MySQL JNDI Resource..
>>
>> <Host name="localhost" appBase="webapps" ...>
>> <Context path="/test1" debug="0" reloadable="true"
>
> The <Context> element should not be placed in server.xml, since changing
> it requires restarting Tomcat. Put it in your webapp's
> META-INF/context.xml file instead, and remove the path attribute.
>
>> </host>
>
> I hope the above is really </Host>.
>
>> I start my Apache tomcat 5 on port 80 and everything work good in
>> "http://localhost/test1".
>
> Are you using 5.0 or 5.5? The resource configuration is different for
> each. Check the Tomcat docs for the appropriate level for details.
>
>> Now i want to access test1 from this link "http://localhost/".
>> So i changed server.xml to,
>>
>> <Context path="/" debug="0" reloadable="true" crossContext="true">
>
> The path attribute should be "", not "/" - but then you shouldn't have
> the <Context> element there anyway. To make an app the default app, its
> name must be ROOT, and it should be placed in [appBase]/ROOT (or
> [appBase]/ROOT.war).
>
>> I try to put the mysql Connector jar in common/lib And server/lib And
>> shared/lib but still i get the same error.
>
> Do not put the same jar in multiple places - that guarantees you will
> have problems. Your JDBC driver jar of choice normally goes into
> common/lib or WEB-INF/lib only.
>
> - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: [email protected]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Problem-in-MySQL-JNDI-Resource..-tf3443968.html#a9610024
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]