Help Tomcat 4.1.18 jsp reloading problem

2003-03-18 Thread anto paul
Hello, I am using tomcat 4.1.18 binary downloaded from jakarta site. The server is running on windows 200 server service pack 2 and I am working on windows 98 machine with the tomcat drive mapped as a local drive. The problem with is it is not reloading the jsp page when it is changed. But

how to print multi page report from jsp

2003-03-31 Thread anto paul
Hi, I have developed an intranet application using jsp/servlets. I need to print a multipage report which have common header and footer. Also I have to specify the page size and font. For single page printing I was using javascript function window.print(). But it is impossible to use in it in t

What s the minimum system resources needed for tomcat

2003-04-03 Thread anto paul
Hi, I want to know the minimum configuration to run Tomcat 4.1.18 on a win2k server.We are using this server as a development server. And there are only three developers accessing the server. The same machine is also used as the print server. The machine is a P4 with 512 MB RAM. -

How to stop execution of infinite loop in Tomcat ?

2003-06-18 Thread anto paul
no physical access. Regards Anto paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fw: getting a reply like this.

2003-06-18 Thread anto paul
When I post to this mailing list I am getting the following reply. Why I am getting this. Any one else get this ? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 1:55 PM Subject: RE: How to stop execution of infinite loop in Tomcat ? >

Re: getting a reply like this.

