How to define contexts?

2005-09-14 Thread Vsevolod (Simon) Ilyushchenko
, and these hosts ProxyPass everything to two different Tomcat applications (/dev and /pro). Ideally, I'd like to have one Tomcat application, but I'm not sure how to list two contexts for one application. Thanks, Simon My presumption was that the same code exists at, say, http

Different JDBC sources?

2005-09-13 Thread Vsevolod (Simon) Ilyushchenko
of achieving this? Thanks, Simon -- Simon (Vsevolod ILyushchenko) [EMAIL PROTECTED] http://www.simonf.com Terrorism is a tactic and so to declare war on terrorism is equivalent to Roosevelt's declaring war on blitzkrieg. Zbigniew Brzezinski, U.S. national security

Re: Different JDBC sources?

2005-09-13 Thread Vsevolod (Simon) Ilyushchenko
applications under one Tomcat, I guess.) I was hoping to somehow avoid that and reuse one set of files (I do it in my Perl apps by having different front controller scripts for different URLs). Thanks, Simon -- Simon (Vsevolod ILyushchenko) [EMAIL PROTECTED] http

Re: Different JDBC sources?

2005-09-13 Thread Vsevolod (Simon) Ilyushchenko
Hassan Schroeder wrote on 09/13/2005 12:33 PM: Vsevolod (Simon) Ilyushchenko wrote: As a relative Tomcat newbie, I can't find anything about how to use two different JDBC sources with the same codebase. I'd like to have two different URLs that use the same classes and JSP pages

Re: Webapp suddenly not available

2005-08-16 Thread Vsevolod (Simon) Ilyushchenko
figure out how to turn debug messages on via log4j - I'm sure I'd see something interesting there. Thanks, Simon -- Simon (Vsevolod ILyushchenko) [EMAIL PROTECTED] http://www.simonf.com Terrorism is a tactic and so to declare war on terrorism is equivalent

Webapp suddenly not available

2005-08-15 Thread Vsevolod (Simon) Ilyushchenko
created. Finally, I was never able to make my application work with the web.xml file generated by ant. It only worked after I delete the file. The file is pretty basic, but I attach it in case there is an obvious error there. I'll be grateful for any suggestions. Thanks, Simon -- Simon

Re: Webapp suddenly not available

2005-08-15 Thread Vsevolod (Simon) Ilyushchenko
Sriram, I've taken them out, as well as the controller entry (which was a sample line that I don't need). No good. Thanks, Simon Sriram N wrote on 08/15/2005 12:39 PM: --- Vsevolod (Simon) Ilyushchenko [EMAIL PROTECTED] wrote: [snip] I'll be grateful for any suggestions. Why all

Re: Webapp suddenly not available

2005-08-15 Thread Vsevolod (Simon) Ilyushchenko
not touched any config files for tomcat - it's probably something in my application. Thanks, Simon -- Simon (Vsevolod ILyushchenko) [EMAIL PROTECTED] http://www.simonf.com Terrorism is a tactic and so to declare war on terrorism is equivalent to Roosevelt's

RE: Tomcat Book

