Re: Example build.xml error?

2005-10-12 Thread Anto Paul
to make property build.home point to the application context directory of Tomcat. ie. something like property name=build.homevalue=${catalina.home}/myapp/ -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: newbee question on servlet and html

2005-10-12 Thread Anto Paul
align =3D centerBeer selecton Page /h1 form method=3DPOST action=3DBeerSelect what is this 3D before POST ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Illegal Field Name Error

2005-10-11 Thread Anto Paul
of the root cause is available in the Apache Tomcat/5.5.9 logs. Apache Tomcat/5.5.9 Delete the generated class files of your application and compile it. Also check struts.jar that it is not corrupted. -- rgds Anto Paul

can one app check another is available?

2005-10-06 Thread Paul Singleton
is responding whenever it restarts. I can do this if I know the full URL, but is there any way I can check with just the server-relative URL? Currently I do something like (new java.net.URL(...)).openConnection() (hmm, sorry but I guess this isn't Tomcat-specific...) Paul Singleton -- No virus found

manager for address-based virtual hosts?

2005-10-05 Thread Paul Singleton
Is there a version of the Manager app which handles all address-based virtual hosts in a Tomcat system? I've tried ManagerX which embraces name-based hosts but not the address-based ones which our SSL-enabled apps require... Paul Singleton -- No virus found in this outgoing message. Checked

Newbie question - Tomcat 5.0 and external Javascript files

2005-10-05 Thread Pigott, Paul
/EdiHost. In my HTML, I've got the attribute SRC=/js/EdiHost.js in my SCRIPT tag. Any ideas anyone? TIA, Paul CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any

Re: an advice neede for use of encodeURL method...

2005-10-05 Thread Paul Singleton
think u should not have the space in /appName/myJSP.jsp?parameter = Paul S. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.10/119 - Release Date: 4/Oct/2005

Re: Deploying a webapp under two different URIs

2005-10-05 Thread Paul Singleton
Aliascarshare2work.net/Alias Aliaswww.carshare2work.co.uk/Alias Aliaswww.carshare2work.com/Alias Aliaswww.carshare2work.net/Alias but I don't know of any way to alias a Context. Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database

Re: What to put into JAVA_HOME on Windows xp

2005-09-28 Thread Anto Paul
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: how to turn off session cookies

2005-09-28 Thread Anto Paul
- 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

Re: saving files in webapp folder from deletion?

2005-09-28 Thread Anto Paul
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-28 Thread Paul Singleton
-A FORWARD -p tcp -i eth0 -d 222.123.197.100 --dport 8080 -j ACCEPT Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.8/113 - Release Date: 27/Sep/2005

Re: HTTP header lines

2005-09-27 Thread Anto Paul
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]

ManagerX for 5.5.9

2005-09-27 Thread Paul Singleton
way, and should I notice any difference? I am using it because I have several virtual hosts, both name-based and (where SSL is requirede) address-based, and wish to manage the whole lot together. Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version

RE: Tomcat working directory

2005-09-26 Thread Samit Paul
I want to do is when a jsp page is accessed the following code should show me my working(.) directory as CATALINA_HOME instead of C:\Windows\System32. Somefile.jsp - % System.out.println(Current Dir: + new File(.).getAbsolutePath()); % Thanks again, ~Samit Paul -Original

Re: 'touch'ing jsp files to force recompilation

2005-09-26 Thread Anto Paul
this problem in win2k, JDK 1.4.2, Tomcat 5.5.9 and above. Sometimes I can't delete all the files from work folder. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't change servlet path

2005-09-25 Thread Paul Singleton
the filenames used for either the .xml context file or the docBase. From which I infer that the Context element for the default web application of a virtual host should be held in a file named .xml ? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version

virtual host apps in a common appBase

2005-09-25 Thread Paul Singleton
). This does what I want, but seems inelegant: can I do better? Am I missing something? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.6/111 - Release Date: 23/Sep/2005

Tomcat working directory

2005-09-23 Thread Samit Paul
tomcat's startup.bat file. Any help would be appreciated. ~Samit Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Paul Singleton
? Have you explicitly set the sslProtocol attribute in your SSL connector (despite the docs this is necessary in 5.5.9, fixed thereafter) Connector ... sslProtocol=TLS ... Have you tried another browser in case you get a more helpful message (what Firefox said is not true)? cheers Paul

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

