RE: JSP vs C#/.NET

2003-09-02 Thread Sudhir Movva
Please do not make this a politics discussion list. Decisions to use a technology is made based on many factors (which technology suits the requirements and preference of an enterprise as a whole, availability of resources in that technology, support provided, confidence of the customers... many

RE: urgent

2003-08-14 Thread Sudhir Movva
i had placed the class file under webapps/call/web-unf/classes/callreg This must be webapps/call/WEB-INF/classes Post the package structure you are currently using. Also post the error message from the logs. And file where this error is thrown. -Sudhir. -Original Message- From: shaman

RE: Hello Sir, Madam,Miss

2003-07-31 Thread Sudhir Movva
Post your web.xml and server.xml files. -Original Message- From: Felix gt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:57 PM To: [EMAIL PROTECTED] Subject: Hello Sir, Madam,Miss Hello Sir, Madam, Miss Sorry because Disturb your time to reading my Email i have the Question

RE: digest/form authentication

2003-07-24 Thread Sudhir Movva
If everyone using those, responds we would have a plethora of mails :). Please post your question. -Original Message- From: Hirsch, Barbara [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:25 PM To: 'Tomcat Users List' Subject: digest/form authentication Is anyone using digest

RE: configuring an ODBC database with JNDI

2003-07-24 Thread Sudhir Movva
First of all you need a jdbc driver to connect to your database (inicio) using Java. If there is one... Check this out http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html -Original Message- From: dein_metzger [mailto:[EMAIL PROTECTED] Sent: Thursday, July

RE: configuring an ODBC database with JNDI

2003-07-24 Thread Sudhir Movva
database with JNDI hi. I was thinking that tomcat comes with a native jdbc driver... where I can get one for winxp? how can I get certified if there is one compatible driver? thanks in advance, inaciow -Original Message- From: Sudhir Movva [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 24

RE: How do we get an erro.jsp when an exception occured in the test.j sp

2003-07-21 Thread Sudhir Movva
Try using % response.sendRedirect(yourerrorpage.jsp); % in catch block -Sudhir. -Original Message- From: Srinivasu Gandu [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:27 PM To: 'Tomcat Users List' Subject: How do we get an erro.jsp when an exception occured in the test.j sp

RE: Pl can anybody give me the solution

2003-07-17 Thread Sudhir Movva
What do you have in your Login.jsp? -Original Message- From: Amit Khedkar [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 8:42 AM To: [EMAIL PROTECTED] Cc: Amit Khedkar Subject: Pl can anybody give me the solution Hello Sir/Madam I am using Tomcat 4.1 I have created a web

RE: Session timeout

2003-07-16 Thread Sudhir Movva
The default setting for session timeout should be done in %CATALINA_HOME%/conf/web.xml Look for the tag session-config -Sudhir. -Original Message- From: Tarek M. Nabil [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:47 AM To: 'Tomcat Users List' (E-mail) Subject: Session

RE: Session timeout

2003-07-16 Thread Sudhir Movva
For application specific setting modify web.xml file of your application by adding session-config session-timeouttime in ms/session-timeout /session-config -Sudhir. -Original Message- From: Tarek M. Nabil [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:47 AM

RE: tomcat-3.3.2 dev 12. July 2003

2003-07-15 Thread Sudhir Movva
Check and see if you have commons-logging-api.jar under the %CATALINA_HOME%/common/lib directory. If you don't, you can download one at http://mirrors.ccs.neu.edu/Apache/dist/jakarta/commons/logging/binaries/ -Sudhir. -Original Message- From: Power-Netz (Schwarz) [mailto:[EMAIL

RE: Servlet Context Listener problem...

2003-07-15 Thread Sudhir Movva
If you are using ant, this target can validate your web.xml and see if the listener is in the right place according to the 2.3 specification. Run the target and check it out. target name=validate-web-xml description=validates the web.xml file xmlvalidate file=WEB-INF/web.xml warn=true

HttpServlet.init() Method called twice.

2003-07-11 Thread Sudhir Movva
Hi! I have a servlet which is loaded when tomcat is started. The servlet uses the resource, which is configured in the server.xml, to get a database connection. I have two weird problems here. 1. The init method in my servlet is called twice. First time it is able to get the connection and load