2005-07-12 Thread Simon Taylor
Professional Apache Tomcat - Wrox Press is pretty good -Original Message- From: Adi Gati [mailto:[EMAIL PROTECTED] Sent: 12 July 2005 09:40 To: tomcat-user@jakarta.apache.org Subject: Tomcat Book Hi, Can anyone recommend on a good Tomcat Book? Thanks.

Tomcat Just Shuts down without reason (that i can see)

2005-06-27 Thread Simon Taylor
timeout - as i am not seeing any activity around the time of the shutdown. This is the second server we have had this happen on and on two different versions of tomcat and two versions of Java. Any ideas? Simon Taylor (Engineer)Service Tools Solutions (STS)Nortel p - 01628 617291 (ESN 6 861

RE: Tomcat Just Shuts down without reason (that i can see)

2005-06-27 Thread Simon Taylor
suggestions as to where to look within the tomcat log to discover which code is causing the issue. The arsys app in question is a packaged Remedy application (yes im following up with them also). Thanks Simon -Original Message- From: Anoop kumar V [mailto:[EMAIL PROTECTED] Sent: 27 June 2005 22

Re: Minimal server

2005-05-23 Thread Simon Funnell
This is VERY minimal. http://www-106.ibm.com/developerworks/library/j-nioserver/ - Original Message - From: Dola Woolfe [EMAIL PROTECTED] To: Tom Cat tomcat-user@jakarta.apache.org Sent: Monday, May 23, 2005 9:15 PM Subject: Minimal server Hi, Perhaps this is a strange question.

Apache access log timestamp issue

2005-05-02 Thread Simon Zeng
Hi all, I have a question about what timestamp means in access.log files. It says it's the time when apache server finish process the request from the client in the online document. However I found the following entries in the access.log: xxx.xxx.xxx.xxx [01/May/2005:11:41:45 -0400] GET ...

CoyoteConnector

2005-04-07 Thread Simon Zeng
there will be any ill effects about this settings. If anyone has any insight or solution for this problem please let me know. Thank you, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

invalid stream header

2005-03-21 Thread Simon Zeng
) at java.io.ObjectInputStream.init(ObjectInputStream.java:253) It happens like once in every 10 tries so it's really hard to trace the problem. Does anyone have any clue about it? Will set content-length header in each http request helps in any sense? Thanks, Simon

content_length/content_type

2005-03-21 Thread Simon Zeng
Hi, Does anyone know what is the default behavior on Content-Length header for tomcat? If I do not set it in the http request will tomcat still able to handle the binary data in the content correctly? I do set the Content-Type to application/octet-stream btw. Thanks, Simon

Releasing memory on undeploy

2005-03-18 Thread Simon Kitching
://jakarta.apache.org/tomcat/faq/deployment.html Can someone confirm this is in fact true, and if so explain why? Thanks, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Windows NT

2005-03-18 Thread Simon Kitching
run it on Linux :-) Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: deleteOnExit doesn't seem to be working for session temporary files..

2005-03-18 Thread Simon Kitching
the virtual machine terminates*. A session is *not* a virtual machine. I suggest you use a SessionListener object instead; this should be invoked when the session expires, and you can delete the files then. Regards, Simon

Re: Releasing memory on undeploy

2005-03-18 Thread Simon Kitching
profiling your app, please post the info to this group (and/or me). Note that I'm going to be away for the next three weeks, but will try to pick this topic up when I return. Cheers, Simon - To unsubscribe, e-mail: [EMAIL

Delegate flag for classloading (ATTN: Remy Maucherat)

2005-03-18 Thread Simon Kitching
someone might enable this feature. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Slightly OT] MVC approach when JSP are not allowed

2005-03-18 Thread Simon Kitching
a java compiler available on the machine then JSPs can simply be precompiled. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging in Tomcat 5.5

2005-03-17 Thread Simon Kitching
within your webapp, is it using the log4j API or the commons-logging API? Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Help needed with Tomcat 5.5.7 admin app (MBeanServer is not available)

