Re: Apparent Bug Introduced between 8.0.15 & 8.0.17

2015-02-18 Thread Ken
Hello! Im not sure, whether this error is related or not. I test 8.0.18, and similar exception occured. In my case, there was no problem in JSP, with <%@ page import="static test.Test.*" %> but, exception was occured in tag file, with <%@ tag import="static test.Test.*" %> *メッセージ* *An exception

Re: Apparent Bug Introduced between 8.0.15 & 8.0.17

2015-02-19 Thread Ken
: > 2015-02-18 18:22 GMT+03:00 배효진(Ken) : > > Hello! > > > > Im not sure, whether this error is related or not. > > I test 8.0.18, and similar exception occured. > > > > In my case, there was no problem in JSP, with <%@ page import="static > > test.

Re: How to pass the --enable-preview parameter when using JSVC?

2020-03-20 Thread ken edward
Yes, I did try -X--enable-preview, was passed via jsvc, but not in a meaningful or understandable way to java/tomcat. On Thu, Mar 19, 2020 at 3:11 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ken, &g

tuning garbage collection

2006-07-05 Thread Ken Gibson
stions would be greatly appreciated. Thanks Ken - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tuning garbage collection

2006-07-05 Thread Ken Gibson
Tomcat 5 and the latest JVM would be great; however, I can only make the case for further upgrades when I've exhausted all the possibilities with the versions we're on. Thanks Ken -Original Message- From: Mark Hagger [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006

RE: BOOBIES!

2006-07-23 Thread Januski, Ken
Like many I've resisted this thread because I figured it would be STUPID! STUPID, YES I SAID STUPID. Did that get your attention? Now let me ask: how many people read threads here whose subject is in caps followed by an explanation point? And what does that subject usually say? Something like H

RE: How to use -security when running as a service under Windows.

2005-11-03 Thread Ken Pawliw
what the script is actually doing when you run it with the '-security' option. Ken -Original Message- From: Donovan, JD [mailto:[EMAIL PROTECTED] Sent: November 3, 2005 9:26 AM To: Tomcat Users List Subject: RE: How to use -security when running as a service under Windows. Yo

RE: How to use -security when running as a service under Windows.

2005-11-03 Thread Ken Pawliw
The Tomcat Windows distibution has an executable named tomcat5w.exe in the bin directory. Double click the executable, click the Java tab, and add the following to the Java Options field: -Djava.security.manager -Djava.security.policy=C:\path\to\tomcat\conf\catalina.policy Ken

RE: Google Map of active users on this list

2005-11-04 Thread Januski, Ken
Yes it would be interesting to get some idea of how you did it. -Original Message- From: Luis Torres [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 10:29 AM To: Tomcat Users List Subject: Re: Google Map of active users on this list I'm the only one in Mexico?? Wow... guess tha

Re: Google Map of active users on this list

2005-11-04 Thread Ken Perl
When can I see this map in Google Maps web site? On 11/4/05, Claire McLister <[EMAIL PROTECTED]> wrote: > Hi, > > We've been working with Google Maps to see if we can automatically map > origins of emails to groups. > > As a trial, we've been mapping active emails to this group since Oct > 27th

Unable to override doPut(), etc, from Tomcat's JSPServlet (response 403)

2006-01-11 Thread Ken Johanson
e-user field in access logs). But GET and POST are fine.. Thanks in advance, -Ken PS - Here's my web.xml excerpt: Example Security Constraint Protected Area /* HEAD GET POST

Recommended way to selectively RequestDispatch.include/forward to form based login?

2006-01-11 Thread Ken Johanson
otected URI (a guess) - so I'm looking for another way.. Thanks for any advise, ken * reported as http://issues.apache.org/bugzilla/show_bug.cgi?id=38233 against 5.0.30: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.sub

Re: problem with keytool for ssl

2006-01-11 Thread Ken Johanson
ntity. best, ken Iosev Perez Rivero wrote: I have a problem for configure SSL protocol using keytool C:\Tomcat55\webapps\ROOT>keytool -genkey -alias tomcat -keyalg RSA -keystore .ke ystore Enter keystore password: eileen What is your first and last name? [Unknown]: iosev Wha

Re: Application Not Available - Tomcat 5.5.12

2006-01-11 Thread Ken Johanson
rs. For example when you change or place new jar onto the system (static, non-reloading classloaders), and the JVM is confused by the unexpected change in class-file offsets. Thats just one example. ken - To unsubscr

Re: Recommended way to selectively RequestDispatch.include/forward to form based login?

2006-01-13 Thread Ken Johanson
Bill Barker wrote: . The above seems like it should work; however I happen to get a StringIndexOutOfBounds* (with tomcat 5.0.30), probably caused by RD not being able to resolve the path of a protected URI (a guess) - so I'm looking for another way.. No, it's actually because it's inc

Re: Unable to override doPut(), etc, from Tomcat's JSPServlet (response 403)

2006-01-13 Thread Ken Johanson
's declare Servlet.service() as final. Then they call _jspService() (which is created during JSP compilation). So doYYY() is never called. -Tim Ken Johanson wrote: Serendipity! I guess the couple time I'd done this before made me overly confident that it should work the way I *remembered*

Re: Unable to override doPut(), etc, from Tomcat's JSPServlet (response 403)

2006-01-13 Thread Ken Johanson
Service (or JspServlet in general)?? This wasn't the case in tomcat 4; it did allow me to do this.. Ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unable to override doPut(), etc, from Tomcat's JSPServlet (response 403)

2006-01-13 Thread Ken Johanson
ot mapped to another servlet with servlet mappings" (but JspServlet is handling jsps, yet depends on this).. Should these observations be forwarded on to some particular tomcat developer? Again, thank you _very_ much for the pointer to DefaultServlet!! Best, Ken -

Re: Unable to override doPut(), etc, from Tomcat's JSPServlet (response 403)

2006-01-14 Thread Ken Johanson
Caldarale, Charles R wrote: From: Ken Johanson [mailto:[EMAIL PROTECTED] Subject: Re: Unable to override doPut(), etc, from Tomcat's JSPServlet (response 403) Perhaps tomcat 5 outright prohibits PUT and other methods from even getting to _jspService (or JspServlet in general)?? Ther

Alternative Realm impl. that supports: boolean authenticate(String user, String pass) or void doLogin(Prinicipal p)?

2006-01-14 Thread Ken Johanson
either of these two? Thanks very much for any suggestions, ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Alternative Realm impl. that supports: boolean authenticate(String user, String pass) or void doLogin(Prinicipal p)?

2006-01-14 Thread Ken Johanson
Ken Johanson wrote: Is there another commonly used (perhaps not distib'd with tomcat) implementation of Realm that allows a more programmatic type of authentication? I know that a couple other servers provide something like a boolean .authenticate(String user, String pass), which c

Re: Alternative Realm impl. that supports: boolean authenticate(String user, String pass) or void doLogin(Prinicipal p)?

2006-01-14 Thread Ken Johanson
t it may not even be allowed (by design), since there could be security implications to exposing all those interface methods to the servlet level.. but if its possible, I'll take it! :-) Thanks, ken ... clearing my throat, and pretending to be 3rd-person "Ken, take a look

Re: Alternative Realm impl. that supports: boolean authenticate(String user, String pass) or void doLogin(Prinicipal p)?

2006-01-15 Thread Ken Johanson
Nicholas Irving wrote: I have been looking for a authenticate(user) method, but cannot seem to find one, as I need to do something similar. Any ideas? Do you mean doLogin(Principal p)? - To unsubscribe, e-mail: [EMAIL PROTE

Re: Alternative Realm impl. that supports: boolean authenticate(String user, String pass) or void doLogin(Prinicipal p)?

2006-01-16 Thread Ken Johanson
Nicholas Irving wrote: What class is that? I cannot find it in any of the classes I have available? I am using 5.0.28, so perhaps this is a 5.5.x thing? -Original Message- From: Ken Johanson [mailto:[EMAIL PROTECTED] Sent: Monday, 16 January 2006 6:54 AM To: Tomcat Users List Cc

Classloaders for 'shared' and 'common' cannot load class-data from server?

2006-01-16 Thread Ken Johanson
web.xml element? Or is there another lib directory I should use? Thanks in advance, ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Classloaders for 'shared' and 'common' cannot load class-data from server?

2006-01-16 Thread Ken Johanson
(StandardWrapper.java:978) . ken -Original Message- From: Ken Johanson [mailto:[EMAIL PROTECTED] Sent: 16 January 2006 22:59 To: Tomcat Users List Subject: Classloaders for 'shared' and 'common' cannot load class-data from server? Hello, I'm building some ut

Classes in tomcat/common cannot load org.apache.catalina.*

2006-01-17 Thread Ken Johanson
p's classloader, and have privileged=true for the host's context... however this is less than ideal since I would like for the class to be available to all webapps (when the privileged=true privilege is granted). Thanks, ken -

Calling Realm.authenticate() doesn't register Principal in with the Session??

2006-01-18 Thread Ken Johanson
ister() in interface Authenticator? Thank, ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Calling Realm.authenticate() doesn't register Principal in with the Session??

2006-01-19 Thread Ken Johanson
Mark Thomas wrote: Ken Johanson wrote: Hi all, I am able to access the current context's org.apache.catalina.Realm object using Yoav Shapira's Tomcat-Realm example; however, when I call Realm.authenticate(String user, String pass), the Principal object that it returns is not being

Re: Calling Realm.authenticate() doesn't register Principal in with the Session??

2006-01-20 Thread Ken Johanson
feasible, because : -users should have the option to write the account validation logic in JSP -Users may already have a custom impl, and should not have to extend or implement or compile anything in that impl. to support this lib. Be it their own impl or their choice-use of to

Re: Calling Realm.authenticate() doesn't register Principal in with the Session??

2006-02-06 Thread Ken Johanson
redirect), with the built-in form based login (or subclass of it's impl), so that doesn't seem to be a drawback. Sorry to be redundant of you're already agreeing with the idea. Ken - To unsubscribe, e-mai

Re: Calling Realm.authenticate() doesn't register Principal in with the Session??

2006-02-07 Thread Ken Johanson
Mark Thomas wrote: Ken Johanson wrote: Mark, are you saying that you agree, or disagree, with the usefulness of the idea? I am -0 to the idea as a whole. I don't see the point but am happy to proivde pointers where I can. Mark Okay - do you have any pointers for this need?: (p

Re: Calling Realm.authenticate() doesn't register Principal in with the Session??

2006-02-09 Thread Ken Johanson
I'm trying to re-word these two concepts in a more elegant way: 1) I'm looking for a way to use form based authentication - but unlike with the current form login Realm, I need a way to intercept the persons email address(s) (typed into the username field), so that I can convert that into its

public void AuthenticatorBase.doLogin(request, response, principal)

2006-02-13 Thread Ken Johanson
est and HttpResponse are protected fields.. is there a another way to achieve this? Thanks, ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sePrincipal

2006-02-17 Thread Ken Johanson
ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cgi-servlet environment parameters

2006-03-06 Thread Ken Gibson
e-1/portal/ roduction35/www/500.cgi) Oddly, adding bogus parameters to the end of the request (var1=2) gets passed to the cgi-servlet in the QUERY_STRING parameter. Any help in finding the original request is greatly appreciated. Thanks Ken

RE: cgi-servlet environment parameters

2006-03-06 Thread Ken Gibson
version of Tomcat, would you suggest a local mod to force the PATH_INFO and/or REQUEST_URI? Unfortunately, upgrading isn't really an option. Thanks in advance for your help. Ken - To unsubscribe, e-mail: [EMAIL PROTECTED]

Limiting the number of connection threads per application

2006-05-04 Thread Ken Dombeck
We have 2 applications installed inside the same Tomcat 5.0 instance app1 and app2. URL app1.url.com is for app1 and app2.url.com is for app2. Both URLs have the same ip address but still hit port 80. The maxThreads for the connector is set to 100. The problem we are experiencing is that app2 wi

RE: Limiting the number of connection threads per application

2006-05-04 Thread Ken Dombeck
:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 4:20 PM To: Tomcat Users List Subject: Re: Limiting the number of connection threads per application On 04 May 2006, Ken Dombeck said: > We have 2 applications installed inside the same Tomcat 5.0 instance > app1 and app2. URL app1.url.com is for ap

Administration Links

2006-11-22 Thread Ken Ramey
in" package if you haven't downloaded the tarball with the real admin tool. Any suggestions would be grealy appreciated. Thanks. ken

Re: Administration Links

2006-11-27 Thread Ken Ramey
--- 0/0 566 2006-09-12 08:12:06 apache-tomcat-5.5.20 /conf/Catalina/localhost/admin.xml On 11/22/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Ken Ramey [mailto:[EMAIL PROTECTED] > Subject: Administration Links > > None of the links work. Not &quo

Re: Administration Links

2006-11-27 Thread Ken Ramey
OK. I did mention that the "admin" listing in the tarball matched what is in the "admin" section of the installation. However, here is the "find ." listing starting from the root of the Tomcat installation: ./LICENSE ./NOTICE ./RELEASE-NOTES ./RUNNING.txt ./bin ./bin/bootstrap.jar ./bin/catalin

Re: Administration Links

2006-11-27 Thread Ken Ramey
-users.xml ./web.xml ./auto ./auto/mod_jk.conf ./jk ./conf.lst ./workers.properties We've also done three clean installs of Apache, Tomcat and the Admin package so far with exactly the same results. Thanks. ken On 11/27/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From:

Re: Administration Links

2006-11-27 Thread Ken Ramey
The directory permissions are set to 755 ken On 11/27/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Ken Ramey [mailto:[EMAIL PROTECTED] > Subject: Re: Administration Links > > I don't know why the /conf directory didn't list That may be key. If i

Re: Unable to run Tomcat 5.5.20 as a Windows service under jdk 1.6

2007-02-05 Thread Ken Menzel
2007-02-05 15:02:55] [info] Starting service... [2007-02-05 15:02:56] [info] Service started in 1109 ms. Sorry I can't say any more than that. Hope it helps. Ken - To start a new topic, e-mail: users@tomcat.apache.org

Starting Tomcat with the Security Manager in Windows

2005-10-23 Thread Ken Pawliw
Arguments section of the Startup panel. I've tried start -security start security start, security and none of these work. I'd very much appreciate advice in the area as I've checked the archive and can't seem to find any information. Thanks, Ken

Re: Running on Mac OS 10.4

2008-06-21 Thread Ken Bowen
.bash_profile: vi .bash_profile 4. As Chuck stated, just add "equations":VAR=value and then export them -Ken On Jun 21, 2008, at 6:24 PM, Caldarale, Charles R wrote: From: Walter Thompson [mailto:[EMAIL PROTECTED] Subject: RE: Running on Mac OS 10.4 OK, another questi

Problem (apparent) with servlet mapping

2008-06-24 Thread Ken Bowen
perValve invoke INFO:servletPath=/www/com.herenow.hnm.userMain.UserMain/ messageInfo I've put simple System.out.println's at the tops of the methods in UserMainInfoServiceImpl which should be invoked, and have tried placing breakpoints in Eclipse,

Re: Problem (apparent) with servlet mapping

2008-06-24 Thread Ken Bowen
Sorry, I forgot to mention (careless of me) that there are no Exceptions or ERRORs showing in catalina.out or in localhost.2008-06-24.log. . that's why it feels so strange. On Jun 24, 2008, at 2:43 PM, Caldarale, Charles R wrote: From: Ken Bowen [mailto:[EMAIL PROTECTED] Su

NIO/Large-scale pushes to browsers/Jetty 6 Continuations

2008-06-26 Thread Ken Bowen
hanism for this problem. Does anyone on the list have any experience with them? More generally, does anyone have experience with a solution to our problem (large-scale pushes from server to browser)? Thanks in advance, Ken Bowen -

Re: NIO/Large-scale pushes to browsers/Jetty 6 Continuations

2008-06-27 Thread Ken Bowen
ny thoughts? On Jun 26, 2008, at 5:33 PM, Filip Hanik - Dev Lists wrote: Ken Bowen wrote: Hi All, I'm working on a project which has developed a need to push data from the server to browsers. In the short term, the numbers of browsers will be moderate, but in the long term, it appea

Tomcat 6 CometProcessor interface

2008-06-30 Thread Ken Bowen
This is a follow up on using Tomcat 6 and the CometProcessor interface: A. From Kris Zyp's post on [http://cometdaily.com/2007/12/10/comet-gazing-scaling/ ], with the Tomcat CometProcessor, connections and threads are decoupled, so that the number of connections can can scale inde

Closed connection exception with validationQuery="select 1"

2008-07-12 Thread Ken Bowen
riverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/sb_users" validationQuery="select 1"/> The exception trace is below. Any guidance would be greatly appreciated. Thanks in advance, Ken Bowen ---

Re: tomcat based webmail

2008-07-14 Thread Ken Bowen
Hi Angelo, Here's something from: Oct 4, 2007 at 1:33 PM, Ken Bowen <[EMAIL PROTECTED] > wrote: Sun's JavaMail (mail.jar -- you need activation.jar too) does a good job of simple mail sending (and it has lots of nice debugging for figuring out just how far things got

Connections timing out even with validation query??

2008-07-15 Thread Ken Bowen
is that if a closed connection is detected, it should automatically be replaced by a new connection?? The exception trace is below. Any guidance would be greatly appreciated. Thanks in advance, Ken Bowen - javax.servlet.ServletException: No operations allowed after c

Re: Connections timing out even with validation query??

2008-07-15 Thread Ken Bowen
). old_passwords=1 connect_timeout=43200 [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid and [client] password=xxx The system works fine except when I let it go over 12 hrs (night before last), and then I got the same exception. --David Ken Bo

Re: Connections timing out even with validation query??

2008-07-15 Thread Ken Bowen
tc/my.cnf, and restarted both mysql and tomcat. After 30min, everything's fine, but that's not much of test. I'll see what it looks like tomorrow morning. Thanks, Ken On Jul 15, 2008, at 10:23 AM, Hassan Schroeder wrote: On Tue, Jul 15, 2008 at 4:04 AM, Ken Bowen <[EMAIL P

Re: [Same Behavior]Connections timing out even with validation query??

2008-07-16 Thread Ken Bowen
Unfortunately, overnight produced the same Exception, even with the settings described. Any other thoughts anyone? --Ken On Jul 15, 2008, at 12:34 PM, Ken Bowen wrote: Definitely a plan. I put the following in my context.xml: validationQuery="sel

Re: [Same Behavior]Connections timing out even with validation query??

2008-07-16 Thread Ken Bowen
should be closed as soon as reasonable so they can return to the connection pool. All connections are /supposed/ to be closed when the interaction if finished, but there still could be one slipping through. --David Ken Bowen wrote: Unfortunately, overnight produced the same Exception,

Re: [New Behavior - Maybe]Connections timing out even with validation query??

2008-07-17 Thread Ken Bowen
response, I'm unclear about what it is in my situation which makes them necessary. Thoughts? (BTW, if the correct behavior persists, I'll let you all know after a week.) --Ken On Jul 16, 2008, at 9:50 AM, Hassan Schroeder wrote: On Wed, Jul 16, 2008 at 5:42 AM, Ken Bowen <[EM

Re: Unable to run tomcat in Eclipse

2008-07-19 Thread Ken Bowen
Are you running a version of Tomcat supplied by your Linux distribution? Often these cause many problems. You might try downloading a clean version of Tomcat from the Apache site, unzipping that, and trying it. On Jul 19, 2008, at 12:37 AM, KANIKA GUPTA wrote: Hi I am using tomcat V6.0.1

Graceful exit from AppListener

2008-07-22 Thread Ken Bowen
gracefully exit from the app without hurting Tomcat or other apps? ( Clearly not System.exit() ). Thanks, Ken

Re: [Same Behavior]Connections timing out even with validation query??

2008-07-22 Thread Ken Bowen
Nice technique ... thanks ... might help to zero in on it. On Jul 22, 2008, at 12:48 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken, Ken Bowen wrote: | All connections are /supposed/ to be closed when the interaction if | finished, but there still could be

Re: Trying to mix db connection pooling on web and desktop applications

2008-07-22 Thread Ken Bowen
b mode, and in the startup code above in desktop mode. Hope this helps, Ken Bowen On Jul 22, 2008, at 3:51 PM, Alejandro Hernandez Angeles wrote: Hello, this is the scenario: I have an application that must have two interfaces: as a desktop application and as a web application I've put the b

Re: Down the rabbit hole with JDBC

2008-07-24 Thread Ken Bowen
. Then start steppting through. You should be able to determine what the application listenters are (there may be more than one) by going to WEB-INF\web.xml and looking for the declarations class>path.to.class. Ken On Jul 24, 2008, at 6:26 PM, Matt Burkhardt wrote: Thanks - it was the first - I

Re: address bar shows ip instead of domain name

2008-07-28 Thread Ken Bowen
Apply a rewrite filter (http://tuckey.org/urlrewrite/) to map the ip expression to what you want. ken On Jul 28, 2008, at 5:36 PM, nilanthan wrote: So what Can I do so that that domain goes to that address but shows the domain in the address bar? Yuval Perlov wrote: Where ever you

Re: address bar shows ip instead of domain name

2008-07-28 Thread Ken Bowen
o the browser, and the (inbound) describes how to map what you mapped on output (now coming back from the browser) back into what you need to see on input. If you removed the comment symbols in the element, you get detailed debugging ouptut. Hope this helps. Ken On Jul 28, 2008, at 6:16

Re: address bar shows ip instead of domain name

2008-07-29 Thread Ken Bowen
display http://www.mydomain.com and when I click on a link, it should take my to ex. http://00.00.00.00:8080/mywebapp/register.action but in the address bar show http://www.mydomain.com/register.action. Can you use this example for the urlrewrite and where to place the codes? Thanks. Ken

Re: address bar shows ip instead of domain name

2008-07-30 Thread Ken Bowen
ecord for mydomain.com to go to the ip of 00.00.00.00, same as above ip. My question is how can I map to the mydomain.com to go to http://00.00.00.00 and based on that go to http://00.00.00.00:8080/mywebapp/welcome.action? ? nilanthan wrote: Thanks Ken for all your help! Ken Bowen wrote:

Re: address bar shows ip instead of domain name

2008-07-31 Thread Ken Bowen
rewritten. Ken Bowen wrote: If you mean: type http://mydomain.com and get to 00.00.00.00:/, you must register mydomain.com in the DNS with some ISP. If you want to get rid of the :8080, you must configure Tomcat to listen on port 80 instead of 8080 (check the howTo's, or search the arc

Re: address bar shows ip instead of domain name

2008-07-31 Thread Ken Bowen
Thanks to Mark for the last bit. On Jul 31, 2008, at 3:27 PM, nilanthan wrote: Thanks alot Ken. Just got it working. ww.. so easy now..lol..but thansk again for all your time and help. Mark Thomas-18 wrote: nilanthan wrote: Do I need to have Apache mod_jk connector for this to

SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Ken Bowen
ut: Aug 6, 2008 11:07:40 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /System/Library/Frameworks/JavaVM.framework/ Versions/1.5.0/Home/b

[NOT-FIXED]SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Ken Bowen
ass> com.connectedtrading.listener.SessionListenerlistener-class> ...... --Ken On Aug 6, 2008, at 11:58 AM, David Smith wrote: Each listener should be in it's own ... element block. Don't try to put all three in one. --David Ken Bowen wrote: Hi all, Using: Mac OS X 10.4.5 ru

Re: [NOT-FIXED]SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Ken Bowen
ning ID=0 time=0/11 config=null Aug 6, 2008 1:51:21 PM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Aug 6, 2008 1:51:21 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 1141 ms --Ken On Aug 6, 2008, at 1:09 PM,

[??-FIXED: Yes, but]SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Ken Bowen
e, but then he never got around to carrying out the computations. Thanks for putting me on the right path, --Ken On Aug 6, 2008, at 2:16 PM, Mark Thomas wrote: Ken Bowen wrote: That's what's frustrating. I'm using a new Tomcat unzip with simple JULI logging So what i

Re:constantly open connections in TC

2008-08-08 Thread Ken Bowen
t Comet sooner or later. --Ken On Aug 8, 2008, at 11:19 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Albretch, Albretch Mueller wrote: | 1) Can you achieve such a thing as a registered, dedicated, always | open connection to each client in a network from login to

Re: How to change Default URL to point to my application index.html page

2008-08-17 Thread Ken Bowen
If you are uploading your application (myapp) to Tomcat's webapps folder as a war (myapp.war), do two things: 1. Delete webapps/ROOT ; 2. Rename myapp.war to ROOT.war (case is important), and then upload it to webapps. On Aug 17, 2008, at 2:36 PM, flytoarun wrote: Hi All, I am using to

Re: DWR [Slightly off topic -- Was Struts vs JSF (poll?)]

2008-08-24 Thread Ken Bowen
ould comment on this. Thanks in advance, Ken On Aug 24, 2008, at 4:10 PM, Frank W. Zammetti wrote: Being as most of what I do today is RIA development, I've personally found that the ideal solution is to use NO framework at all. I use DWR and just treat everything as method calls. Th

Re: apparent problem with work/ directory

2008-08-30 Thread Ken Bowen
When I run into behavior that sounds like what you describe, I manually delete work/Catalina/localhost/ before restarting. --Ken On Aug 29, 2008, at 5:00 PM, Jonathan Mast wrote: I refactored the POJO side of a webapp I have. I basically moved some objects referenced by the JSPs

Re: apparent problem with work/ directory

2008-08-30 Thread Ken Bowen
jsp's, and that is done on an as-needed basis. So if you do the deletion first, and then (re)start your app, tomcat will start recompiling the jsp's in work as they are requested. --Ken On Aug 30, 2008, at 12:25 PM, Jonathan Mast wrote: I planned on doing that. However I'm conc

Re: Installing Tomcat (stock) with Tomcat (rpm)

2008-08-30 Thread Ken Bowen
e for the version of tomcat that you want, and unzip it in a convenient location. Using the startup/shutdown.bat(.sh) scripts in /bin, you can now run that version of tomcat. If you want a second version, just unzip the zip file for that version in some other location. --Ken On Aug 30, 2008, at

Re: Open source web-site management utility based on Tomcat

2008-09-02 Thread Ken Bowen
Google is your friend: open source web site management On Sep 2, 2008, at 11:31 AM, Toby White wrote: Hi guys, I am a completely newbie in tomcat. Just wondering if there is any open-source tool which would help me create and organize the contents of our company's web-site (about us, our

Re: tomcat ROOT

2008-09-08 Thread Ken Bowen
quest, www.mysite.com will invoke ROOT which will be your myapp. --Ken On Sep 8, 2008, at 2:51 PM, Markus Lord wrote: I have apache acting as a proxy for my tomcat and I'm wondering how I can get this one application 'myapp' to show up without having the directory name in the url. So what

Problem with mod_jk installation

2008-09-23 Thread Ken Bowen
since the installed Httpd version was 2.2.3, I attempted to use the next earliest version of mod_jk, the version mod_jk-1.2.26-httpd-2.0.61. But when Httpd tries to load that, it says that it is garbled. What am I missing here?? Thanks in advance, Ken Bowen

Re: Url rewrite

2008-09-30 Thread Ken Bowen
output. And of course you'll need a file "urlrewrite.xml" in your WEB-INF to express the rules you want. One of my projects has rules that look like this: ^/ContactUs$ /ContactUs.do ^/ContactUs.do$ /ContactUs My own experience is that tuckey rewrite i

Re: Url rewrite

2008-09-30 Thread Ken Bowen
BECAUSE it is changed to abc.com/b. Also, is adding just not enough? Why do we also need to add a filter. You need the filter to apply the rule to the incoming request to convert as you desire. On Tue, Sep 30, 2008 at 10:48 AM, Ken Bowen <[EMAIL PROTECTED]> wrote: Something like

Re: Url rewrite

2008-09-30 Thread Ken Bowen
it has to route that request to abc/b wouldn't the URLrewrite need to occur somewhere outside of B.war? On Tue, Sep 30, 2008 at 11:07 AM, Ken Bowen <[EMAIL PROTECTED]> wrote: Below... On Sep 30, 2008, at 1:58 PM, Mohit Anchlia wrote: I think I don't really understand how it

Unbounded content-length (e.g no Content-Length) in POST?

2008-10-08 Thread Ken Johanson
. It's sometimes desirable to grab the input stream and save it to disk from the web container... I don't see a field for this in Connector: http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/connector/Connector.html Thanks for any ins

Re: Communicating between webapps

2008-10-09 Thread Ken Bowen
#x27;ll be doing it by running it as a system service. An excellent place to start is http://java.sun.com/products/jms/ http://java.sun.com/products/jms/tutorial/ We are only using Java clients, but one of the advantages of JMS is that one can utilize a wide variety of other standards-b

Re: [ANN] Apache Tomcat Connectors 1.2.27-dev-704800 available for testing.

2008-10-15 Thread Ken Bowen
a description of what mod_jk does that is NOT done by mod_proxy_ajp and mod_proxy_balancer? Also, does this release imply a corresponding release of mod_jk? Thanks, Ken On Oct 15, 2008, at 4:04 PM, Rainer Jung wrote: Please join us in ensuring the quality of the forthcoming release by

Analog of mod_rewrite in Tomcat?

2007-09-26 Thread Ken Bowen
Hi all, Is there an analog of mod_rewrite which operates in Tomcat? It would be used if one was running Tomcat alone as a server without Apache in front of it. Thanks in advance, Ken Bowen - To start a new topic, e-mail

Weird problem: Two apparent copies of app started

2007-09-28 Thread Ken Bowen
ot; url="jdbc:mysql://localhost:3306/sb_users"/> The last item to note is that I have mysql-connector-java-3.1.14-bin.jar located in ~tomcat5/common/lib in each installation. I'm at a loss as to what could be going on. Any ideas what I should look for? T

Re: Weird problem: Two apparent copies of app started

2007-09-29 Thread Ken Bowen
;/opt/tomcat5/server/webapps/admin" privileged="true" debug="0"/> prefix="strong-brain.com." suffix=".txt" timestamp="true"/> So what I'm confused about is this: Exactly what should appear in Host and what in META-INF/con

Re: Weird problem: Two apparent copies of app started

2007-09-29 Thread Ken Bowen
without META-INF/context.xml ) how does one ensure (if one can?) that myapp is an application running in Host2, but not in Host1 ?? Thanks, Ken - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mai

Re: Weird problem: Two apparent copies of app started

2007-09-29 Thread Ken Bowen
Well, I said it would be DUH!, didn't I. Thanks a lot guys. Have a good weekend, Ken Caldarale, Charles R wrote: From: Ken Bowen [mailto:[EMAIL PROTECTED] Subject: Re: Weird problem: Two apparent copies of app started If I put my context element in META-INF/context.xml, how is it assoc

How to specify a default context?

2007-09-29 Thread Ken Bowen
n webapps/sample/META-INF/context.xml: It didn't have any effect. In particular, connecting to http://strong-brain.com/ still yielded the manager. So how can I make sample or sample2 the default webapp for this Host, running when the connection to http://strong-brain.com/

Re: How to specify a default context?

2007-09-30 Thread Ken Bowen
Is there no other way, one which leaves the app with its original name? Because of the convoluted way I've written the app, renaming it to ROOT has bad effects. Thanks, Ken Bowen Hassan Schroeder wrote: On 9/29/07, Ken Bowen <[EMAIL PROTECTED]> wrote: When no contexts for

Re: How to specify a default context?

2007-09-30 Thread Ken Bowen
o run. Since I plan to use http://tuckey.org/urlrewrite/ to rewrite URLs, and since "/" will rewrite to "/myapp/", then the request htpp://myhost/ will ending up causing myapp to handle the request. Is this sound? Am I missing something here? Thanks, Ken Caldarale, Charles

Re: Setting default webapp

2007-10-01 Thread Ken Bowen
Would it be enough to replace ROOT/index.jsp with the following?: <% page contentType = "text/html" %> <% String redirectURL = "http://myserver:8081/SiteData/";; response.sendRedirect(redirectURL); %> -- Ken Bowen Pid wrote: David kerber w

Re: New to Apache

2007-10-02 Thread Ken Bowen
I remind myself regularly that the address is a link at the bottom of every eamil I get from the list, and using that sets up everything I need. Since I save (some) list items, it's easy to get the address to start a new thread. --Ken Bowen Tony Fountain wrote: Yes, I did do that - i

  1   2   3   4   >