On Tue, 2012-07-17 at 18:13 +0200, [email protected] wrote: > I start tomcat (version 6) with ist startup batch file only > OK. What displays when you type echo %JAVA_OPTS% at the command prompt?
To verify whether it's being passed through to Tomcat try saving the following to webapps/ROOT/test.jsp then pointing your browser to http://localhost:8080/test.jsp . test.jsp: --------- <html> <body> derby.system.home=<%= System.getProperty("derby.system.home") %><br> JAVA_OPTS=<%= System.getenv("JAVA_OPTS") %><br> </body> </html> I have verified on my system that derby.properties is recognized when setting derby.system.home via JAVA_OPTS. (Derby 10.8.1.2) > -----Ursprüngliche Nachricht----- > Von: Tim Watts [mailto:[email protected]] > Gesendet: Dienstag, 17. Juli 2012 18:08 > An: Derby Discussion > Betreff: Re: schema-questions > > On Tue, 2012-07-17 at 16:44 +0200, [email protected] wrote: > > Another thing I am wondreing is, that it seems not to matter using a > > user or not using following derby.properties, though: > > derby.stream.error.logSeverityLevel=0 > > derby.database.fullAccessUsers=tech > > derby.database.defaultConnectionMode=readOnlyAccess > > derby.connection.requireAuthentication=true > > derby.user.tech=lala_dongs > > derby.user.rou=gaga_bings > > > > derby.authentication.provider=builtin > > > > > > derby seems not to use my derby.proerties. I have put them to the > > directory, which is given in the derby.system.home > > Java-system-property. > > It is told to put this system-property into the environment variable > > JAVA_OPTS, so tomcat would use it for starting up. > > I am using Windows-XP so I defined ths environment-variable in the > > dialog as user defined variable. > > What am I missing, since derby.properties seem not to work may be not > > even been read. > > > Are you running Tomcat as a service? If so then see this: > > http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html > > (adjust according to the tomcat version you're using). > > > Thanks for hints in advance > > > > Malte > > >
signature.asc
Description: This is a digitally signed message part