2005-02-06 Thread Simon Watson
of ideas. Any help would be much appreciated. Cheers, Simon. SEVERE: Servlet.service() for servlet action threw exception javax.servlet.jsp.JspException: MBeanServer is not available at org.apache.webapp.admin.AttributeTag.doEndTag(AttributeTag.java:163

Re: apache + tomcat with 2 domains but same session?

2005-02-04 Thread Simon Lau
a lot. Simon - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, January 12, 2005 8:43 PM Subject: Re: apache + tomcat with 2 domains but same session? [I have a major sinus cold - so I might not be writing clearly

Session replication not working

2005-01-26 Thread Simon Whiteside
the sessions get loaded from the database they are in sync, but when they are modified in memory and not yet saved, they are different on each server. Can anyone suggest how I can get the servers to recognise each other? Regards, Simon -- Simon Whiteside Lateral Arts Limited Clients

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
Hi Filip, the tomcat clustering code and the PersistentManager are not supposed to work together. does it matter if they're both switched on? No members active in cluster group. means that your multicast discovery isn't working can you suggest a way to resolve this? Regards, Simon

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
which had response: (these are the two servers) showed that multicasting is working... 64 bytes from 10.0.0.52: icmp_seq=0 ttl=64 time=0.028 ms 64 bytes from 10.0.0.51: icmp_seq=0 ttl=64 time=0.490 ms (DUP!) Regards, Simon -- Simon Whiteside Lateral Arts Limited Clients

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
0 00 eth0 10.0.0.010.0.0.1255.0.0.0 UG0 00 eth0 0.0.0.0 10.0.0.100 0.0.0.0 UG0 00 eth0 Does this suggest the box is multihomed? Regards, Simon -- Simon Whiteside Lateral Arts Limited Clients include

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
, Simon -- Simon Whiteside Lateral Arts Limited Clients include: Tunetribe.com, The Times and Sunday Times Newspapers, Incisive Media, Wigmore Hall, Photobox.com, SOSplc.com Registered Office: 19 Allenby Road, Forest Hill, London SE23 2RQ Registered in England and Wales. Company

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
Hi Filip, are you running iptables firewall? no. The servers are inside a hardware firewall. that might also be blocking your multicast. I do suggest you get a little utility that tests your multicast. Can you suggest one? Regards, Simon -- Simon Whiteside Lateral Arts

apache + tomcat with 2 domains but same session?

2005-01-11 Thread Simon Lau
appreciated. Thanks. Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: apache + tomcat with 2 domains but same session?

2005-01-11 Thread Simon Lau
-Session persist with http://aaa.abc.com/myapp/index.jsp Am i on the right track? or am i doing it totally wrong? or is there way to get around this? please help. thanks again. Simon - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List tomcat-user

Forwarding *all* webapps with mod_jk

2004-12-28 Thread Simon MARTIN
always want to modify any configuration file or restart Apache and / or Tomcat. Thanks in advance and kind regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

logging compression stats

2004-11-22 Thread Ben Simon
used and what kind of savings I'm getting from it. Thanks, Ben [1] Server details: Tomcat: 5.0.28 Java:SUN, 1.4.2_06-b03 OS: Linux, Redhat 9 -- Ben Simon Amazing Media, Inc

Re: Tomcat locking up, not responding to requests

2004-11-21 Thread Ben Simon
. Thanks, Ben -- Ben Simon Amazing Media, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Declarative security in context?

2004-11-20 Thread Simon Tardell
Wendy Smoak wrote: From: Simon Tardell [EMAIL PROTECTED] I want to deploy multiple instances of the same webapp, with different authorization rules. However, declarative security is done in the web.xml of which there will only be one copy (referred by multiple contexts). I'm confused

Tomcat locking up, not responding to requests

2004-11-20 Thread Ben Simon
hardware. Anyone ever seen anything like this before? Thanks in advance, Ben Simon [Stack trace from a hung server] Full thread dump Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode): NonBlockingPmapSerializer Worker: CampaignDaoFactory daemon prio=1 tid=0x5b510d40 nid=0x7b3 in Object.wait

Declarative security in context?

2004-11-17 Thread Simon Tardell
the outside, i.e. declaring them in the context rather than in the web.xml? Ideally I'd like to be able to shadow parts of the web.xml on a per context basis, but I can't see how to do that. Would I have to write a valve to do custom authorization? TIA, Simon Tardell Simon Tardell, [EMAIL PROTECTED

RE: Hi

2004-11-02 Thread Simon Kelly
Craig, FYI : There was a worm virus in one of the attachments you sent out. Time to virus scan your sun box ;o) Slim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 November 2004 23:43 To: [EMAIL PROTECTED] Subject: Hi Importance: High --

RE: Hi

2004-11-02 Thread Simon Kelly
Simon Kelly wrote: Craig, FYI : There was a worm virus in one of the attachments you sent out. Time to virus scan your sun box ;o) It is NOT Craig! Todays (and yesterdays) viruses forge the sender's email address. They usually pick one from the address book. So, the only thing we can

Signals sent by Tomcat to web applications during shutdown.

2004-10-29 Thread Simon Kelly
Hi All, I've been having a good shufty through the Tomcat documentation, but I can't find a reference to what signals Tomcat sends to the web applications to shut them down during the shutdown operation. Does anyone know what signals i would need to trap in my code to allow all of my threads to

RE: Signals sent by Tomcat to web applications during shutdown.

2004-10-29 Thread Simon Kelly
October 2004 14:21 To: Tomcat Users List Subject: RE: Signals sent by Tomcat to web applications during shutdown. Hi, ServletContextListener#contextDestroyed is a good one. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Simon Kelly [mailto:[EMAIL PROTECTED] Sent

Tomcat 4.1.30 not shutting down correctly

2004-10-27 Thread Simon Kelly
Hi All, I'm looking into an issue we have where Tomcat fails to complete the shutdown procedure gracefully. I've had a good look through the documentation and been on the web all day, but any resolutions I have found for the error didn't seem to work when i tried to implement them. ( They

