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
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
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