Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
*web.xml:* ABC com.abc.servlet.MyServlet abc.dir path/config abc.props xyz.props abc.log xyz.log 1 ABC /XYZ/login DataBase jdbc/my jdbc javax.sql.DataSource Container com/xyz/abc/servlet/login.html

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
I also included that jar file in the lib, but still I am getting same error. 2009/5/28 Martin Gainty > > ... i was following TC SSI 5.5 doc.. > > the TC6 SSIServlet classes are now in $CATALINA_HOME/lib/catalina.jar > > Martin Gainty > __ > Verzicht un

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
I also included that jar file in the lib, but still I am getting same error. 2009/5/28 Martin Gainty > > ... i was following TC SSI 5.5 doc.. > > the TC6 SSIServlet classes are now in $CATALINA_HOME/lib/catalina.jar > > Martin Gainty > __ > Verzicht

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your all responses. The main thing is when i click login button ie., *onclick* function in html, the controller class is going to get path informtaion ie..*getPathInfo*() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m cli

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your all responses. The main thing is when i click login button iee., onclick function in html, the controller class is going to get path informtaion ie..getPathInfo() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m click

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
* Thanks for your all responses. The main thing is when i click login button iee., onclick function in html, the controller class is going to get path informtaion ie..*getPathInfo() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m c

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Actually in the tomcat 6.0, i did not even find this servlets-ssi.renametojar file and also in the documentation of tomcat 6 , they did not even mention about the jar file. whether I also need to change all the *.html to .shtml files..* ** 2009/5/28 Martin Gainty > > enable the see servle

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Actually in the tomcat 6.0, i did not even find this servlets-ssi.renametojar file and also in the documentation of tomcat 6 , they did not even mention about the jar file. whether I also need to change all the *.html to .shtml files.* 2009/5/28 Martin Gainty > > enable the see servlet-mappi

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your response ..I m doing it through the servlet. *WEB.XML:* ABC com.abc.servlet.MyServlet abc.dir path/config abc.props xyz.props abc.log xyz.log 1 ABC */XYZ/login * DataBase jdbc/my jdbc javax.sql.DataSour

HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Hi All this is my login in which Server Side Include is placed and it is the initial page of my web application.

Re: Problem Reading Property files

2009-05-26 Thread john S
Thanks for your response, Actually we dont have the source code for that because it is very old code, but i m using decompiler in which i can get some informtaion. OS used for *iPlanet* is *Unix* but now I need to deploy this application in *tomcat* in *windows server 2003*. * SERVLET CLASS*: Cl

Re: Problem Reading Property files

2009-05-26 Thread john S
Thanks for your response, Actually we dont have the source code for that because it is very old code, but i m using decompiler in which i can get some informtaion. OS used for *iPlanet* is *Unix* but now I need to deploy this application in *tomcat* in *windows server 2003*. Servlet clss: *SERVLE

Re: Problem Reading Property files

2009-05-26 Thread john S
to find the abc.props or abc.log files .FILENOTFOUNDEXCEPTION. Just want to know where should i specify them. On Tue, May 26, 2009 at 2:34 PM, Juha Laiho wrote: > john S wrote: > > Actually, I am not sure where to place and configure the property > > files (*SERVLET A

Re: Problem Reading Property files

2009-05-26 Thread john S
I am really not sure where to configure the Servlet Arguments in tomcat. Can any one help me please... On Tue, May 26, 2009 at 1:26 PM, Juha Laiho wrote: > john S wrote: > > I am planning to migrate my web application from iplanet 4.1 to > > tomcat 6. In this pr

Re: Problem Reading Property files

2009-05-26 Thread john S
the web.xml or somewhere else.,so that its going to read them.?* ** On Tue, May 26, 2009 at 1:26 PM, Juha Laiho wrote: > john S wrote: > > I am planning to migrate my web application from iplanet 4.1 to > > tomcat 6. In this process I need to read the properti

Problem Reading Property files

2009-05-26 Thread john S
Hi All I am planning to migrate my web application from iplanet 4.1 to tomcat 6. In this process I need to read the properties files initially. for eg: i got the property files in a *iPlanet*: *Config directory*--- *abc.pro

Re: Problem with Establishing Database Configuration

2009-05-24 Thread john S
Anyway thanks for ur help ..I got it. .. On Sun, May 24, 2009 at 11:17 AM, David Smith wrote: > Can you post the error copy/pasted from your logs? It wasn't included in > you original message. > > -- David > > > On May 24, 2009, at 9:59 AM, john S wrote: >

Re: Problem with Establishing Database Configuration

2009-05-24 Thread john S
rapped in a > element. > > Just to be clear ... is you're path to context.xml > tomcat/webapps/john/META-INF/context.xml? > > Also to be clear, is ojdbc14.jar in tomcat/lib (as opposed to > tomcat/webapps/john/WEB-INF)? > > -- David > > > > On May 23, 2

Problem with Establishing Database Configuration

2009-05-23 Thread john S
Hi All I am new to this forum. I tried to establish the database connection but i am getting the error. I just giving my environment details tomcat-- webapp ---johnmy web applicaiton --- WEBINF MET