Re: how do I unsubscribe from this mailing list?

2004-11-01 Thread Antony Paul
You will get a mail asking for confirmation whether you want to unsuscribe. Send an empty reply for it. rgds Antony Paul On Mon, 1 Nov 2004 09:31:04 -, Adrian Harrison <[EMAIL PROTECTED]> wrote: > can anyone please tell me how to? > > sent an email to this address but

[OT] Using Tomcat certificate for signing applet

2004-11-03 Thread Antony Paul
Hi all, Can I use the same SSL certificate used by tomcat to sign an Applet ? rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 4.1 not starting, how do I track error (database pooling)

2004-11-04 Thread Paul Taylor
Hi having written an application that ran fine on Tomcat 5 I am having to regress it to run on Tomcat 4.1 running on Windows. part of the deployment involves setting up database pooling. First of all I deployed my application war only and started Tomcat using catalina start this worked ok, but

Re: Tomcat 4.1 not starting, how do I track error (database pooling)

2004-11-04 Thread Paul Taylor
Thanks very much all working, the problem was I had removed docbase paramter not hinking it was needed because the code was hosted directly under webapps. BTW username is correct in TC4. My context is privileged just because I copied it from somehwere else without knowing what it meant, no good

Deploying a war in TC4

2004-11-05 Thread Paul Taylor
Hi I was originally deploying an application in Tomcat 4 using the exploded directory structure. Ive now created a war and tried to deploy that instead. First attempt it didnt do anything I then changed docbase from appname to appname.war in server.xml and on starting tomcat it tried to deploy i

Re: Deploying a war in TC4

2004-11-05 Thread Paul Taylor
Thanks I use a File() constructor because the same class is used in a standalone situation Ive checked my server.xml and it already seems to have unpacking set. should my docbase me appname or appname.war Shapira, Yoav wrote: Hi, How can I get round this ? Two ways: either configur

authentication in virtual host redirecting to wrong index.jsp

2004-11-05 Thread Paul Summers
I've just setup a new website as a subdomain of my primary website. My server setup contains Apache fronting Tomcat 4.x on a Unix server. I'm directing all traffic that goes to the Apache webserver to the Tomcat server and setting up my subdomains in the server.xml file. This all works fine except

Re: Tell me the steps to configure Tomcat

2004-11-06 Thread Antony Paul
What you did ? What OS you are using ?. What you downloaded ? Version ? File type zip or exe ?. rgds Antony Paul On Sat, 6 Nov 2004 18:38:45 +0530, inr <[EMAIL PROTECTED]> wrote: > Hai all, > I am new to Tomcat and i am struggling in configuring it . can > anyone help

Preventing users getting accessing to directory contents in Tomcat

2004-11-09 Thread Paul Taylor
Under tomcat 4 my jsps are held in a subdiir called jsp which contains further subdirectories What do I put into web.xml to stop requests such as http//localhost:8080/myapp/jsp or http//localhost:8080/myapp/jsp/info listing the contents of the directory. -

Re: Preventing users getting accessing to directory contents in Tomcat

2004-11-10 Thread Paul Taylor
Shapira http://www.yoavshapira.com -Original Message- From: Paul Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 7:00 AM To: Tomcat Users List Subject: Preventing users getting accessing to directory contents in Tomcat Under tomcat 4 my jsps are held in a subdiir

Re: Preventing users getting accessing to directory contents in Tomcat

2004-11-10 Thread Paul Taylor
s for JSP's. Move them to your WEB-INF directory. Then use a servlet to validate the incoming parameters and then forward to the JSP. -Tim Paul Taylor wrote: Thanks works a treat Is there a similar way to prevent the user typing in the url of a partciuar jsp or image and stop them being tak

How do default to get website to go straight to my webapp ?

2004-11-10 Thread Paul Taylor
How do you default to get website to go straight to my webapp ? I have a web application called testapp and in web.xml I have jsp/overview.jsp Going to http://localhost:8080/testapp takes the user to http://localhost:8080/testapp/jsp/overview.jsp which is fine. BUT how can I get the use

Re: How do default to get website to go straight to my webapp ?

2004-11-10 Thread Paul Taylor
Thanks for the quick prompt reply. Is this normal to do, it feels like I am messing up the standard config and would the end result be that the url would display as localhost/overview.jsp rather than localhost/testapp/overview.jsp Would it be better to replace ROOT app with a mini app. For examp

Re: How do default to get website to go straight to my webapp ?

2004-11-10 Thread Paul Taylor
Ok, ive done the section so that I can add an extra application at a later stage if I need to. You say in your post index.xml do you mean index.jsp or web.xml I've created a new index.jsp which provides the user with a hyperlink to testapp but I dont know if I can make the new page automatically

Re: How do default to get website to go straight to my webapp ?

2004-11-10 Thread Paul Taylor
Ok FYI, done it added to index.jsp Paul Taylor wrote: I've created a new index.jsp which provides the user with a hyperlink to testapp but I dont know if I can make the new page automatically go to testapp either through further mod of index.jsp or whether the web.xml can referen

Re: Preventing users getting accessing to directory contents in Tomcat

