Hm, seems that the read only issue is not my problem but one JAR I have within WEB-INF/lib which classes cannot be found during the servlets init() method! But this JAR works fine within my local tomcat installation (same version) even with autodeploy and it works fine on the test environment...
Hello everybody,
I've got some trouble while deploying a webapplication into a running Tomcat4 environment.
The application folder itself exists on file system containing everything that is needed. I removed the old version of the application within the Tomcat manager.
Afterwards I deployed...
Thank you for that hint.
But is there no DBMS-independant manner which one can lock a table for concurrent inserts/updates while inserting/updating own data?
Is the BEGIN TRANSACTION statement part of the SQL-Standard (SQL92 or SQL3)?
Tank you in advance
Hello everybody,
does DB2 support the BEGIN TRANSACTION SQL command?
When I try to use this statement to encapsulate my inserts I always get an error that shows me that DB2 does not seem to understand this statement!?
How can I lock tables/make transactions for inserts/upadates in a...
Thank you for your answer.
I already wondered myself 'cause a file/dir with that name does not exist in that particular place. But I'm not an admin (neither server nor DB2) so I did not create a directory there and I also do not know what measures should be taken within the DB2 server control...
Hello everybody,
I'm just trying to create a table within a DB2 database that already exists within another Schema.
But both ways (using the CREATE LIKE statement resp. using the full CREATE statement) leads to the following result:
SQLSTATE=55039 Access to tablespace is not allowed (or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.