Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Main




JSPWiki v2.2.33

[RSS]


Hide Menu

TomcatAntTasks


Difference between version 4 and version 3:

At line 63 added 14 lines.
* Install: Doesn't work. I get the good ol' {{java.sql.SQLException: Cannot load JDBC driver class 'null'}}. Everything looks fine from the Ant side though:
{{{
[install] OK - Installed application at context path /cct
}}}
If I restart Tomcat, everything starts and loads just fine.
* Remove: Doesn't seem to work, but it actually does. Here's what Ant reports:
{{{
[remove] FAIL - Encountered exception java.io.IOException: java.lang.NullPointerException
}}}
If I run the same task again, I get:
{{{
[remove] FAIL - No context exists for path /cct
}}}
Proving that it actually did work the first time.

Back to TomcatAntTasks, or to the Page History.