2004-11-10 Thread Paul Taylor
re asked for via GET requests. Code you JSP to look for the request method. If the method is NOT POST, then redirect them to some error page. (Or the start page) For example, in JSTL (but not verified) -Tim Paul Taylor wrote: Point taken regarding images. But is this the only way to protec

Use of Referer header

2004-11-10 Thread Paul Taylor
I have a WebPage which can be called from two different webpages, and I wanted it to have a back button. Originally I had the calling pages passing a parameter to tell the called page what called it. Then someone pointed out <%=request.getHeader("REFERER")%> to m. This works much better. But I

Re: Use of Referer header

2004-11-11 Thread Paul Taylor
Ok, I misunderstood what it did. It seems to work ok on both IE and Firefox always returning a value when navigating from a page but being null when accessing the page directly because there is no referer. So Ive just coded my page like to only show a back link when actually come from another p

Re: Deploying a war in TC4

2004-11-12 Thread Paul Taylor
make a difference. Paul Taylor wrote: Thanks I use a File() constructor because the same class is used in a standalone situation Ive checked my server.xml and it already seems to have unpacking set. should my docbase me appname or appname.war Shapira, Yoav wrote: Hi, How can I get round

5.0.28 Service Shutdown problem on Windows

2004-11-16 Thread Paul Christmann
h the error message to [EMAIL PROTECTED], which seems too generic for that type of error message). -- PC Paul Christmann Prior Artisans, LLC mailto:[EMAIL PROTECTED] 504-587-9072 - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: 5.0.28 Service Shutdown problem on Windows

2004-11-16 Thread Paul Christmann
ws service for Tomcat 5.0.28. The issue was first reported in an early 5.0 version, fixed for 5.0.16 or 5.0.19, and now apparently has re-appeared. Yoav Shapira http://www.yoavshapira.com -Original Message----- From: Paul Christmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004

Logging and Deployment best practices

2004-11-23 Thread Paul Christmann
If so - how can I configure the home directory of Tomcat when I install the Service? Or should I hardwire some other location for the logs? + Or use the logging functionality of Tomcat via elements? If so - how do I manage deploying the same webapp to different context paths? + Some other alternativ

Re: Logging and Deployment best practices

2004-11-23 Thread Paul Christmann
an answer, when I guess I needed to read the log4j documentation. I want to stay away from programmatic configuration of log4j, and just use property files. Using an environment variable gives me the flexibility I need. Thanks for your answers! -- PC Paul Christmann Prior Artisans, LLC mai

Re: Logging and Deployment best practices

2004-11-23 Thread Paul Christmann
Shapira, Yoav writes: Loggers are gone in Tomcat 5.5. One gentle suggestion: Is it possible make a note of that in the server configuration documentation? I was reading http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/logger.html and was just getting interested in them before reading a po

Re: Logging and Deployment best practices

2004-11-23 Thread Paul Christmann
Phillip Qin writes: Hi, I don't think the log will go to system32 directory. Try something like this log4j.appender.file.File=${catalina.home}/logs/lciponline_debug.txt It will when I just do this, though: log4j.appender.file.File=lciponline_debug.txt Using the environment variable was the

Re: Problems with deployment process using Eclipse + Ant + Tomcat

2004-12-01 Thread Paul Christmann
off just doing this as dependencies instead: I hope that helps, -- PC Paul Christmann Prior Artisans, LLC mailto:[EMAIL PROTECTED] 504-587-9072 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New Babie query - pls pls help me

2004-12-13 Thread Antony Paul
You need to create a mapping in web.xml to invoke the servlet. Look at the elements and elements in the example/WEB-INF/web.xml. Create a similar one and restart Tomcat. rgds Antony Paul On Mon, 13 Dec 2004 21:09:07 +0800, Manisha Sathe <[EMAIL PROTECTED]> wrote: > Hi, > &g

Re: problem with installing tomcat in linux

2005-04-11 Thread Paul Puschmann
ermission mode. > and also tried these commands >#dos2unix startup.sh ... > Still i am not getting. > can't you get a packaged version from your linux distribution? (SuSE, Debian, ...) Kind regards, Paul -BEGIN PGP SIGNATU

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&

Can't stop AJP Connector received URL's resolving relative to ROOT context

2005-04-15 Thread Paul Worrall
9 etc., for all connectors and that appears to work correctly. tia Paul Worrall Portal Technology and Innovation BECTA ** This email and any files transmitted with it are confidential and intended solely for th

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]

JMX on Tomcat 5.5.9, JDK1.4 broken even with compatibility package?

2005-04-17 Thread Paul ANDERSON
with JDK1.4? Or is it expected that MX4J version 2 will still be used in the case of JDK1.4? (Seems not, because of the compatibility package) Or have I done something wrong? Thanks for any help everyone, Paul

All threads (250) are currently busy

2005-04-19 Thread Paul Grimwood
Tomcat hangs intermittently (1 to 10 days) with the following message in catalina.out 20/04/2005 13:48:09 org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (250) are currently busy, waiting. Increase maxThreads (250) or check the servlet status We are running tomcat 5.5.7 o