2005-09-21 Thread Anto Paul
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://jakarta.apache.org/tomcat/faq/logging.html -- rgds Anto Paul

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

2005-09-21 Thread Anto Paul
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] Sent: Wednesday, September 21, 2005 11:55 AM

conf/tomcat-users.xml syntax and semantics

2005-09-21 Thread Paul Singleton
What is the correct syntax (for 5.5.9 and later) of conf/tomcat-users.xml, and what do the entries mean? (I've read the docs, but still don't really get it) Should I put user name=paul ... or user username=paul ... Are these entries user username=both password=tomcat roles=tomcat

Re: Problems with utf-8 encoding

2005-09-19 Thread Anto Paul
% request.setCharacterEncoding(UTF-8);% to before jsp:useBean tag. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with utf-8 encoding

2005-09-19 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 [EMAIL PROTECTED] wrote: Hello

relaying SSL request to a non-SSL server

2005-09-19 Thread Paul Singleton
and writing the image data to the ServletOutputStream. Is there an easier way? I cannot SSL-enable the image server :-( If I do this, how should I read the binary data from the InputStream and write it to the ServletOutputStream? Paul Singleton -- No virus found in this outgoing message

Re: password authentication causes 403 error

2005-09-18 Thread paul
that do not have their own authentication. How do I configure tomcat to give me access to my webapps when I login correctly? Thanks, Paul -- Paul Mackinlay (PhD, MEng) http://www.webotech.co.uk/ [EMAIL PROTECTED] Tel: +44(0)7050 699971 Fax: +44(0)7050 699972

Re: Specify work folder for each application

2005-09-16 Thread Anto Paul
. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

password authentication causes 403 error

2005-09-16 Thread paul
not have their own authentication. How do I configure tomcat to give me access to my webapps when I login correctly? Thanks, Paul -- Paul Mackinlay (PhD, MEng) http://www.webotech.co.uk/ [EMAIL PROTECTED] Tel: +44(0)7050 699971 Fax: +44(0)7050 699972

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

Re: large content directory out of the webapp

2005-09-14 Thread Paul Singleton
have to upload the content again. I cannot use a combination of Apache and Tomcat, letting Apache serve the content (and thus using another docbase) as this content has to be protected by a security-mechanism of the application. Can you neither split it into two pure Tomcat apps? Paul S

My experience of how to avoid problems with log4j in webapps on TC 5.5.9

2005-09-11 Thread Paul ANDERSON
about log4j and NullPointerExceptions with the deployer. So maybe this will help somebody. Maybe someone can even enlighten me as to exactly why all this happens, and whether there's a better fix? Paul.

Re: Turning off the containers session

2005-09-08 Thread Paul Singleton
Atif Suleman wrote: Can you stop tomcat container from creating a jsession cookie? Check out the Context cookies=false attribute in http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html (similarly in 5.0 and 4.1) Paul Singleton -- No virus found in this outgoing message

Re: HTTP status code 404

2005-09-05 Thread Paul Singleton
to the browser, which will then presumably present this failure to the user in its own way. Or have I musunderstood 404s? Exactly what error-page element will achieve this, and where should we call ...setStatus(...NOT_FOUND)? Paul Singleton Mirek Stohr wrote: You should use the following procedure

Re: HTTP status code 404

2005-09-05 Thread Paul Singleton
QM wrote: On Mon, Sep 05, 2005 at 06:28:05PM +0100, Paul Singleton wrote: : But we want *no* error page, just a 404 status returned to : the browser, which will then presumably present this failure : to the user in its own way. Or have I musunderstood 404s? Yes and no. Browsers are free

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-09-02 Thread Paul Austin
. Paul On Fri, 2005-09-02 at 09:07 -0400, [EMAIL PROTECTED] wrote: I'm having the same issue and after trying to follow the instructions given by Paul Austin, I've got stuck on the part that says to add a listener. There's no place for a listener in web.xml according to the dtd validation

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
instance variable that stores the input data ?. -- rgds Anto Paul

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
code fragments. -- rgds Anto Paul

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-08-31 Thread Paul Austin
when the context is destroyed otherwise you'll get a log of PermGen out of memory errors after a number of redeploys Introspector.flushCaches(); LogFactory.getFactory().release(); Good luck, Paul On Wed, 2005-08-31 at 13:03 -0700, Woodchuck wrote: hihi all, on my TC 5.5.9 installation i

Re: With tomcat 5 redirects to a secure port fails

2005-08-31 Thread Paul Singleton
with the www. defined. OK but I can't see that it is Tomcat which is responsible for this: the config details you supply look plausible but are irrelevant. Check your web.xml for the site's welcome page, then check the content of this page. Paul Singleton We had this set up in tomcat 4

Re: No Host matches server name localhost error

2005-08-30 Thread Paul Austin
Try renaming the context.xml to ROOT.xml, I normally get the 400 error if it can't find the context for a particular path. For some reason Tomcat tends to ignore the path on the context. Paul On Tue, 2005-08-30 at 09:50 -0700, Brian Moseley wrote: i'm using tomcat 5.5.9 with a single webapp

RE: No Host matches server name localhost error

2005-08-30 Thread Paul Austin
On Tue, 2005-08-30 at 13:25 -0500, Caldarale, Charles R wrote: From: Brian Moseley [mailto:[EMAIL PROTECTED] Subject: Re: No Host matches server name localhost error thanks for the pointer. after moving my context definition into server.xml Bad move. This is specifically

Re: Character encoding question

2005-08-29 Thread Anto Paul
) { 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@jakarta.apache.org/msg153811.html -- rgds Anto Paul

Re: Character encoding question

2005-08-29 Thread Anto Paul
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

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

Re: JAVA_HOME beginner

2005-08-27 Thread Anto Paul
- 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: Automatic deploy of updated war deletes the context file

2005-08-26 Thread Paul Austin
type=javax.sql.DataSource/ /Context When I copy app.war into wars/host to repeploy using the automatic deployer I check the conf/Catalina/host/ and http://host/manager/list and the app.xml and the /app context are deleted. On Thu, 2005-08-25 at 16:32 -0700, Hassan Schroeder wrote: Paul

Re: Automatic deploy of updated war deletes the context file

2005-08-26 Thread Paul Austin
to be a sub directory? So /subdir/app. This worked on my Tomcat 5 installation on Linux but doesn't work here. It seems to just ignore the path. And YES these context files are NOT deployed as part of the war file. On Fri, 2005-08-26 at 08:33 -0700, Hassan Schroeder wrote: Paul Austin wrote

Deploying war applications under a sub directory

2005-08-25 Thread Paul Austin
I'm trying to deploy a war based web application to tomcat 5.5.9 on Windows XP JDK 1.4.2 and am experiencing problems with the deployment when the application path includes a sub directory before the application directory (e.g. /subdir/app instead of /app). When deploying to /app (with the

Automatic deploy of updated war deletes the context file

2005-08-25 Thread Paul Austin
to say what is going on. The way I fix this is to then manually copy in the context file and then it deploys, for now I'm just going to wait about 10 seconds in my ant deploy script after copying the file and then copy the context in so it redeploys. Paul

Re: Automatic deploy of updated war deletes the context file

2005-08-25 Thread Paul Austin
Right but where should it go so that tomcat doesn't delete it? I've tried setting the deployXML=false on the host and having it just in the conf/Catalina/host directory (which is my preferred location), just in the war file and all various combinations. Paul On Thu, 2005-08-25 at 15:44 -0700

Re: refusing low-grade SSL connections

2005-08-22 Thread Paul Singleton
(!) (the exclamation marks are serversniff's :-) so I am proposing to add a Connector attribute ciphers=EDH-RSA-DES-CBC3-SHA,DES-CBC3-SHA,DHE-RSA-AES128-SHA,AES128-SHA,RC4-SHA,RC4-MD5 and hope that every legitimate client supports at least one of these? Paul Singleton wrote: According

Re: tomcat 5.5.9 not recompiling JSPs

2005-08-22 Thread Paul Singleton
Mark Hagger wrote: ... Although to be honest I suspect that the best solution for production boxes is to pre-compile all jsps into the war file anyway. Is this possible? Don't different containers store the compiled pages in different places, with different names? Paul Singleton

Re: Use port 443 as non-ssl

2005-08-22 Thread Paul Singleton
for this anyway? (at a guess, something about getting through a firewall?) Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.13/78 - Release Date: 19/Aug/2005

Re: Use port 443 as non-ssl

2005-08-22 Thread Paul Singleton
attributes in your conf/server.xml Im not using the ssl (it is between !-- --). Good - leave it there :-) Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.13/78 - Release Date: 19/Aug/2005

Re: SSL with Tomcat 55

2005-08-19 Thread Paul Singleton
is that she can configure JDeveloper to ignore certificate errors. If your objective is, as you say, to get Tomcat working with SSL, then I think you are already there. Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.12

refusing low-grade SSL connections

2005-08-19 Thread Paul Singleton
. How can we achieve all this (esp. with Tomcat 5.5)? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.12/77 - Release Date: 18/Aug/2005

RE: TomCat 5.5.9 - 8443

2005-08-17 Thread Paul Kimbrel
but need to have a certificate. I don't have any certificate so is there anyway for us to get free instead of pay to verisign? Paul Kimbrel [EMAIL PROTECTED] wrote: I've only used keytool - and it worked like a charm for me. -Original Message- From: Tom Spence [mailto:[EMAIL PROTECTED] Sent

RE: TomCat 5.5.9 - 8443

2005-08-16 Thread Paul Kimbrel
8443 so bad... Paul Kimbrel [EMAIL PROTECTED] wrote: Something I forgot to mention. When you are generating your certificate, it will ask for your first and last name. Enter the name of the server your appliation will be running on. In the case of development - this is usally localhost. Otherwise

Re: suppress directory listing

2005-08-15 Thread Paul Singleton
Many thanks to Tim, Arup, Stephen and Aaron for three different solutions (per-directory, per-application and per-Tomcat), *all* of which I reckon oughta be in the FAQ :) cheers Paul Singleton My JSP app has a /images folder and Tomcat 5.5.9 happily serves up a directory listing of this: how

Re: TomCat 5.5.9 - 8443

2005-08-15 Thread Paul Singleton
not found? Do the startup msgs claim that e.g. 09-Aug-2005 15:29:04 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8443 09-Aug-2005 15:29:09 org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8443 Paul Singleton

Re: TomCat 5.5.9 - 8443

2005-08-15 Thread Paul Kimbrel
Something I forgot to mention. When you are generating your certificate, it will ask for your first and last name. Enter the name of the server your appliation will be running on. In the case of development - this is usally localhost. Otherwise, the certificate will be rejected when your

Re: session problems: www.blahblah.com versus blahblah.com

2005-08-15 Thread Paul Singleton
* this :-) Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.9/72 - Release Date: 14/Aug/2005 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: anonymising Tomcat

2005-08-14 Thread Paul Singleton
they baulk at a 2.4 web.xml? Since every JSP nominates an error page, presumably that catches exceptions, and we only need to handle nonexistent-page errors? I'll re-read the 2.2 spec... Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338

Re: How force Tomcat 5.5.4 to always use URL Rewriting

2005-08-14 Thread Paul Singleton
in different browser tabs?) (OK I could switch off cookies in the browser but that would affect other things...) but also because it makes support issues cookie-independent hence simpler. But what is the rationale for Tomcat preferring to use cookies? is there a downside to avoiding them? Paul

