Re: JDBC Realm for several webapp

2006-07-04 Thread Stanislav Komlenac
ithout additional setup from the appservers. Hope this helps... Brian OK. tnx. i will :-) Stanislav -- T - C o m - - W e b m a i l -- Ova poruka poslana je upotrebom T-Com Webmail usluge MAXadsl pristup i racunalo za vec od 199 kn mjesecno!

Re: JDBC Realm for several webapp

2006-07-04 Thread Stanislav Komlenac
>>> I want to have 2 web applications on my web server. Idea si to >>> makde JDBC Realm unique for each web application. problem is that i dont understand what should i have in this {context}.xml files and what should i have in server.xml :-( a nd where should i put this {context}.xml file? W

Re: JDBC Realm for several webapp

2006-07-02 Thread Stanislav Komlenac
Citiram Stanislav Komlenac <[EMAIL PROTECTED]>: I want to have 2 web applications on my web server. Idea si to makde JDBC Realm unique for each web application. How can i do this? <http://tomcat.apache.org/tomcat-5.5-doc/config/realm.html> The Realm Component ... You may

JDBC Realm for several webapp

2006-06-30 Thread Stanislav Komlenac
Hi! I want to have 2 web applications on my web server. Idea si to makde JDBC Realm unique for each web application. How can i do this? i read on Internet something about context element in server.xml, but i dont understand how to make it work :-( Tnx, Stanislav -- T - C o

JBoss 4.0.3SP1 (Tomcat 5.0) Failed to determine servlet message

2005-12-20 Thread Stanislav
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:595) What this message means? I use J2EE 1.4, Struts, Eclipse... Tnx, Stanislav

Re: NPE while undeploying webapp on Tomcat 5.5.12

2005-11-10 Thread Stanislav Mironov
2005/11/9, Mark Thomas <[EMAIL PROTECTED]>: > Stanislav Mironov wrote: > > I get such exception report in catalina..log when I undeploy web > > application (deployed as WAR). > > > > 09.11.2005 10:46:59 org.apache.catalina.startup.HostConfig checkResour

NPE while undeploying webapp on Tomcat 5.5.12

2005-11-08 Thread Stanislav Mironov
? -- Stanislav Mironov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5.5.12 and SSL - https doesn't work

2005-11-02 Thread Stanislav Mironov
ts in right place, keystore password is correct. I create keystore this way: "keytool -genkey -alias tomcat -keyalg RSA -validity 365 -keystore conf/ssl/keystore.jks" Similar config file works pretty good for tomcat 5.5.9. What's happened to SSL?