RE: Tomcat 4.1.30 not shutting down correctly

2004-10-27 Thread Simon Kelly
non-daemon threads that they don't interrupt/shutdown on webapp shutdown? Yoav Shapira http://www.yoavshapira.com -Original Message- From: Simon Kelly [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 10:50 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.30 not shutting down

RE: Tomcat 4.1.30 not shutting down correctly

2004-10-27 Thread Simon Kelly
Hi Yoav, I have tried disabling the connector, which has stopped the error showing up. However the Tomcat window is staying up after shutdown has finished. tc 1.3 was ment to read tomcat 3.3.2. The problem of the screen not diapearing still persists. i am about to test it with Tomcat 5.0.28

RE: Tomcat 4.1.30 not shutting down correctly

2004-10-27 Thread Simon Kelly
Thanks Yoav, That was a great help. Do you know how I would be able to track down the offending thread classes?? Kind regards Slim -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 27 October 2004 16:49 To: Tomcat Users List Subject: RE: Tomcat 4.1.30 not

RE: multiple tomcat instance and log4j

2004-10-13 Thread Simon Zeng
Bob, thanks -Original Message- From: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 October 2004 11:40 To: Tomcat Users List Subject: RE: multiple tomcat instance and log4j Simon, I use a mix of *nix and Windows here. I've found that using copy with the (+) option does

RE: multiple tomcat instance and log4j