RE: Automatic redeploy based on web.xml contents

2005-08-13 Thread Paul Kimbrel
, Paul Kimbrel -Original Message- From: Paul Kimbrel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 2:27 AM To: tomcat-user@jakarta.apache.org Subject: Automatic redeploy based on web.xml contents I'm using Tomcat 5.5.9 with Tapestry and Spring. Given my usage of Spring, I've

Re: Security Questions Regarding Tomcat

2005-08-12 Thread Paul Singleton
. Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.7/70 - Release Date: 11/Aug/2005 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Automatic redeploy based on web.xml contents

2005-08-11 Thread Paul Kimbrel
in on why this is so? Is there a setting whose default is getting wiped out when I use the Context node in the server.xml file for my web app? Am I doing something wrong to cause this behavior? Is there something far more sinister going on here? :) Thanks, Paul Kimbrel

data push

2005-08-10 Thread Paul Wallace
, HTTP? Can anyone point me towards a resource of this nature please? I understand sockets are in the picture - also new to me. Thanks Paul.

RE: data push

2005-08-10 Thread Paul Wallace
Hi Seth, Thanks. And must I open a socket on the client (server B)? Do I attach a listener to it? Thanks Paul. Paul Wallace wrote: Hi All, I would like server A (TC 5.5) to 'push' streams of data to server B (TC 5.5) at random points in time, and for server B to accept

