Search:

Type: Posts; User: krisgolden

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,675

    Re: problem witch Apache

    but when the source files in directory other than tmcat_Home / webapps, tomcat deployed without problem but can not create a instance for datasource
  2. Replies
    7
    Views
    1,675

    Re: problem witch Apache

    When I created a directory in tmcat_Home / webapps, where I place all my codes file, tomcat reference this error message:

    undeploy?path=/WebApp
    OK - Undeployed application at context path...
  3. Replies
    7
    Views
    1,675

    Re: problem witch Apache

    [QUOTE=stdunbar;67437]I used an example that I had and have attached a very small webapp that has a context.xml and uses a PostgreSQL db via a JNDI lookup. It includes an ant build file. See if...
  4. Replies
    7
    Views
    1,675

    Re: problem witch Apache

    the first error in the programm code point to this row: dataSource = (DataSource) ic.lookup("jdbc/pflanze");
    and the next point to the row: pool = new ConnectionPool();
  5. Replies
    7
    Views
    1,675

    Re: problem witch Apache

    thank, ich have used the doc. now my context.xml look like:
    <Context>

    <Resource name="jdbc/postgres" auth="Container"
    type="javax.sql.DataSource"...
  6. Replies
    7
    Views
    1,675

    problem witch Apache

    heloo,

    I try to compile my web application. I have called "webappliction". the web application should work with PostgreSQL DBMS. I use the connection pool here is the file:

    /*
    * To change...
Results 1 to 6 of 6