Authentication in tomcat 4.1.27

2003-09-11 Thread Shailesh Modi
Hi, I am migrating my web application to 4.1.27 from tomcat 3 . In tomcat 3 , I had following code for authentication in server.xml. RequestInterceptor className=com.remind.securetomcat.SecRealm debug=0 initCtx=com.sun.jndi.ldap.LdapCtxFactory ldapHost=ldap://ldap.mycompany.com:389;

Re: Re[2] :Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-08 Thread Shailesh Modi
Atlast it worked by changing code to use Thread.getContextClassLoader().getResourceAsStream(framework.properties); to load my files. Anton, Thanks a lot :) regards Shailesh -Original Message- From: Anton Tagunov [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 11:28 AM To:

Parse error in application web.xml (addChild: Child name 'jsp' is not unique)

2003-09-08 Thread Shailesh Modi
' servlet definition. servlet servlet-namejsp/servlet-name servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class /servlet Am i doing something wrong in migrating from tomcat 3 to 4.1.27 . ? Thanks a lot Shailesh Modi

RE: Parse error in application web.xml (addChild: Child name 'jsp' is not unique)

2003-09-08 Thread Shailesh Modi
definition in the global web.xml and don't add it to their own webapp's web.xml. Yoav Shapira Millennium ChemInformatics -Original Message- From: Shailesh Modi [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 5:42 AM To: [EMAIL PROTECTED] Apache. Org (E-mail) Subject: Parse

RE: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-07 Thread Shailesh Modi
it to classes12.jar and put it in WEB-INF\lib it will be picked up. James Shailesh Modi wrote: Hi, I have kept classes12.jar in every possible places in tomcat 4 directory(C:\jakarta-tomcat-4.1.27\common\lib or C:\jakarta-tomcat-4.1.27\server\lib), but no help. Also keeping properties files into my web

deployment problems in tomcat 4.1.27

2003-09-04 Thread Shailesh Modi
i have to place these files into WEB-INF/lib folder so that they can be accessible by my servlet at application startup Or is there any way where these files can be picked up from properties folder itself.? Any pointers would greatly appreciated. Thanks a lot Shailesh Modi

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Shailesh Modi
9136267 Shailesh Modi [EMAIL PROTECTED] 09/04/2003 10:12 Please respond to Tomcat Users List To: [EMAIL PROTECTED] cc: Subject:deployment problems in tomcat 4.1.27 Hi, I am trying to deploy my web application in tomcat 4.1.27, earlier tomcat 3

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Shailesh Modi
. ___ Living things are systems that tend to respond to changes in their environment, and inside themselves, in such a way as to promote their own continuation. Janis Olekss Exigen Latvia System Analyst (Office) +371 7072900 (Cell) +371 9136267 Shailesh Modi [EMAIL PROTECTED] 09/04/2003 12:20 Please

Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-04 Thread Shailesh Modi
) +371 7072900 (Cell) +371 9136267 Shailesh Modi [EMAIL PROTECTED] 09/04/2003 12:20 Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: deployment problems in tomcat 4.1.27 Thanks Janis, it was great help. I am having

exception in deploying webapp in tomcat4.1

2003-09-03 Thread Shailesh Modi
Files\Apache Group\Tomcat 4 .1\conf\jk2.properties My web application uses struts 1.0,velocity 1.3. The same web application works fine in tomcat3 , but not in tomcat 4.1 . Any pointers where am i doing wrong? Thanks in advance. Shailesh Modi

RE: exception in deploying webapp in tomcat4.1

2003-09-03 Thread Shailesh Modi
help you migrate it. In addition, I recommend you use the latest stable tomcat 4.1, which is 4.1.27, not 4.1.10 which you're using now. Yoav Shapira Millennium ChemInformatics -Original Message- From: Shailesh Modi [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:38 AM