RE: data push

2005-08-10 Thread Paul Wallace
Thanks, I have most of that in place already. Currently, server A has a HttpURLConnection open and is talking to the Servlet. I can receive data presumably from an InputStream. How do I write data to the Servlet using the connection I have open? Thanks Paul. Hi Seth, Thanks

RE: data push

2005-08-10 Thread Paul Wallace
A to mimic the data pushes. I can write something to fire off data at intermittent times, but I am more interested in how to capture that data, when no request has been made. This is the reason why I first questioned on Sockets. Perhaps I should have been clearer from the off! thanks Paul

RE: Test Post

2005-08-10 Thread Paul Wallace
Through! -Original Message- From: Dave Morrow [mailto:[EMAIL PROTECTED] Sent: Thursday, 11 August 2005 12:10 PM To: Tomcat Users List Subject: Test Post I am receiving some NDR's when sending to this list. Can someone confirm my posts are getting through? David A. Morrow Technical

RE: data push

2005-08-10 Thread Paul Wallace
Thanks Len, And what of other protocols? Are sockets then required? What are some other protocols that might be used to push/pull data? (off Tomcat I know ;)) Paul. -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Thursday, 11 August 2005 11:52 AM To: Tomcat

Re: Using more than one SSL cert in keystore?

2005-08-09 Thread Paul Singleton
on JavaScript): html head titleredirection page/title /head body onLoad=window.location.replace('http://me.com/myapp') /body html and I think you can also do it with an HTTP header but I don't have details to hand... Paul S. Justin Jaynes --- Paul