Re: AW: All threads (250) are currently busy

2005-04-20 Thread Paul Grimwood
pache connector is still specified even though we are not going through an Apache web server. Does this look correct? Paul "Zsolt Koppany" <[EMAIL PROTECTED]> 20/04/2005 21:08 Please respond to "Tomcat Users List" To: "'Tomcat U

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: AW: All threads (250) are currently busy

2005-04-26 Thread Paul Grimwood
This post has gone quiet, yet this is still a major problem for us in out live environment. Does anyone know the reason/solution (please see original post)? If so, please be more expansive than saying 'if you set it up right, it will work'. cheers Paul "Patty O'Reill

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]

SSL with client certificates + use in application

2005-05-02 Thread Paul Puschmann
should be used. Perhaps someone here uses something like this and give me some hints. The Apache2 with mod_jk is optional, we could also use the Tomcat 5.5 directly with ssl if this is the only way. Kind regards, Paul - -- Linux-User #271918 with the Linux Counter, http://counter.li.org/

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
Original Message - > From: "Anto Paul" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Friday, May 06, 2005 5:41 PM > Subject: Re: Question: Please tell me to connect Tomcat/Apache > > On 5/6/05, anshul <[EMAIL PROTECTED]> wrote: > >

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: Tomcat and SuSE 9.3...

2005-05-12 Thread Paul Puschmann
get these errors. > > I have tried both 1.4 and 1.5 SDKs and still these errors persist. > > I can't believe that I am the unfortunate person to discover this > problem... ...I can't be that unlucky. :( > > Q File a bug at suse. Find out if all files (e.g. the .pi

SSL on multiple IP addreses?

2005-05-12 Thread Paul Singleton
there a neater way? Paul Singleton Jambusters Ltd -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.8 - Release Date: 10/May/2005 - To unsubscribe, e-mail: [EMAIL PROT

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 ---

replying to msgs in digest

2005-05-27 Thread Paul Singleton
If I subscribe only to tomcat-user Digest, how can I send a follow-up to a particular msg? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 25/May/2005

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]

client authentication with client certificates (ssl)

2005-06-01 Thread Paul Puschmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, we'd like to use our Tomcat with ssl and client certificates. Does anybody know if the user information (of the user-certificate) can be used to authenticate? Tomcat is 5.5.7 Paul - -- Linux-User #271918 with the Linux Counter,

Re: client authentication with client certificates (ssl)

2005-06-02 Thread Paul Puschmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Thomas wrote: > Paul Puschmann wrote: > >> we'd like to use our Tomcat with ssl and client certificates. >> >> Does anybody know if the user information (of the user-certificate) can >> be used to authenticate

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]

sslProtocol default value in 5.5.9 - broken?

2005-06-05 Thread Paul Singleton
"TLS" then it works fine, but if I leave it out, requests just hang and eventually time out (Firefox says "The request to xxx.yyy has terminated unexpectedly. Some data may have been transferred") Am I missing something, is this a documentation bug or a Tomcat bug? Paul S

5.5.9's choice of certificate from keystore

2005-06-05 Thread Paul Singleton
implement multi-IP-address-based virtual root-certified HTTPS hosts)? (Empirically, it seems to pick an arbitrary root certificate if it can find one, else an arbitrary self-signed one...) Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus

binding 5.5.9 HTTP connector to specific IP address

2005-06-05 Thread Paul Singleton
refused". What could be going wrong? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.6.2 - Release Date: 4/Jun/2005 - To unsubscribe, e-mail: [

multiple virtual HTTPS hosts (5.5.9)

2005-06-05 Thread Paul Singleton
. Currently I am having problems with IP address bindings and multiple certificates in one keystore (sould perhaps get around this with multiple keystores). Has anyone got this to work? If so, how (please!!!) NB TC runs under Fedora Core 3 and Sun's JDK 1.5.0_02 Paul Singleton

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

default IP address connector binding?

2005-06-08 Thread Paul Singleton
My Linux server's eth0 supports ten IP addresses. What happens (in 5.5.9) if my HTTP Connector doesn't specify an address = 216.119.217.240 attribute? Does it use the first one? all of them? (it's working but I need to know exactly what it's doing) Paul Singleton

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: email from tomcat

2005-06-14 Thread Paul Singleton
Jenny Yang wrote: Can anyone tell me how to use email from tomcat? Tomcat doesn't do email, but it does Java and Java does email. Search the Web for "JavaMail tutorial" Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 /

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]

Tomcat 3.2.3 / JDK 1.4.2_04-b05

2005-06-16 Thread Samit Paul
Hi, Can somebody help me find out how my tomcat is dying. As far as I know it's not triggered by any url access or memory leak or stack overflow. It dies on it's own( I guess). Is there any kind of hook I can provide that will tell me when it dies? If this subject is already covered , please atleat

Re: SSL keystore with more than one key entry - which alias is used?

2005-06-17 Thread Paul Singleton
with 5.5.9 and which means you (probably) don't need an answer to your question Paul Singleton PS don't believe rumours that it always offers the cert with alias 'tomcat' -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database:

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 -

<    6   7   8   9   10   11   12   13   14   15   >