Fwd: Specify location of server.xml as a start up argument

2007-03-05 Thread Anto Paul
Hi dev team, Any comments on this ?. It will be nice to run a different application by flipping server.xml. -- Forwarded message -- From: Anto Paul <[EMAIL PROTECTED]> Date: Feb 13, 2007 1:04 PM Subject: Specify location of server.xml as a start up argument To:

Specify location of server.xml as a start up argument

2007-02-12 Thread Anto Paul
possible ?. I know about using different catalina.base and I am looking for a simpler config. Regards, Anto Paul

How to specify security policy file for a web application

2006-07-26 Thread Anto Paul
Hi, I need to specify java policy file for a web application. I am looking for a way so that each web application will have its own policy file. It will be nice if policy file can be put in the web application directory itself. Regards, Anto Paul

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
ged(Native Method) > at java.net.URLClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
teAdapter.java:160) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) > at org.apache.tomcat.util.net.TcpWork

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
also check the access permissions of the class and tomcat > directory if ur on a X'nix machine > > > > - > Jiyo cricket on Yahoo! India cricket > -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
a, > > Your servlet must be in a package to work with Java > 1.4 > and greater. > Hi Bob, I dont think the servlet need to be in a packge to call it from a URL. It must be in a package if it is imported in another class. Deepa Everything seems to be fine with given web.xml. Did you extended the HttpServlet class and implemented the service method() ?. Check error log for any errors. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How and where to specify the log format in Tomcat

2006-01-23 Thread Anto Paul
.xml. Look for the AccessLogValve element. The pattern attribute specifies the log format. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-20 Thread Anto Paul
les there may be more errors in it. First stop Tomcat delete log files start Tomcat and test and post the log files. Check Tomcat console also if you have one. There are other log files mainly stdout, stderr other than localhost*. and post the relevant error messages. > Thanks & Regards, >

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread Anto Paul
g.apache.catalina.startup.Catalina.execute(Catalina.java:350) > > at org.apache.catalina.startup.Catalina.process(Catalina.java:129) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread Anto Paul
executed successfully before.but now the same Tomcat is showing error > with every page. > what could be the reason behind this? > If other JSP pages work Tomcat is configured properly. As a next step check log files in the logs directory of Tomcat. See the files like localhost*. T

Re: how to download admin webapp

2006-01-19 Thread Anto Paul
Go to tomcat.apache.org and click on the download link. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread Anto Paul
can download driver for any higher version of Oracle database and it will work for 8.0 also. Put the file in WEB-INF\lib and restart Tomcat. >i feel the above error might be coming bcoz of the same reason. > now you say, what should i do and what the matter is all about? > >

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-18 Thread Anto Paul
} rs.close(); stmt.close(); conn.close(); %> > i'm sending you my JSP page. kindly tell me what code should be > written/added to execute it successfully. > i'd created the table named as user1 in oracle 8.0 and inserted some values > in it. > the name of the databas

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-18 Thread Anto Paul
ROTECTED]:1521:orcl. Don't for to restart Tomcat after putting the JAR file in WEB-INF\lib. The Oracle installation provides some sample Java code. Look in jdbc folder for it. -- rgds Anto Paul - To unsubscribe, e

Re: tomcat log analyser

2006-01-18 Thread Anto Paul
ipt. Or are you asking for an access log analyzer written in Java ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wrong System encoding

2006-01-18 Thread Anto Paul
t;)? > Any suggestion is helpful! I dont know the solution but just to know did you tried running a java application at the command prompt to test the value of System.getProperty("file.encoding") ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-17 Thread Anto Paul
If you are learning JSP you can connect to a database using JDBC. It is same as using JDBC in any other java application. What you should take care is to put the JDBC driver library in the WEB-INF\lib directory of the application so that Tomca

What is "AAA" in "Realms and AAA" means ?

2005-12-21 Thread Anto Paul
Hi all, At Tomcat 5.5 docs home page the 6th documentation title is "6) Realms and AAA". In it what does "AAA" means ? Just out of curiousity. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTE

Tom TC committers - a small error on Tomcat docs pages

2005-12-21 Thread Anto Paul
Hi all, The docs page top logo points to jakarta.apache.org also the writing on the logo is of jakarta.apache.org. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tomcat 5.0.27 >> java.net.SocketException: Software caused connection abort: recv failed

2005-11-29 Thread Anto Paul
dCommand(MysqlIO.java:1109) > >>at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1203) > >>at com.mysql.jdbc.Connection.execSQL(Connection.java:2090) > >>at > >>com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1496) > > > ---

Re: Web-application and Tomcat icon

2005-11-28 Thread Anto Paul
any icon at all. The icon displayed on the browser is favicon.ico that is in ROOT. You can replace it with your own icon. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: test

2005-11-09 Thread Anto Paul
This mail to [EMAIL PROTECTED] escaped my Gmail filter for tomcat mail lists. At present I have filters for users@tomcat.apache.org and [EMAIL PROTECTED] When does [EMAIL PROTECTED] came into existence ? -- rgds Anto Paul - To

test

2005-11-09 Thread Anto Paul
testing this email id -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sorry-HowToUnSubscribe

2005-10-18 Thread Anto Paul
IL PROTECTED]> > > Subject: Unsubscribe > > To: [EMAIL PROTECTED] > > MIME-Version: 1.0 > > Content-Type: text/plain; charset=iso-8859-1 > > Content-Transfer-Encoding: 8bit > > X-Virus-Checked: Checked by ClamAV on apache.org > > > > Unsubscribe > > > > > > > __ > Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]