* 2 Tomcat instances on same box

2005-08-09 Thread Paul Wallace
as a service, I see no reference to the variable in the registry. Any thoughts please? Thanks Paul. java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359

RE: * 2 Tomcat instances on same box

2005-08-09 Thread Paul Wallace
Hi and thank you both for your replies. It turns out more than the HTTP port number needs to be different, as Server port=8005 shutdown=SHUTDOWN was common to both and thus causing the problem. Apart from being an attribute of the parent node, what is this port? Rgds Paul. It sounds like you

Re: NamingException

2005-08-08 Thread Anto Paul
) 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

Re: anonymising Tomcat

2005-08-08 Thread Paul Singleton
catalina.jar into server/classes and then delete it from server/lib before altering the properties? Are all references to Tomcat's description and version number derived from these properties, and is this new in 5.5.10 (we use 5.5.9 in production)? cheers Paul Singleton -- No virus found in this outgoing

Re: anonymising Tomcat

2005-08-05 Thread Paul Singleton
Peter Crowther wrote: From: Paul Singleton [mailto:[EMAIL PROTECTED] Is it possible to configure Tomcat (5.5.9) so that a moderately able hacker couldn't figure out what is serving up our web apps? It's possible to add the 'server' attribute to the connector definition for the HTTP

How to exclude weak ciphers from SSL in 5.5?

2005-08-04 Thread Paul Singleton
of allowed ciphers but I only know the ciphers I *don't* want, not the ones I do... Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.0/63 - Release Date: 3/Aug/2005

Re: Using more than one SSL cert in keystore?

2005-08-04 Thread Paul Singleton
scheme=https secure=true sslProtocol=TLS keyAlias=mrk2 / (in 5.5.9 you also need sslProtocol=TLS explicitly, fixed in later versions) Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database

war files not deploying on redhat

2005-08-04 Thread Paul Warner
simple) key to unlock this problem? Thanks, Paul

RE: war files not deploying on redhat

2005-08-04 Thread Paul Warner
altered by me, and almost exactly matches the server.xml file on the other machine, the one that works. Thanks, Paul | Paul Warner wrote: Hello, I have read the documentation and searched the archives, and whatever I have found, I have tried, but still my .war files will not unpack and auto

suppress directory listing

2005-08-04 Thread Paul Singleton
My JSP app has a /images folder and Tomcat 5.5.9 happily serves up a directory listing of this: how can I suppress this? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.0/63 - Release Date: 3/Aug/2005