2003-06-18 Thread anto paul
from individual recipients > of the list, and not the list itself. Most subscribers will have received > the message gracefully and not questioned your legitimacy to exist :-) > > All the best, > > Andy > > > -Original Message- > > From: anto paul [mailto:[EMAIL

Re: Preload JSP when it's startup

2003-11-28 Thread Anto Paul
I use the following Ant build file to precompile all jsps to work dir. I prepared this based on another post in this list. All the jsps are converted to java and then to class files.

Re: [OT] Handling JDBC transactions

2004-09-23 Thread Anto Paul
Simulating real world is a QA fellows job. I write code, foresee any bugs that it may have, write tests for it, run tests using Ant, deploy to Tomcat(copy files) and test. Only JSP pages one need to test using a container with every change for- for the visual layout. rgds Anto Paul On Thu, 23

Re: [OT] Handling JDBC transactions

2004-09-23 Thread Anto Paul
I don't have any knowledge of Cactus/MockObjects. I had never thought about such a testing strategy. Thanks for the info. Anto Paul On Thu, 23 Sep 2004 09:34:34 -0400, Shapira, Yoav <[EMAIL PROTECTED]> wrote: > > Hi, > > >Do you run unit test using Cactus for all c

[OT]Geronimo and Tomcat

2004-09-28 Thread Anto Paul
Hi all, I was reading a tutoral on using Geronimo. It seems that Geronimo is using Jetty. Why it don't use Tomcat. Or is Tomcat is available as optional plug in ?. rgds Anto Paul -- To strive,to seek,to find and not to

Servlet mapping problem

2004-09-29 Thread Anto Paul
/sites/one.com . A request to two.com should go to /sites/two.com . How to make it. Thanks in advance Anto Paul -- To strive,to seek,to find and not to yield - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Servlet mapping problem

2004-09-29 Thread Anto Paul
Hi there, I posted this to Tomcat User List. I didnt posted this to Struts. Although the application is using Struts it is not specific to Struts. rgds Anto Paul On Wed, 29 Sep 2004 00:59:53 -0700, Michael McGrady <[EMAIL PROTECTED]> wrote: > > > Anto Paul wrote: > &g

Re: AW: Servlet mapping problem

2004-09-29 Thread Anto Paul
I cant grasp what you said. I am using Tomcat 4.1.x. I searched in Google for world welcome-file and could'nt find anything on it. Are you talking about welcome-file-list ?. rgds Anto Paul On Wed, 29 Sep 2004 11:43:33 +0200, Steffen Heil <[EMAIL PROTECTED]> wrote: > Hi > >

Re: Servlet mapping problem

2004-09-29 Thread Anto Paul
. This filter is the only filter that exists in the application. Even if another filter is added it can be put as he last filter in web.xml. Please comment on this. rgds Anto Paul On Wed, 29 Sep 2004 09:04:32 -0400, Shapira, Yoav <[EMAIL PROTECTED]> wrote: > > Hi, > > >How

mod_jk configuration question

2004-10-01 Thread Anto Paul
I tested this all JSP requests are going to the localhost. rgds Anto Paul -- To strive,to seek,to find and not to yield - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Query on catalina.bat of Tomcat 5.0.28

2005-04-01 Thread Anto Paul
On Apr 1, 2005 2:11 PM, Lakshmi Narayanan K. <[EMAIL PROTECTED]> wrote: > Hi All, > > In the file catalina.bat, the following lines of code are present: > echo Using CATALINA_BASE: %CATALINA_BASE% > echo Using CATALINA_HOME: %CATALINA_HOME% > echo Using CATALINA_TMPDIR: %CATALINA_T

Re: Tomcat aborts

2005-04-01 Thread Anto Paul
> > Cheers Dirk > > You tried any other versions/vendor of JRE ?. This is problem with JRE. -- Anto Paul Benchmark Softech www.benchmarksoft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat 5.5/win & loading external image files

2005-04-01 Thread Anto Paul
want to load external images write a Servlet to which the path or name of the image file is passed as an argument and the Servlet reads the file using ServletContext.getResourceAsStream() and write it to the OutputStream returned by the response.getOutputStream(). Dont forget to set the app

Re: Debugging tomcat startup

2005-04-01 Thread Anto Paul
classloader docs. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/class-loader-howto.html What is the motive to place jars in server/lib. These jars are not visible to applications. -- Anto Paul Benchmark Softech www.benchmarksoft.com -

Re: Configuring Manager for different Virtual Hosts

2005-04-01 Thread Anto Paul
I have a single line to do it in the VirtualHost JkMount /manager/* a9 First configure manager application as specified in the Manager how to. There are some config steps in Tomcat if you have different CATALINA_BASE for each web application. -- Anto Paul Benchmark Softech www.benchmarksoft.com

Re: Installation problem

2005-04-02 Thread Anto Paul
> > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Do you have administrative priviliges in that system ? -- Anto Paul www.benchmarksoft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: build problem

2005-04-02 Thread Anto Paul
ities.com/antonypaul24/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ----- > To unsubscribe, e-mail

Re: Tomcat aborts

2005-04-04 Thread Anto Paul
ou have a link that supports your hint regarding to JRE problems? > > > -Ursprüngliche Nachricht- > > Von: Anto Paul [mailto:[EMAIL PROTECTED] > > Gesendet am: Freitag, 1. April 2005 14:37 > > An: Tomcat Users List > > Betreff: Re: Tomcat aborts > > > >

Re: tomcat ssl configuration

2005-04-04 Thread Anto Paul
rking. Is there anybody who can help me with this issue? > > Thanx, > > Mustafa. > > You will get some error messages if it is not working. Post the error messages. Then somebody can help. The log files are located in CATALINA_HOME/logs direc

Re: build problem

2005-04-05 Thread Anto Paul
t; So, where do I get this package if the checkout system can't get it? > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands

Re: error-page in web.xml and cache-control

2005-04-06 Thread Anto Paul
> - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > What is the exact message you get when clicking back button in browser ?. What browser you use ?. I think i

Re: error-page in web.xml and cache-control

2005-04-06 Thread Anto Paul
e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

Re: class path (UNCLASSIFIED)

2005-04-13 Thread Anto Paul
Communicate instantly..."Ping" your friends today! > Download Messenger Now > Classification: UNCLASSIFIED > Caveats: NONE > > - > Yahoo! Messenger - Communicate instantly..."Ping" your friends today! > Download Messenger Now > Classification: UNCLASSIFIED > Caveats: NONE > > Better you copy CATALINA_HOME\common\servlet.jar to C: and set CLASSPATH accordingly or pass CLASSPATH as an argument to javac. -- Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Anto Paul
taSource ds = (DataSource)envContext.lookup("jdbc/myoracle"); > conn = ds.getConnection(); > ... > > _____ > Descarga gratis la Barra de Herramientas de MSN > http://www.msn.es/usuario/busqueda/barra?XAPID=2031&

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Anto Paul
> >> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > >> > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > >> >http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; > >> > version="2.4"> > >> > > >> > Welcome to Tomcat > >> > > >> > Welcome to Tomcat > >> > > >> > > >> > > >> > jdbc/myoracle > >> > javax.sql.DataSource > >> > Container > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> >TEST.JSP > >> > > >> >... > >> >Context initContext = new InitialContext(); > >> >Context envContext = (Context)initContext.lookup("java:/comp/env"); > >> >DataSource ds = (DataSource)envContext.lookup("jdbc/myoracle"); > >> >conn = ds.getConnection(); > >> >... > >> > > >> >_ > >> >Descarga gratis la Barra de Herramientas de MSN > >> >http://www.msn.es/usuario/busqueda/barra?XAPID=2031&DI=1055&SU=http%3A//www.hotmail.com&HL=LINKTAG1OPENINGTEXT_MSNBH > >> > > >> > > >> > > >> >- > >> >To unsubscribe, e-mail: [EMAIL PROTECTED] > >> >For additional commands, e-mail: [EMAIL PROTECTED] > >> > > >> > > >> > > >> > >>_ > >>Un amor, una aventura, compañía para un viaje. Regístrate gratis en MSN > >>Amor > >>& Amistad. http://match.msn.es/match/mt.cfm?pg=channel&tcid=162349 > >> > >> > >>- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > > > >_ > >Acepta el reto MSN Premium: Protección para tus hijos en internet. > >Descárgalo y pruébalo 2 meses gratis. > >http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_proteccioninfantil > > > > > >- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > _ > Descubre la descarga digital con MSN Music. Más de medio millón de > canciones. http://music.msn.es/ > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > If it is not yet solved try removing from web.xml. Another option is not to use instead follow the instructions exactly given in the URL you have posted. BTW I couldnt find any configured in your server.xml. May be it is the reason. -- Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple tomcat instances

2005-04-15 Thread Anto Paul
s you can run more than one instances on same machine on same port but different IP addresses. You have to specify the IP address in the address attribute of element. -- Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to change a running Tomcat with root user to other user.

2005-04-16 Thread Anto Paul
> > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > You can consider using the Linux netfileter package to map port 80 to another port. Then you can run Tomcat at port 8080 and set up netfilter to redirect all request on port 80 to 8080. -- Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How get www.site.com homepage requests to forward to Tomcat without a redirect?

2005-04-25 Thread Anto Paul
--- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > - > To unsubs

Re: problem with compilation of jsp

2005-04-26 Thread Anto Paul
Main is not on the classpath. > Perhaps JAVA_HOME does not point to the JDK > can any one help & solve this this problem please? > > Try setting JAVA_HOME instead of java_home. I am not sure whether it is case sensitive in windows. It is not a good idea t

Re: Issue: HTTP 404---requested resource is not available

2005-04-26 Thread Anto Paul
x27;t know what's going on. Thanks. > > Best Regards > > Kevin Kang > > MSN: [EMAIL PROTECTED] > > need to be changed. It should be like TestServlet /Test Redirect /TestRedirect Forward /Forward You can see any errors on the console if you run it in windows using startup.bat or catalina.bat. If you are running it as service check logs\stderr and logs\stdout files for error messages. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Parse error in web.xml

2005-04-27 Thread Anto Paul
Go to: http://yahoo.shaadi.com/india-matrimony > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Take a look at CATALINA_HOME\conf\web.xml. If another on

Re: Parse error in web.xml

2005-04-27 Thread Anto Paul
On 4/27/05, nikhilesh goel <[EMAIL PROTECTED]> wrote: > Dear Anto, > > thanks for the tip but my Tomcat refuses to budge. I > am still getting the same error. > > Regards > Nikhilesh > > --- Anto Paul <[EMAIL PROTECTED]> wrote: > > On 4/27/05,

Re: Parse error in web.xml

2005-04-27 Thread Anto Paul
y harmless jsp > changes triggered a sudden collapse. > > Regards > > --- Anto Paul <[EMAIL PROTECTED]> wrote: > > On 4/27/05, nikhilesh goel > > <[EMAIL PROTECTED]> wrote: > > > Dear Anto, > > > > > > thanks for the tip but my

Re: Session lost when switching from https to http in Tomcat 5.

2005-04-28 Thread Anto Paul
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Please specify version of Tomcat and URLs which you used which caused problems. It is working fine f

Re: Question Title: Newbie Tomcat 4.0 install gives 500 "No Context configured" error @ HTTP localhost

2005-04-28 Thread Anto Paul
mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > The second error is with Tomcat manager application. If you dont need this you can remove this application by moving manager.xml from webapps directory. You made any modifications to conf\server.xml ?. Do you have a directory named ROOT in webapps folder. This will be installed by default. Tomcat uses some other ports other than 8080. One is shutdown port 8005 and the other is Apache connector listening on port no 8009. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: test mail

2005-04-29 Thread Anto Paul
ist should be able to see it. What mail client you are using. Earlier Gmail has this problem. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: configurating tomcat 5.5

2005-04-29 Thread Anto Paul
ed to a non jar extension and a message can be displayed to rename it to jar. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Encoding probleme

2005-04-29 Thread Anto Paul
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > I know that in normal web applications one has to set the character encoding using ServletRequest#seCharacterEn

Re: Catalina.out eats my harddisk space

2005-04-29 Thread Anto Paul
r it can be the application. Check for files named logging.properties, log4j.properties in Tomcat installation. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question Title: Newbie Tomcat 4.0 install gives 500 "No Context configured" error @ HTTP localhost

2005-05-01 Thread Anto Paul
/29/05, Anoop kumar V <[EMAIL PROTECTED]> wrote: > > > > > > > SO probably you opted for a custom install and checked out that > > u > > > did > > > > > NOT > > > > > > > want examples to be installed. If that is true

Re: RES: How to search tomcat user list

2005-05-01 Thread Anto Paul
CTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > You can try marc.theaimsgroup.com. I am using it as I felt that its search function is better than mail-archive.com. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Administration problem

2005-05-01 Thread Anto Paul
is setup. If somebody has changed it to use database or any other authentication realm you will have to add the manager username,password and role in that realm. You can check which configuration Tomcat is using by looking for the element in server.xml. Mine is This uses the UserDatabaseRealm which reads the file conf\tomcat-users.xml Hope this helps -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Digester / vector usage

2005-05-03 Thread Anto Paul
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > This e-mail and any attachment is for authorised use by the intended > recipient(s) only. It may contain

Re: Directory Creation in Servlet Question

2005-05-06 Thread Anto Paul
path before the directory is created. In Linux / means the root directory and since the path name begins with File.separator(/), the file is created with reference to /. For eg. if filePath is /anto. Then if Tomcat have write permission to root directory the directory will be created. -- rgds

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
want to use Apache in a Windows server ?. Benchmarks shows that Tomcat 5 is same or better than Apache in serving static content. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
ot > > > > I want2run HTML by Apache, .jsp by Tomcat and place my complete Web site > in > > ~/wwwroot > > How, this is possible? > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED]

Re: Directory Creation in Servlet Question

2005-05-09 Thread Anto Paul
; > the directory is created. In Linux / means the root directory > > and since the path name begins with File.separator(/), the > > file is created with reference to /. For eg. if filePath is > > /anto. Then if Tomcat have write permission to root directory > > the director

Re: Hiding port number when using mod_jk

2005-05-16 Thread Anto Paul
y > > way I can avoid this? > If you mean that Tomcat is still listening on port 8080, you must comment the connector element in server.xml which tells Tomcat to listen on port 8080. You should check your application source to see that no port no is hard co

Re: tomcat alias assistance

2005-05-17 Thread Anto Paul
ntext. ie. a web application. If it is inside webapps/ROOT, it is a directory inside that web application. > Could someone point me in the right direction? How/where do I configure an > alias? I have mysite.com in server.xml nested inside the element

Re: No such list! s

2005-05-17 Thread Anto Paul
al commands, e-mail: [EMAIL PROTECTED] > > Is anyone else getting these when they try to send mail to the list? > > Chris > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

Re: Tomcat on XP

2005-05-17 Thread Anto Paul
d in the console. Post the error messages then somebody can help you. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: java.lang.NoClassDefFoundError

2005-05-17 Thread Anto Paul
gt; FREE pop-up blocking with the new MSN Toolbar – get it now! > http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > You tried restarting Tomcat or the machine ? Which jar file is in the classpath when you compiled the servlet. The one in WEB-INF/lib ?. -- rgds Anto Paul

Re: error-page not working for error-code 503?

2005-05-19 Thread Anto Paul
hanks. > Raymond > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > is Tomcat is behind of Apache ?. Try renaming /maintenance.html to /maintenance.jsp. --

Re: Logging into rational database....

2005-05-27 Thread Anto Paul
g into a rational > database? Is there an existing tutorial? > > > > Thanks > > > > David > > > Log4J can do that. Tomcat will use Log4J if it is configured. Search in the archives to learn how to configure it. -- rgds Anto Paul ---

Re: my build "structure"..opinions wanted

2005-05-27 Thread Anto Paul
roduction environments. Here I use Eclipse and Ant. I disable the reloadable feature and uses the manager application to reload the application. If reloadable is enabled TC will reload the application every time I compile a Java file. -- rgds Anto Paul ---

Re: Problem in Tomcat startup

2005-05-31 Thread Anto Paul
icationCon > fig > SEVERE: Parse error in application web.xml > java.lang.IllegalArgumentException: addChild: Child name > 'bizDispatcher' is not > unique > at May be you declared bizDispatcher twice in t

Re: Log stderr and stdout into log file in tomcat 5

2005-06-01 Thread Anto Paul
9 in windows. How to configure > > logging.properties file? run it as a service in Windows. Other ways may be there. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ClassNotFoundException in thread

2005-06-02 Thread Anto Paul
ere in the jar and is in the right folder ?. Restarted Tomcat ?. Also try with a fresh copy of the jar. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: help for ClassNotFoundExcpetion

2005-06-02 Thread Anto Paul
found and which class is loading this and where it is located. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: when web.xml changes webapp does not reload if not in webapps ..

2005-06-02 Thread Anto Paul
is no link to do that. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging the HTTP headers

2005-06-03 Thread Anto Paul
%20Dumper%20Valve What about a Filter ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What is wrong with TC or something else?

2005-06-06 Thread Anto Paul
On 6/7/05, Vernon _ <[EMAIL PROTECTED]> wrote: > > I already have this project in the stable status for > some time. After updating a few of libraries, the TC It is not clear what libraries you updated. -- rgds Anto Paul -

Re: Disabling put and delete http methods...

2005-06-06 Thread Anto Paul
e web.xml. Disallowed Location * DELETE PUT * -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-06 Thread Anto Paul
I have noticed this kind of problem in Tomcat 4.1 + Apache 1.3 combination but couldn't find the reason. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do you set the session timeout in tomcat so that the session only timeouts when the browser is closed?

2005-06-07 Thread Anto Paul
use a frame for this. If you use the AJAX approach to develop web applications it will be easy. I hadnt seen GMail session expired. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why I got multiple/many instance of tomcat + jvm right after I've started tomcat? ( on Red Hat Linux E 3 )

2005-06-08 Thread Anto Paul
s > tomcat and jvm is concern. Any thing else did I miss? I am not sure whether it is because of the NPTL threading implementation in newer kernels. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: Servlet Concurrency Issues

2005-06-08 Thread Anto Paul
On 6/8/05, Dakota Jack <[EMAIL PROTECTED]> wrote: > Your best bet for understanding multithreading issues is to get a good > understanding of the JVM. > Can you recommend one ? -- rgds Anto Paul - To unsu

Re: Production ready JK release?

2005-06-09 Thread Anto Paul
inaries/linux/). You can check bugzilla to find related bugs to it and decide whether it is stable for your purpose. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Importing user-defined class in a JSP page

2005-06-09 Thread Anto Paul
$CATALINA_HOME/webapps/mywebapp/WEB-INF/classes folder. Then restart Tomcat. You can find a sample web application in the $CATALINA_HOME/webapps/examples folder. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat - Apache - Jk

2005-06-09 Thread Anto Paul
y only .jsp and .do requests, how is it that > the images don't show up in the access log ??? > > I dont know answer to your question but this may help you debug the problem. You can enable the AccessLogValve in Tomcat's server.xml

Re: Getting DBCP Exception

2005-06-13 Thread Anto Paul
va.sql.SQLException: Server > connection failure during transaction. Attempted reconnect 3 times. > Giving up > What database you are using ? Read this doc http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html#C

Re: tomcat unable to serve struts action

2005-06-14 Thread Anto Paul
17 +] "GET /errorpage.jsp > HTTP/1.1" 200 11317 > The log file shows it has HTTP status code 200 for request GET /index.do HTTP/1.1. That means the page is found and served but some errors occurred in the process

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2005-06-15 Thread Anto Paul
the full stack trace. Perhaps copying tools.jar(of 1.4) to CATALINA_HOME\common\lib may solve the problem. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Is Tomcat is an application server ?

2005-06-20 Thread Anto Paul
Hi all, Many might have asked this question but I need a more elaborate answer. Today I attended an interview and the interviewer insists that Tomcat versions above 4.x is an application server. Is that true ?. What are the points to support the argument ?. -- rgds Anto Paul

Re: Is Tomcat is an application server ?

2005-06-21 Thread Anto Paul
Sphere, BEA or one of the other commercial packages. > But it is not providing any services like transaction service, messaging service, remoting. Without these how it can be considered as an application server ?. -- rgds Anto Paul -

Re: Is Tomcat is an application server ?

2005-06-21 Thread Anto Paul
e mentioned features to any servlet engine by deploying JAR files of the required services(JNDI,JTA,persistence and even EJB). So any servlet engine becomes an application server. Am I right ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Load oracle.jdbc.driver.OracleDriver class

2005-06-24 Thread Anto Paul
ut the error doesn't change... Tomcat loads libraries with .jar extension only. Two suggestions I have for your problem. 1, Try using the 9i driver if possible. 2, Try to load using Thread.getContextClassLoader().loadClass() to test that the class is visible to your

Re: Load oracle.jdbc.driver.OracleDriver class

2005-06-24 Thread Anto Paul
On 6/24/05, Giacomino Raccuia <[EMAIL PROTECTED]> wrote: > With classes12.jar works fine, thanks lot!! But I can tell tomcat to use > .zip file like previous version? > > Bye > Mino > > On 24/06/2005 9:58, Anto Paul wrote: > > >On 6/24/05, Giacomi

Re: connection refused

2005-07-03 Thread Anto Paul
On 7/4/05, ganesan malairaja <[EMAIL PROTECTED]> wrote: > hi guys > > when i try to access tomcat using //localserver:8080 it says connection > refused .. > I presume it is http://localhost:8080 or hostname:8080. Check for any firewalls. Check log messages in console.

What is APR ?

2005-07-24 Thread Anto Paul
Hi all, Is APR for Tomcat is any native library or java ? Where to get it ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NamingException

2005-08-08 Thread Anto Paul
at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:156) > > > > > - > 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]

Re: JAVA_HOME beginner

2005-08-27 Thread Anto Paul
ver come this ..pls help > > > thx > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Anto Paul - To unsubscri

Re: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-28 Thread Anto Paul
On 8/29/05, Alan Chandler <[EMAIL PROTECTED]> wrote: > Where can I find specs for all the tags in server.xml I use these pages. it explains the elements used in the server.xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/index.html -- rgds

Re: Character encoding question

2005-08-29 Thread Anto Paul
res,FilterChain chain) { request.setCharacterEncoding("UTF-8"); chain.doFilter(req,res); } c, Set the following header in all JSP pages. <%@ page contentType="text/html; charset=UTF-8"%> Reference: http://www.mail-archive.com/tomcat-user@jakart

Re: Character encoding question

2005-08-29 Thread Anto Paul
i Bergen | University of Bergen Library > > e: [EMAIL PROTECTED] > t: +47 55 58 25 37 > > BORA: http://bora.uib.no/ > > > > - > 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]

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
is installed. > What is processing the request ? A servlet, Struts Action, JSP ?. Does it have any instance variable that stores the input data ?. -- rgds Anto Paul

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
ul if you post the relevant JSP/Java code fragments. -- rgds Anto Paul

Specify work folder for each application

2005-09-15 Thread Anto Paul
Hi all, Is it possible to specify work folder for the web application. What I need is to add generated source and class files of JSP's into Eclipse proect classpath. I am using Eclipse 3.1. I couldn't find a way to map an external folder into Eclipse classpath. -- rgds

Re: Specify work folder for each application

2005-09-15 Thread Anto Paul
ut in 3.1 I couldn't find this option. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with utf-8 encoding

2005-09-18 Thread Anto Paul
> > <%@ page language="java" contentType="text/html;charset=UTF-8" > pageEncoding="UTF-8" info="Tables Handler" import="tablesHandler.*" %> > > > > > <

Re: Problems with utf-8 encoding

2005-09-18 Thread Anto Paul
Does your browser supports hebrew ?. If you are just getting the data from database and displaying, it should work fine. What database and JDBC driver you are using ?. On 9/19/05, Yair Zohar <[EMAIL PROTECTED]> wrote: > Anto Paul wrote: > > >On 9/19/05, Yair Zohar <[EM

Re: stop tomcat's logging in application's log

2005-09-20 Thread Anto Paul
d with tomcat's log > along with my application's log. > > Is there any way I can see only my application's log in my log file ? > Where is the log4j.jar ?. Some documents are available. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html http://j

Re: stop tomcat's logging in application's log

2005-09-20 Thread Anto Paul
(from Spring framework). If you want it I can send it to you as WAR file for testing. NOTE: If you use any framework like Struts,Spring etc.. it will log into your applications log4j config. > > > -Original Message- > > From: Anto Paul [mailto:[EMAIL PROTECTED] > > Se

Re: 'touch'ing jsp files to force recompilation

2005-09-26 Thread Anto Paul
ey all disappeared. Any > ideas on why these files are being left open? > > I'm using jre version 1.5.0 and tomcat 5.5.9. > I am interested in a solution to this.I have this problem in win2k, JDK 1.4.2, Tomcat 5.5.9 and above. Sometimes I can't delete all the files from

Re: HTTP header lines

2005-09-27 Thread Anto Paul
ib\catalina.jar. Extract this to server\classes and modify values as needed. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >