Re: JNDI setup oracle 11 g

2013-01-10 Thread Marco de Booij
If you get an error when you provide a wrong username or password then the connection works. Also the ORA-00911 indicates to a connection with the database. Oracle works through JNDI (I use JNDI with Weblogic) and through JDBC. I do not know why you say that the "simple" URL cannot be used for

Re: Application name

2012-08-06 Thread Marco de Booij
Op 05-08-12 23:54, Mark Eggers schreef: On 8/5/2012 2:09 PM, Konstantin Kolinko wrote: 2012/8/6 Marco de Booij : Hello, I have tried to find the answer but I could not find a (to me) clear answer. I build my applications with Maven and as a result my war file is like myapp-web-1.2.3.war

Application name

2012-08-05 Thread Marco de Booij
Hello, I have tried to find the answer but I could not find a (to me) clear answer. I build my applications with Maven and as a result my war file is like myapp-web-1.2.3.war. The static content is delivered by the Apache Web Server so I use this server to access the application deployed in To