Re: Which Oracle JDBC Drive for JDK 1.5?

2005-08-04 Thread Paul Singleton
I noticed there are JDBC drivers for 10.1.0.2 and 10.1.0.4. Which should I use? I've always found that Oracle JDBC drivers are backwards compatible (not that I've driven them very hard) so I'd use the .4 (or should I patch to 10.1.0.4) not if it ain't broke :-) Paul S. -- No virus found

anonymising Tomcat

2005-08-04 Thread Paul Singleton
Is it possible to configure Tomcat (5.5.9) so that a moderately able hacker couldn't figure out what is serving up our web apps? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.0/63 - Release Date: 3/Aug/2005

RE: TC Apache integration

2005-07-28 Thread Paul Wallace
I asked for that one. I still wish to integrate the two. Unless you are saying that TC 5.5 is as robust as Apache. If that is the case, where does that leave httpd? Paul. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, 28 July 2005 3:57

RE: TC Apache integration

2005-07-28 Thread Paul Wallace
Randy, Can you point me towards to documentation to achieve this? Thanks Paul. I have been out of the loop for a while. My Tomcat 5 has been running great with apache 2 But are you saying that they have optimized Tomcat 5.5.9 and it does not make sense to use apache has the front end

RE: TC Apache integration

2005-07-28 Thread Paul Wallace
a small of amount of business logic, rather than the other way round. So, can someone point me towards Tomcat (5.5) and Apache integration documentation (or answer the few questions I posted in my original email:)). Thanks and regards Paul. Unless your web site consists almost entirely

TC Apache integration

2005-07-27 Thread Paul Wallace
to your TOMCAT_HOME/conf/server.xml file after AutoWebApp ... /. ApacheConfig /. I can see no such AutoWebApp ... / tag in my server.xml. Where / should it be added? Finally, Apache is running on HTTP port 80, any restrictions on Tomcat HTTP port (not 80)? Many thanks for your assistance Paul.

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]

jsvc.exec error: Service exit with a return value of 143

2005-07-12 Thread Wasik, Paul
this entry in my log file, everything seems to be working fine. Thanks, Paul

Tomcat 5.5 and SQL Server

2005-07-11 Thread Anderson, M. Paul
for this error - it just seems to happen randomly. When it occurs, no user can then log in to the application - I must reboot the SQL server machine to get a connection to be made for subsequent logins. Has anyone seen this and can point me to a solution? Thanks, Paul

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Anderson, M. Paul
- From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] Sent: 11 July 2005 16:35 To: Tomcat Users List Subject: Tomcat 5.5 and SQL Server I am running Tomcat 5.5 with SQL Server on a separate machine. I am getting the following error at random times: Java.lang.Exception: java.sql.SQLException

Re: Trying to configure apache, tomcat and mod_jk

2005-07-11 Thread Paul George Constantine
to the relevant lines in my config files. I got this working this weekend, so you can be sure they're fresh. http://ill-conditioned.stanford.edu/JSPWiki/Wiki.jsp?page=Fedora If the wiki link doesn't work, then you know I'm still having problems. :) Hope this helps, Paul Quoting Matthew Strawbridge

Re: newbie can't start tomcat

2005-07-11 Thread Paul Singleton
be -server Paul Singleton dsimmons wrote: I have been googling the archives and anyplace else I can think of for my particular problem, for about three days, without success. ANY help would be greatly appreciated. I suspect a simple path problem or a missing component, but honestly I've been

Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location - find_vma failed

2005-07-11 Thread Wasik, Paul
. Thanks, Paul

JkShmFile???

2005-07-10 Thread Paul George Constantine
JkShmSize of 64k, everything died. Thanks, Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

permission denied error on jk.shm

2005-07-10 Thread Paul George Constantine
In my httpd.conf, I set JkShmFile /etc/httpd/logs/jk.shm JkShmSize 10M but when I start Apache, I get an error in my mod_jk.log that says init_jk::mod_jk.c (2347): Initializing shm:/etc/httpd/logs/jk.shm errno=13 jk_child_init::mod_jk.c (2313): Attachning shm:/etc/httpd/logs/jk.shm

  1   2   3   4   5   6   7   8   9   10   >