2004-10-12 Thread Simon Zeng
and/or answer my questions below, that will be greatly appreciated. Thanks, -Simon -Original Message- From: Simon Zeng [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 6:32 PM To: 'Tomcat Users List' Subject: multiple tomcat instance and log4j Hello, I have a question here. Our application

RE: multiple tomcat instance and log4j

2004-10-12 Thread Simon Zeng
be viewed as if there is only one log file. grep/sort command in unix might help, but we are in Windows. Chainsaw and Lumbermill provides nice GUI and filtering but i don't see merge function in them. Any suggestions? Thanks a lot, -Simon -Original Message- From: Shapira, Yoav [mailto:[EMAIL

Tomcat 5 SunONE Identity Server

2004-10-11 Thread Simon Coles
this before us. If we can't find any existing work and end up doing the integration ourselves, I hope we'll be able put the resulting work back into the community. If there's a best way to do this, that would be helpful too. Many thanks, Simon -- Simon J. Coles President COO, Amphora Research

multiple tomcat instance and log4j

2004-10-11 Thread Simon Zeng
to disk once buffer is full or it write records everytime it receives a log command? If former, how does it solve the issue when system fails and the cached records lost? Thanks, -Simon - To unsubscribe, e-mail: [EMAIL PROTECTED

problems with apache/tomcat

2004-09-30 Thread Simon Zeng
appreciate it. Thanks, -Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Does anyone here know any applet user group?

2004-08-10 Thread Simon Zeng
Hi all, Sorry to disturb those who are not interested in this. I know this is not the place to ask applet question. Please anyone tell me where to find a good applet user/news group so I can post my questions, sorry and thanks again, -Simon -Original Message- From: Shapira, Yoav [mailto

RE: Applet in tomcat clustering

2004-07-13 Thread Simon Zeng
I thought it would work too. But unfortunately it did not.:( In both applet and servlet code, I have the trace log. From time to time, while in applet log the jsessionid is the correct one, but in servlet, it is a different one. Any idea? -Simon -Original Message- From: Filip Hanik

Applet in tomcat clustering

2004-07-12 Thread Simon Zeng
sent to the same tomcat once the browser/server connection is setup. This is true in my application except while using applet, the request is sent to different tomcat randomly. I use HTTPTunnel to communicate between applet and server. Thanks, -Simon

RE: Applet in tomcat clustering

2004-07-12 Thread Simon Zeng
My mistake. I am using HttpURLConnection (not HttpTunnel) to communicate between applet and server. Thanks, -Simon -Original Message- From: Simon Zeng [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 1:51 PM To: 'Tomcat Users List' Subject: Applet in tomcat clustering Hi, Does

RE: Applet in tomcat clustering

2004-07-12 Thread Simon Zeng
instance (this is against the sticky session as stated in tomcat cluster). I might have missed out something, please point them out if so. Thanks, -Simon -Original Message- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 2:56 PM To: Tomcat Users List Subject

Re: Garbage Collector

2004-07-09 Thread simon colston
://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html Cheers, -- simon colston - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: %@ include % files and Jasper/Ant

2004-07-08 Thread simon colston
to report errors when used in standalone mode? Cheers, -- simon colston - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Errors in precompiled JSPs

2004-06-30 Thread simon colston
task ends without errors and I get a NullPointerException when I test the page on the server. How can I get my jspc ant task to show errors in the JSP? Using Tomcat 5.0.25. Cheers, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Errors in precompiled JSPs

2004-06-30 Thread simon colston
need to define your own pre-compile task may i ask? I read the manual ;-) http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html Am I messing up somewhere here? And is there anyway to get the jasper shipped with Tomcat 5 to display errors when used for pre-compiling? Cheers, simon

%= application.getServerInfo() % on default tomcat page

2004-06-22 Thread Simon
Ive installed a fresh tomcat/mod_jk2 on fedora core 2 using the provided tomcat rpms. When I connect to tomcat on its dedicated port, ie, http://localhost:8080/ I get a working default tomcat page. If I connect via apache using mod_jk2 the default page loads, and the jsp/servlet examples work

Tomcat 5: default unpackWARs bahaviour?

2004-05-28 Thread Simon Brooke
it makes my installation instructions much simpler. Cheers Simon - -- [EMAIL PROTECTED] (Simon Brooke) http://www.jasmine.org.uk/~simon/ Tony Blair's epitaph, #1: Here lies Tony Blair. Tony Blair's epitaph, #2: Trust me. -BEGIN PGP SIGNATURE- Version: 2.6.3ia

logrotate and cronolog for log rotation

2004-05-24 Thread Simon Zeng
Hi, Is there anyone here using cronolog and/or logrotate? I could use them for access.log but could not make them work for mod_jk.log and haven't tried error_log and all ssl logs yet. Any experience and insights would be greatly appreciated. Thanks, -Simon

workers.properties question

2004-05-21 Thread Simon Zeng
HOWTO, I read those workers on line (2) are those not on line(1). I tried both keep them on line(1) aand remove them from line(1) and don't see any different result. Could anyone please enlighten me which is the right way and where can I find description on suchs issues? Thanks, -Simon

aparche log backup and cleanup

2004-05-20 Thread Simon Zeng
similar mechanism like Tomcat catalina log? Thanks, -Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: aparche log backup and cleanup

2004-05-20 Thread Simon Zeng
That's a linux tool, isn't it? Is there a similar tool in Windows because our production servers are all WinNt/2K. Thanks, -Simon -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 10:04 AM To: Tomcat Users List Subject: RE: aparche log backup

RE: How to detect tomcat down

2004-05-19 Thread Simon Zeng
Could you please explain what do you mean special (hidden) and how to do it? Currently I only define on JkMount for loadbalancer. Thanks, -Simon -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 7:54 PM To: Tomcat Users List Subject: Re: How to detect

RE: How to detect tomcat down

2004-05-19 Thread Simon Zeng
tomcat2worker. For example, if I have tomcat2 down and tomcat1 up. The mod_jk.log always give me error for tomcat2 without going to tomcat1. Is there any way to solve this? Many thanks. -Simon -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 10:43 AM

RE: How to detect tomcat down

2004-05-19 Thread Simon Zeng
the way I want. Help !!! -Simon -Original Message- From: Antonio Fiol BonnĂ­n [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 2:22 PM To: Tomcat Users List Subject: Re: How to detect tomcat down Hi, You are looking for lb type workers (even if you did not know). Look

upgrade to Tomcat 5.0+

2004-05-19 Thread Simon Zeng
Hi, Does anyone have the experience using Tomcat 5 in a production(24 X 7) environment (NT, Linux)? Is it stable? We are interested in tomcat clustering with session memory duplication coming with Tomat 5. Is it easy to configure and stable? Thanks, -Simon

Persistent workspace

2004-05-18 Thread Simon Brooke
) to get hold of some persistent filespace that my webapp can write to? Cheers Simon - -- [EMAIL PROTECTED] (Simon Brooke) http://www.jasmine.org.uk/~simon/ ;; Our modern industrial economy takes a mountain covered with trees, ;; lakes, running streams and transforms

Re: Persistent workspace

2004-05-18 Thread Simon Brooke
, if possible, like a platform independent way of getting hold of some persistent filespace which will work both on MSWin and on UN*X platforms whether or not my war file is unpacked. Can it be done? Cheers Simon - -- [EMAIL PROTECTED] (Simon Brooke) http://www.jasmine.org.uk/~simon

How to detect tomcat down

2004-05-18 Thread Simon Zeng
would like to know from mod_jk.log (or anywhere else?) which tomcat instance has problem (if it happens). But I could not find how to put the information there. Those flags in mod_jk documentation does not work for me. I would highly appreciate it if anyone here could help me out. Thanks, -Simon

Re: Persistent workspace

2004-05-18 Thread Simon Brooke
supplied values into a web.xml template prior to the war being packed for delivery, and the path to a persistent writable directory could be one of the parameters I ask for. - -- [EMAIL PROTECTED] (Simon Brooke) http://www.jasmine.org.uk/~simon/ There's nae Gods, an there's precious few

RE: How to detect tomcat down

2004-05-18 Thread Simon Zeng
is can we bypass Apache to go directly to Tomcat since we know where they are? Thanks, -Simon -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 4:40 PM To: Tomcat Users List Subject: Re: How to detect tomcat down On Tue, May 18, 2004 at 03:04:28PM -0400

RE: How to detect tomcat down

2004-05-18 Thread Simon Zeng
Hi guys, Thanks for all your replies. I got the picture and going to do something now. -Simon -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 5:42 PM To: Tomcat Users List Subject: RE: How to detect tomcat down Write a perl script using

show tomcat instance name in mod_jk.log

2004-05-18 Thread Simon Zeng
flags in mod_jk documentation does not work for me. I would highly appreciate it if anyone here could help me out. Thanks, -Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Authentication with custom access control

2004-05-10 Thread Cain, Simon
SOAP services and need a fairly secure login that can be authorized using an existing external database of user details. Thanks, Simon Cain === Information contained in this email message is intended only for use of the individual or entity named

ISAPI redirector use with IIS5

2004-01-16 Thread Simon . Temple
The following does NOT generate an error when posting to Apache POST http://host:80/OTR/AS2/oq-2/or-MDN_HTTP/phdr/nowait HTTP/1.0 However, it generates an error when posting to IIS 5 HTTP/1.1 405 Method not allowed If I change the URL I do NOT get the error: POST

RE: External resources with a fallback

2003-12-20 Thread Simon Tardell
(there is no way to tell them apart by name). Simon Yoav Shapira

External resources with a fallback

2003-12-19 Thread Simon Tardell
...? (The other possible solution seems to be to subclass DefaultServlet etc to be able to wrap the ServletContext with a custom ServletContext. Works, but feels a bit clumsy, and ties me quite tightly to tomcat.) Simon

RE: Tomcat, eclipse and jpda

2003-12-05 Thread Simon Chou
Serg, If you turn on jpda mode, I assume that you want to perform a remote debugging. If your question is where should the debugging client run, then the answer is that you can do the debugging either on the client or on the server. However, I don't think you should use port 8080. To find out,

RE: Tomcat 5.x and JBoss

2003-12-02 Thread Simon Chou
Have you posted this question in the JBoss forum? SC -Original Message- From: J.L. [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 5:22 AM To: [EMAIL PROTECTED] Subject: Tomcat 5.x and JBoss Hi, I want to use JBoss 3.2.2 and Tomcat 5.0.14. The problem is that I have to

RE: Tomcat 4.1.29 and Remedy 5.1.2 MidTier

2003-11-26 Thread Simon Taylor
(HttpJspBase.java:137) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) Any help gratefully appreciated. Simon Simon Taylor Managed Services Technology Consultant Nortel Networks p - 01279 404289 (ESN 742 4289) m - 07740 533743 (ESN 748 3743) e - [EMAIL PROTECTED] I code

RE: Tomcat 4.1.29 and Remedy 5.1.2 MidTier

2003-11-26 Thread Simon Taylor
Ok thanks for the feedback. Ended up reverting to Tomcat 4.0.6 which played better with the midtier. Cheers Simon -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED] Sent: 26 November 2003 18:04 To: [EMAIL PROTECTED] Subject: RE: Tomcat 4.1.29 and Remedy 5.1.2 MidTier Yeah

RE: RE: Tomcat 4.1.29 and Remedy 5.1.2 MidTier

2003-11-26 Thread Simon Taylor
but other than that it is C as far as I am aware -Original Message- From: Goehring, Chuck Mr., RCI - San Diego [mailto:[EMAIL PROTECTED] Sent: 26 November 2003 22:46 To: Tomcat Users List Subject: OT: RE: Tomcat 4.1.29 and Remedy 5.1.2 MidTier Simon, Just for curiosity, is the Remedy

Tomcat 4.1.29 and Remedy 5.1.2 MidTier

2003-11-25 Thread Simon Taylor
) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) Any help gratefully appreciated. Simon Simon Taylor Managed Services Technology Consultant Nortel Networks p - 01279 404289 (ESN 742 4289) m - 07740 533743 (ESN 748 3743) e

RE: Moving from 3.3.1 to 4.1.29 question

2003-11-24 Thread Simon Taylor
You need to explicitly specify a servlet mapping for all servlets or uncomment the invoker section in the server.xml Being a newbie I asked this question just the other day - see:- http://marc.theaimsgroup.com/?l=tomcat-userm=103945394724196w=2 Simon -Original Message- From: Charles

Tomcat and Servlet Debugging

2003-11-22 Thread Simon Taylor
. Reading around it looks like a better approach would be to use Log4J to debug the servlet. I'd rather not do that if I can get away with a quick fix using the existing code. Comments pls. Simon Simon Taylor Managed Services Technology Consultant Nortel Networks p - 01279 404289 (ESN 742 4289) m

RE: Tomcat and Servlet Debugging

2003-11-22 Thread Simon Taylor
window appear which will show any of those messages as they come up. On Saturday 22 November 2003 01:26 pm, Simon Taylor wrote: System.err.println([ + date.toString() + ] [debug] [ + -- Ben Souther F.W. Davison Company, Inc

Cant find the relevant servlet

2003-11-21 Thread Simon Taylor
defines the name of the servlet (login in the eg above) and maps that to a class name within the context should be ok right? Any help appreciated very much indeed. Simon Simon Taylor Managed Services Technology Consultant Nortel Networks p - 01279 404289 (ESN 742 4289) m - 07740 533743 (ESN 748 3743

Mapped to default message

2003-11-20 Thread Simon Taylor
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) Starting service Tomcat-Standalone Apache Tomcat/4.1.29 Simon Simon Taylor Managed Services Technology Consultant Nortel Networks p - 01279 404289 (ESN 742 4289) m - 07740 533743 (ESN 748 3743) e - [EMAIL PROTECTED] I code

RE: JDBC type 4 Driver for MSSQL Server

2003-11-14 Thread Simon Chou
Bopanna, Does MySQL Connector-J not a type 4 driver? SC -Original Message- From: N.B.Bopanna [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 8:28 PM To: [EMAIL PROTECTED] Subject: JDBC type 4 Driver for MSSQL Server hi all, Could anybody please tell me if i can get a JDBC

RE: Start Tomcat

2003-11-13 Thread Simon Allen
I can verify that Tomcat does not start. -Original Message- From: Lee, PaulNYC [SMTP:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 10:38 PM To: 'Tomcat Users List' Subject:RE: Start Tomcat Hi Simon, Just because the window disappeared doesn't

RE: Start Tomcat

2003-11-13 Thread Simon Allen
have set an environment variable during set up? ta -Original Message- From: Patrick Willart [SMTP:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 11:08 PM To: Tomcat Users List Subject:RE: Start Tomcat Simon, If you add 'pause' as last line in you startup.bat you can

RE: Start Tomcat

2003-11-13 Thread Simon Allen
Hello Simon, Run the catalina batch file, passing in the argument run like this(without the quotes of course): catalina.bat run This will run tomcat in the current window, from there you should be able to see the errors that tomcat throws out. Simon Allen wrote: I have

RE: Start Tomcat

2003-11-13 Thread Simon Allen
Willart Sent: Thursday, November 13, 2003 7:08 AM To: Tomcat Users List Subject: RE: Start Tomcat Simon, If you add 'pause' as last line in you startup.bat you can see what (error) messages Tomcat outputs. Patrick -Original Message- From: Simon Allen [mailto:[EMAIL PROTECTED] Sent

RE: Start Tomcat

2003-11-13 Thread Simon Allen
running on win98 with a Pentium 200Mhz, 196 RAM. -Original Message- From: Andreas Mohrig [SMTP:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 9:47 AM To: 'Tomcat Users List' Subject:AW: Start Tomcat Simon, then this can be remedied. From http://jakarta.apache.org

  1   2   3   4   5   6   >