Re: Make Errors for JK-1.2.32 solaris/sparc

2011-10-24 Thread Ben
/ > Cp: cannot access ..libs/mod_jk.lai > Make[1]: *** [mod_jk.so] Error 2 > > Any help would be appreciated, thanks! > > Did you ever figure out the issue with this? I am getting the exact same message and I'm running out of ideas on how to solve it. Thanks

Does tomcat 7 support websocket?

2010-12-03 Thread Ben
Hi, I know it got servlet 3.0 support, but does it support websocket handshake n bi-direction talk? Tks. PeiSong - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.a

Can tomcat detect disconnection by client side in Async mode?

2010-12-04 Thread Ben
efficient cos I set the timeout to quite high value to avoid frequent disconnect / connect. Thanks for help. Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

CharacterEncoding is overridden by setContentType

2010-12-09 Thread Ben
Hi there, I don't get the source code from Tomcat 7.0.5. In the javadoc it says: --This method must preserve any response charset that may already have -- * been set via a call to response.setContentType(), response.setLocale(), -- * or response.setCharacterEncoding(). But in the code a

Re: CharacterEncoding is overridden by setContentType

2010-12-09 Thread Ben
Oh, and I found the force encoding filter does not work if the setContentType is called after. Is that becos of this method? On Dec 9, 2010, at 6:58 PM, Ben wrote: > Hi there, > > I don't get the source code from Tomcat 7.0.5. > > In the javadoc it says: > --This m

Re: Missing Request Parameters

2006-07-28 Thread Ben Souther
Since all webapps rely on request parameters, I'd say this would be a huge bug if it were one. So huge that it would render Tomcat unusable for any commercial grade application. Such a bug would fill this list with hundreds or thousands of complaints. Since we're not seeing those complaints, it'

Re: one application on different port

2006-08-21 Thread Ben Stringer
ports to the other (eg. 8080 vs. 18080, 8009 vs 18009, 8443 vs 18443). Let me know if you need an example conf. Cheers, Ben Ben Stringer = [EMAIL PROTECTED] == - To start a new to

Re: SSO + CLustering

2006-08-29 Thread Ben K.
l/cas/2006-June/002938.html There was also an interesting article. http://www.infosys.com/industries/banking/white-papers/Linux-SSO.pdf My 2 pence. HTH. Ben K. Developer http://benix.tamu.edu - To start a new topic, e-mail:

Re: HTTP 304 - IF_MODIFIED_SINCE

2006-09-05 Thread ben short
I have tried with firefox and ie6. May i ask what you are using? Ben On 9/5/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote: benshort wrote: > How do I get the IF_MODIFIED_SINCE header from the HttpServletRequest > object? > > When I use the HttpServletRequest.getHeader

Re: HTTP 304 - IF_MODIFIED_SINCE

2006-09-05 Thread ben short
log-1.0-SNAPSHOT/admin/editCategory.html?categoryId=1 cookie : JSESSIONID=AB7DD26B34FCAEA604B904B275C03BAD cache-control : max-age=0 Regards Ben On 9/5/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote: ben short wrote: > I have tried with firefox and ie6. May i ask what you are using? Fi

Re: HTTP 304 - IF_MODIFIED_SINCE

2006-09-05 Thread ben short
Markus, I have fixed the problem. I needed to set the contenttype and the contentlength on the HttpServletResponse. Now i see the if-modified-sice header on the second request. Thanks for your input. Regards Ben On 9/5/06, ben short <[EMAIL PROTECTED]> wrote: Markus, Im using Tomcat

Re: HTTP 304 - IF_MODIFIED_SINCE

2006-09-05 Thread ben short
-Modified-Since request header the next time it needs that resource. I can then send HTTP Error 304 - Not modified, in return and all will be well. Again, thanks for your help. Ben On 9/5/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote: ben short wrote: > Im using Tomcat 5.5.17. I assume

Re: HTTP 304 - IF_MODIFIED_SINCE

2006-09-08 Thread ben short
t more wrk to handel bad urls etc, but its functional. Give me a shout if you have any questions. Regards Ben On 9/8/06, Luke McLean <[EMAIL PROTECTED]> wrote: Hi Ben, I'm starting out to do exactly the same thing and the web is quite sketchy on how to do it with Spring. Would

Using IBM JSF components on tomcat

2006-09-13 Thread Ben Zahler
hi all, I have a problem when using IBM-JSF components on tomcat. I know that is not a very usual configuration, maybe someone has had similar problems. This is the code which causes the problem: And this is the Stacktrace displayed by IE: Unfortunately, the error occurs in proprietary cod

Re: Using IBM JSF components on tomcat

2006-09-13 Thread Ben Zahler
Sorry about this, it seems like my attachments have not worked properly. The files should be stacktrace.txt and snippet.jsp for the code example. sorry! Ben Ben Zahler/Switzerland/[EMAIL PROTECTED] 13.09.2006 09:05 Please respond to "Tomcat Users List"

Re: Using IBM JSF components on tomcat

2006-09-13 Thread Ben Zahler
I'm really sorry, seems like the mailing list program does not process my attachment properly, so I'll take one more last try. sorry again Ben - To start a new topic, e-mail: users@tomcat.apa

Re: Using IBM JSF components on tomcat

2006-09-13 Thread Ben Zahler
lbecq <[EMAIL PROTECTED]> 13.09.2006 09:36 Please respond to "Tomcat Users List" To Tomcat Users List cc Subject Re: Using IBM JSF components on tomcat Hi Ben, according to your stack trace, the error occurs somewhere below the call of ScriptCollectorTag.doEndTa

Re: Three hostnames in one instance of tomcat

2006-09-13 Thread Ben Stringer
I'm interested to hear other ideas, but I have used multiple entries to achieve this. In my case, each hostname has a dedicated IP and a DNS entry. Having multiple service entries allows you to have separation of almost all the config elements, like ports, appbase, logging etc. Cheers, Be

Re: Apache httpd + (internal) Tomcat + virtual hosts

2006-09-19 Thread ben short
TransferLog logs/domain1-access_log I think you will need the following line also.. LoadModule proxy_module /usr/lib/apache/modules/libproxy.so Regards Ben On 9/19/06, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: Carlos A. Carnero Delgado wrote: > We will install Apache 2.2.x if we c

Re: How to test a tomcat virtual host?

2006-09-21 Thread ben short
. Ben On 9/21/06, Samsamoddin Rajaei <[EMAIL PROTECTED]> wrote: Hi everybody, (I am newbie in this list!) I am trying to test my virtual hosts and my tomcat configuration on my local pc (Windows XP). I am using tomcat 5.0.28 and have configured following virtual hosts in my serv

Re: Tomcat 5.5.17 has max 40 KB / sec

2006-09-25 Thread ben short
Hi Steffen, I can see your post. Ben On 9/25/06, Steffen Heil <[EMAIL PROTECTED]> wrote: Hi I know, reasking the same question if there was no answer, is no good style. However I had problems using apache-lists earlier and I don't know wether my mail made it to the list. So c

Re: Administration Web Application

2006-09-25 Thread ben short
Download the Administration Web Application from this site http://tomcat.apache.org/download-55.cgi. Then un zip/tar it over the tomcat install directory. Restart tomcat and off you go. Ben On 9/25/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: Hi all, how can I install the Administrati

Re: Administration Web Application

2006-09-25 Thread ben short
Are the permissions for the new files ok? Ben On 9/25/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: I've already done the un-tar over the tomcat install directory. I try to access by remote host but nothing. Raffo On 9/25/06, ben short <[EMAIL PROTECTED]> wrote:

Re: Administration Web Application

2006-09-25 Thread ben short
Ah yes, I have In my tomcat-users.xml. Ben On 9/25/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: It seems start to work after I add into the tomcat-user.xml file the row and give to the user administrator this role. Raffo On 9/25/06, ben short <[EMAIL PROTECTED]> wrote:

Re: How to set restrictions on the retreival of files from some directories

2005-11-18 Thread Ben Souther
I just tested on 5.0.28 and can't see anything under WEB-INF. Are you using Tomcat as a standalone or with a connector? On Fri, 2005-11-18 at 14:15, Brian Buchanan wrote: > Upgrade. In a short test on two of my servers, 5.0.28 on windows has this > WEB-INF. vulnerability, but 5.5.7 did not. > >

RE: Many questions are left unanswered.

2005-12-16 Thread Ben Souther
Maybe you could keep an eye on the list and help out with some of those 'unanswered' questions. :) On Fri, 2005-12-16 at 07:30, Prathibha, Bharathi wrote: > Hi Jan, >I actually found the answer to my question . There was a small > problem in Tomcat 5.0's source code(in > org.apache.jk.commo

Re: question

2006-01-03 Thread Ben Souther
What operating system are you using? On Tue, 2006-01-03 at 10:43, [EMAIL PROTECTED] wrote: > hello > how i can set the env. variables like "JAVA_HOME" so that tomcat can be > start. > thank you > bye > richard > > > - > To uns

Re: Image Scaling Code

2006-01-12 Thread Ben Kim
was a clue in the error log. If you're on Fedora, you can just do yum install xorg-x11-Xvfb or do yum search Xvfb. I don't think I had to "run" it actually. Don't know if it will help you, but just in case. Regards, Ben Kim Developer http://benix.tamu.edu On 1/12/

Re: Image Scaling Code

2006-01-12 Thread Ben Kim
omcat xvfb" turned up a few like this. http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg159956.html Regards, Ben Kim Developer http://benix.tamu.edu -- Forwarded message -- Date: Fri, 13 Jan 2006 00:53:34 -0600 (CST) From: Ben Kim <[EMAIL PROTECTED]>

RE: Image Scaling Code

2006-01-13 Thread Ben Kim
prevent the errors mentioned below when you don't have a graphical >shell running on your system. > >Regards, Wouter > >-----Original Message- >From: Ben Kim [mailto:[EMAIL PROTECTED] >Sent: Friday, January 13, 2006 7:54 AM >To: Tomcat Users List >Subject: Re: Im

Re: Tomcat 5.5.12 less robust than 5.0.28?

2006-01-27 Thread Ben Souther
I'm meeting the dude in Middleton @ 11:00 AM Sat. You still want to go? If so, I can be at your place around 10:00. Jess's coming too. On Fri, 2006-01-27 at 11:32, Mark Birenbaum wrote: > I had a similar sounding problem (although I experienced it with all > versions of Tomcat). > > (Forgive me

Re: what is the command to find out whether or not Tomcat is installed on your server

2006-02-19 Thread Ben Kim
ask the list again with that. On other distros it can be different so if you tell us what uname -a gives, it will help. My 2 cents. Regards, Ben K. Developer http://benix.tamu.edu - To unsubscribe, e-mail: [EMAIL

catalina.out windows tomcat 4.1.31

2006-03-09 Thread Ben Anderson
Hi, I don't want to run tomcat as a service. I'd like to run it either through ivoking java directly or running startup.bat. However, I don't see catalina.out under these circumstances and I need to log the standard output. Is this possib

Logging Configuration - 5.5.20

2006-10-25 Thread Ben Geyer
help would be appreciated. Thanks, Ben

Re: Logging Configuration - 5.5.20

2006-10-25 Thread Ben Geyer
didn't hav any effect. <http://tomcat.apache.org/tomcat-5.5-doc/logging.html> I was a bit confused on the stdout and stderr since I do have two empty files that Tomcat created in the same directory. Thanks for the feedback. Ben Is FINE even a log level? I would try DEBUG or TRACE.

Tomcat 5.5 Regular Expression as servlet-mapping url-pattern

2006-10-27 Thread ben short
Hi is it possible to use a regular expression as a servlet-mappings url-pattern? Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Logging Configuration - 5.5.20

2006-10-27 Thread Ben Geyer
Just to finish up this thread, I found that the root cause of my problems was that I had a commons-logging.properties file buried in another jar file that redirected logging to a logger that wasn't able to be initialized. Kinda a catch-22. Anyway, thanks for the help. Ben On 10/25/06

Re: Tomcat 5.5 Regular Expression as servlet-mapping url-pattern

2006-10-27 Thread ben short
requests that are not equal to images, css, js etc to the DispatcherServlet. Has anyone any ideas if this is possible? The current solution uses apache URL rewriting and only forwards requests for non static to tomcat. I just wanted to be able to deploy everything in one place. Ben On 10/27/06

Re: Tomcat 5.5 Regular Expression as servlet-mapping url-pattern

2006-10-27 Thread ben short
Hi Chuck, Do you have an example of this? Ben On 10/27/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5 Regular Expression as servlet-mapping > url-pattern > > So I wanted to do something l

Re: Tomcat 5.5 Regular Expression as servlet-mapping url-pattern

2006-10-27 Thread ben short
/ The default servlet is defined in the conf/web.xml file. Many thanks for you help. Ben On 10/27/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5 Regular Expression as servlet-mapping > url

Servlet Mappings

2006-10-30 Thread ben short
/error/* test / default /images default /css default /js With this setup requests that start with /error go to the testerror servlet, all other requests go to the test servlet.

Re: Servlet Mappings

2006-10-30 Thread ben short
Hi, I changed the mapping to as follows but no joy. Although the problem seems to of changed slightly. When I try to request an images http://myhost/images/error/logo.gif i get a 404. I have double checked and the image is definatly in the correct location. testerror /error/*

Re: Servlet Mappings

2006-10-30 Thread ben short
alone in the web.xml the image is dispalyed. With default /images/* alone in the web.xml the image is not dispalyed. I have the cache turned off on my browser. How strange. Ben On 10/30/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED]

Re: Servlet Mappings

2006-10-30 Thread ben short
Charles, Im deploying a war file. Im also using spring. I havent touched the web.xml. I have litrally downloaded and un tared the file from the apache tomcat website. Here is the layout of the test app;lication i have setup to try it out. test - images - test.jpg - WEB-INF - web.xml - test-s

Re: Servlet Mappings

2006-10-30 Thread ben short
I just tried changing the /images/* to *.jpg and it works On 10/30/06, ben short <[EMAIL PROTECTED]> wrote: Charles, Im deploying a war file. Im also using spring. I havent touched the web.xml. I have litrally downloaded and un tared the file from the apache tomcat website. Here is the

Re: Servlet Mappings

2006-10-30 Thread ben short
war file ROOT.xml the rest of the server is configured as default. To url to trigger the jsp is http://myhost/test/test.html. Im just knocking up a servlet to do the same thing to remove spring from the picture. Ben On 10/30/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > Fro

Re: Servlet Mappings

2006-10-30 Thread ben short
.getWriter().flush(); } } The webapp was deploed to http://myhost/test via the tomcat manger webapp. On going to the http://myhost/test url the webpage is shown but no image. Going to http://myhost/test/images/test.jpg give a 404. Ben On 10/30/06, ben short <[EMAIL PROTECTED]> wr

Re: Servlet Mappings

2006-10-31 Thread ben short
Many thanks for your help Charles. On 10/31/06, Bill Barker <[EMAIL PROTECTED]> wrote: "ben short" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I just tried changing the /images/* to *.jpg and it works > Yes, Tomcat's default servlet won'

Re: Tomcat at port 443

2006-11-01 Thread ben short
Have you uncommented the https connector in the server.xml? By default it is commented out as shown below Ben On 11/1/06, Andrea König <[EMAIL PROTECTED]> wrote: Hi all, I have to modify the default tomcat port 8080 to another port because there is a another application runn

Solaris 10 Apache 2 Tomcat mod_jk

2006-11-22 Thread ben short
5.10 Generic_Patch_118844-30 i86pc i386 i86pc Has anyone tried to do this? Regards Ben - 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: Solaris 10 Apache 2 Tomcat mod_jk

2006-11-22 Thread ben short
start") ] Syntax error on line 275 of /etc/apache2/httpd.conf: API module structure `jk_module' in file /opt/csw/apache2/libexec/mod_jk.so is garbled - perhaps this is not an Apache module DSO? [ Nov 22 20:31:44 Method "start" exited with status 1 ] On 11/22/06, Rainer Jung &l

Re: Solaris 10 Apache 2 Tomcat mod_jk

2006-11-22 Thread ben short
site they dont have a mod_jk package for apache 2.0.. just 1.3 and 2.2. Thank you for your help. Ben On 11/22/06, Rainer Jung <[EMAIL PROTECTED]> wrote: ben short schrieb: > Rainer, > > Running the svcadm enable apache2 command without the LoadModule > starts apache correctly

Re: Solaris 10 Apache 2 Tomcat mod_jk

2006-11-24 Thread ben short
Chris, Um, a good question. I thought that mod_jk was only available as source and pkg_get -i ap2_mod_jk seemed like an easier option. Altough it turned out to be a headache. If i get time I might try out the binary from apache. Ben On 11/24/06, Christopher Schultz <[EMAIL PROTECTED]>

Re: Solaris 10 Apache 2 Tomcat mod_jk

2006-11-24 Thread ben short
Chris, Are these not binary releases then? http://www.mirrorservice.org/sites/ftp.apache.org/tomcat/tomcat-connectors/jk/binaries/ On 11/24/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben, ben short wrote: > Chris, > > Um,

Re: OT: Re: Solaris 10 Apache 2 Tomcat mod_jk

2006-11-24 Thread ben short
I found this while I was digging around. http://forum.sun.com/jive/thread.jspa?threadID=96761&tstart=30 Ben On 11/24/06, Steve Ochani <[EMAIL PROTECTED]> wrote: Date sent: Fri, 24 Nov 2006 14:26:34 -0800 (PST) From: Nikola Milutinovic <[EMAIL PROTEC

Re: webapp management

2006-11-26 Thread ben short
Hi, If you are using maven you could try the tomcat plugin http://mojo.codehaus.org/tomcat-maven-plugin/introduction.html Or the cargo plugin. http://cargo.codehaus.org/ Ben On 11/26/06, Pierre Goupil <[EMAIL PROTECTED]> wrote: Hi all there ! After my bad experience with Eclipse JST

Notification of expiring sessions

2006-12-19 Thread ben short
the data and insert it in the db. The problem is, I want the data to expire along with the session, either by time out or by invalidation of the session. Is there a way to hook into Tomcat to get notification that a session has expired? Regards Ben

Re: Notification of expiring sessions

2006-12-19 Thread ben short
could grab the requestedSessionId from the request and then use that to look up the session data. I know that tomcat provides some way of persisting session but the documentation doesn't seem to be very good. Ben On 12/19/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > F

Re: Catalina.stop: java.net.ConnectException: Connection refused

2006-12-27 Thread Ben Stringer
can be connected to from the host running tomcat. Cheers, Ben Ben Stringer = [EMAIL PROTECTED] == - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTEC

Re: Virtual Hosts

2006-12-28 Thread ben short
I have used something like the following with mod proxy. This goes in your apache config file ServerName www.domainname.co.uk ServerAlias www.domainname.com ProxyPass / http://192.168.100.20:8080/yourwebapp/ ProxyPassReverse / http://192.168.100.20:8080/youwebapp/ ProxyRequests off ErrorLog log

Re: from https to http?

2007-01-04 Thread ben short
help. Regards Ben [1] http://acegisecurity.org/docbook/acegi.html#channel-security [2] http://acegisecurity.org/multiproject/acegi-security-catalina/downloads.html On 1/4/07, John Doe <[EMAIL PROTECTED]> wrote: Chris, Chuck: Thanks a lot by the explanation. Looks like Tomcat (or

Re: Standards Complaint Browser Campaign

2007-01-06 Thread ben short
Um your joking right? Tomcat dosent actually create any of the html, thats up to your servlets/jsp. Unless you mean the Tomcat manager webapp. I havent had any problems with it and have used a few different browsers to acces it. On 1/6/07, Pierre Goupil <[EMAIL PROTECTED]> wrote: Hello, folks

Re: Standards Complaint Browser Campaign

2007-01-06 Thread ben short
' they are referring to different browsers interpreting the html, css standards differently. Or in the case of Microsoft just doing what they feel ;) The root of this thread is talking about this. I hope this makes some sense. Ben On 1/6/07, Pierre Goupil <[EMAIL PROTECTED]> wrot

Re: Small CMS

2007-01-07 Thread ben short
HI, Maybe this will help... http://www.java-source.net/open-source/content-managment-systems Ben On 1/7/07, Dima Retov <[EMAIL PROTECTED]> wrote: Please, advise small CMS for tomcat. I need smallest possible CMS with set of skins to rapidly setup several sites. I tried several C

Tomcat and JSTL 1.2

2007-01-09 Thread ben short
Hi all, Im trying to use jstl 1.2 with tomcat 5.5.20 and java 1.5.0_05-b05. My webapp deploys ok but when I browse to it I get the following exception. xception org.apache.jasper.JasperException: Unable to read TLD "META-INF/c.tld" from JAR file "file:/opt/apache-tomcat-5.5.20/webapps/basket/

Re: Tomcat and JSTL 1.2

2007-01-09 Thread ben short
iginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ben short Sent: Tuesday, January 09, 2007 12:08 PM To: Tomcat Users List Subject: Tomcat and JSTL 1.2 Hi all, Im trying to use jstl 1.2 with tomcat 5.5.20 and java 1.5.0_05-b05. My webapp deploys ok but when I browse to

Re: Tomcat and JSTL 1.2

2007-01-09 Thread ben short
Tim, Thats what I thought, but I check and double checked and the jstl-1.2.jar file is in the correct location. It also has the c.tld inside it. On 1/9/07, Tim Funk <[EMAIL PROTECTED]> wrote: Looks like you are missing the JSTL jar files whihc need to be in WEB-INF/lib -Tim ben short

Re: Tomcat and JSTL 1.2

2007-01-09 Thread ben short
root of the jar and it all sprung into life. How odd. Thanks for your help. Ben On 1/9/07, Derrick Koes <[EMAIL PROTECTED]> wrote: The .tld file itself should tell you the URL you need in the directive to access the file. The .tld file doesn't need to be in web-inf/lib. These can

Re: Session Monitoring tool?

2007-01-22 Thread Ben Souther
What kind of information are you looking for? If it's application specific data, it wouldn't be difficult to write something yourself. I have a sample app that shows the users logged in to the system, how long they've been active, when the session times out, and what the last page they've hit is.

Re: Embedded Tomcat and application communication

2007-01-23 Thread ben short
ation interface into the ServletConfig somehow and the servlet could grab it in the init method. I hope this is of some help. Ben ps: sorry to mention jetty on a tomcat list ;) [1] http://docs.codehaus.org/display/JETTY/Embedding+Jetty On 1/23/07, Yiannis Mavroukakis <[EMAIL PROTECTED]> wrote

Re: Embedded Tomcat and application communication

2007-01-23 Thread ben short
HessianServlet" // class name ); servletHolder.setInitParameter("api-class", "com.mycompany.myapp.IWebservice"); servletHolder.setInitParameter("service-class", com.mycompany.myapp.WebserviceImp"); mJettyServer.start(); Ben On 1/23/07, ben short

Re: Further documentation on j_security_check

2007-01-24 Thread ben short
Langas, Probably best you look at the source code then. Ben On 1/24/07, Langas de los Langas <[EMAIL PROTECTED]> wrote: Thanks for the feedback, but I had already checked that documentation. I want to understand j_security_check on a deeper level; I especifically want to know how the p

Re: Further documentation on j_security_check

2007-01-24 Thread ben short
The tomcat source code can be found here. http://tomcat.apache.org/ You will need to select the tomcat version you want from the download menu on the left. Then scroll down and you will see the source downloads. Ben On 1/24/07, Langas de los Langas <[EMAIL PROTECTED]> wrote: That&#x

Re: jk load balancing based upon ip address rather than session id

2008-06-13 Thread Ben Stringer
check the request properties, and based on these, rewrite the URL in such a way that it maps to a different JkMount attribute, sending the request to a specific worker. Cheers, Ben - To start a new topic, e-mail: users@tomcat.apac

Re: Run several applications on different ports, isolated from each other

2008-06-13 Thread Ben Stringer
ing two tomcat instances. It does require modifications to the packaging (I did this under RedHat), but gives the most flexibility. The decider for me was the ability to run each tomcat instance as a different user id, and to be able to completely stop and restart each tomcat without

Re: Tomcat producing (near) duplicate Catalina logs

2008-06-13 Thread Ben Stringer
rection: http://mail-archives.apache.org/mod_mbox/tomcat-users/200407.mbox/% [EMAIL PROTECTED] Cheers, Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Multiple Java processes when using Tomcat

2008-06-16 Thread Ben Stringer
ly available for the 2.4.xx kernel. The 2.6.xx kernel allows for proper thread grouping and reporting. To take advantage of this, your programs must use a threading library that features the CLONE_THREAD flag. The NPTL pthreads provided by recent glibc releases use CLONE_THREAD. Cheers, Ben

RE: Redhat patch level cheatsheet?

2008-06-19 Thread Ben Stringer
u download (from instance) tomcat5-5.0.28-2jpp_5rh.rpm from RHN, you are getting the Apache Tomcat 5.0.28 release. Redhat use (and sponsor) jpackage.org, so you may find more information there. If my understand is incorrect (and it may be) I'd like to know - this has always been my belief. Chee

Re: Graceful shutdown

2008-07-04 Thread Ben Stringer
top the tomcat instance. However when we tried to implement this setup, it did not work quite as expected. Cheers, Ben [1] http://tomcat.apache.org/connectors-doc/reference/status.html - To start a new topic, e-mail: users@tom

Re: Graceful shutdown

2008-07-14 Thread Ben Stringer
On Mon, 2008-07-07 at 00:10 -0700, Antonio Parolini wrote: > Hi, Ben > > > 1) Define a status worker [1] and one (or more) workers. > > Interresting. Will this status worker thing work -without- a webserver as > Frontend (like Apache) ? Hi Antonio, No, to the best of my k

Re: Tomcat Hosting

2008-07-29 Thread Ben Stringer
without making any commitments. I've been pleased with Rimu Hosting http://rimuhosting.com/ Not sure if they offer a trial period though. Cheers, Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubsc

Changing SSL Certificates

2008-08-01 Thread Ben Densmore
certificate? Thanks, Ben

Re: Changing SSL Certificates

2008-08-01 Thread Ben Densmore
an error that the keystore isn't valid. Thanks, Ben On Fri, Aug 1, 2008 at 12:13 PM, Peter Crowther <[EMAIL PROTECTED] > wrote: > Tomcat version? > Error message (anything more than "blew up")? > Vendor of new cert? Do you have to install a cert cha

Re: Changing SSL Certificates

2008-08-01 Thread Ben Densmore
Is there anyone that might be willing to help me get this fixed? I've tried following the docs from TomCat and am now getting this error. keytool error: java.lang.Exception: Public keys in reply and keystore don't match We'd be willing to pay, i just need to get this fixed. Than

Re: Would like to monitor memory use offline

2008-08-03 Thread Ben Stringer
robe [2] to give you an overview of resource consumption and monitor it over time. Cheers, Ben [1] -XX:+PrintGCTimeStamps -Xloggc:/var/log/java/gc.log -verbosegc -XX:+PrintGCDetails [2] http://www.lambdaprobe.org/d/index.htm

Re: Problems using JavaMail-API within Tomcat

2008-08-12 Thread Ben Stringer
il jar being on the classpath. Perhaps check if this is the case. Cheers, Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Single Sign On valve issue

2008-09-10 Thread Ben Newman
a why this might be happening? I've been looking all over but I can't find a solution. The documentation also says that invalidating the session in one webapp will invalidate them in all applications, but I'm not seeing this eith

Re: Problem with jsvc

2007-05-16 Thread ben short
Hi, What OS are you on? On linux I do the following and it works fine for me. See the docs here [1] cd $CATALINA_HOME/bin tar xvfz jsvc.tar.gz cd jsvc-src autoconf ./configure --with-java=$JAVA_HOME make cp jsvc .. cd .. [1] http://tomcat.apache.org/tomcat-5.5-doc/setup

How to increase timeout while deploying war via the manager webapp

2007-05-21 Thread ben short
Hi, I am trying to deploy a large war via the manager webapp over a slow connection. After about 10 mins the connection times out. Is it possible to increase this timeout period? Regards Ben Short - To start a new topic, e

Re: How to increase timeout while deploying war via the manager webapp

2007-05-21 Thread ben short
uming. Many Thanks On 5/21/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: there is a disableUploadTimeout flag on the element, are you sure tomcat is timing out the connection? Filip ben short wrote: > Hi, > > I am trying to deploy a large war via the manager webapp over

Re: JDBC

2007-05-22 Thread ben short
Have a look here.. http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html On 5/22/07, Mohammed Zabin <[EMAIL PROTECTED]> wrote: Hi All Am new on this, i want to know how to configure Database Connection Pooling to use Oracle Database?? anyhelp will be appreciated. Jotnart

Re: XFire Spring Web Services

2007-05-23 Thread ben short
What makes you think it wouldnt? On 5/23/07, Velidanda Srinivas <[EMAIL PROTECTED]> wrote: Hi, Does Tomcat 6.013 support XFire Spring Web Services? Thanks & Regards, Srinivas Velidanda. This e-mail has been scanned for a

Re: XFire Spring Web Services

2007-05-23 Thread ben short
I have used Spring's HTTP invoker with Tomcat 6 and it works fine. So I dont see a reason why XFire shouldnt work too. On 5/23/07, ben short <[EMAIL PROTECTED]> wrote: What makes you think it wouldnt? On 5/23/07, Velidanda Srinivas <[EMAIL PROTECTED]> wrote: > Hi, > >

Re: XFire Spring Web Services

2007-05-23 Thread ben short
-Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > ben short > Sent: 23 May 2007 16:10 > To: Tomcat Users List > Subject: Re: XFire Spring Web Services > > > I have used Spring's HTTP invoker with Tomcat 6 and it works fine. So > I

Re: XFire Spring Web Services

2007-05-23 Thread ben short
Take a look at the manual for a simple example.. http://static.springframework.org/spring/docs/2.0.x/reference/remoting.html#remoting-web-services-xfire On 5/23/07, ben short <[EMAIL PROTECTED]> wrote: The configureation is all done in your spring config files in your webapp. All tom

Re: XFire Spring Web Services

2007-05-23 Thread ben short
And also here... http://xfire.codehaus.org/Spring+Remoting On 5/23/07, ben short <[EMAIL PROTECTED]> wrote: Take a look at the manual for a simple example.. http://static.springframework.org/spring/docs/2.0.x/reference/remoting.html#remoting-web-services-xfire On 5/23/07, ben short &

Re: XFire Spring Web Services

2007-05-23 Thread ben short
I cant get the example you posted to work either and dont have time to look in to it in too much depth. Have a go with the one from the xfire site, I have used xfire before with spring at it was pretty easy to get going. Im sure you'll get there. On 5/23/07, ben short <[EMAIL PROTECTED

Re: How to monitor Tomcat Server.

2007-05-24 Thread ben short
How about Nagios [1]. It can check allsort of things. And you can set it up to send email/sms notifications. [1] http://nagios.org/ On 5/24/07, Neil Meyer <[EMAIL PROTECTED]> wrote: Hi, I have found from one of these group the following monitor tool. www.appmanager.com You will find a tool

Re: How to monitor Tomcat Server.

2007-05-24 Thread ben short
I would think that they have apache httpd running in font of tomcat and the page is displayed by that. On 5/24/07, Praveen Kumar <[EMAIL PROTECTED]> wrote: Thanks for your ans. They should provide some option saying send mail to x before shutdown. That will be more helpful. And one

Re: How to monitor Tomcat Server.

2007-05-24 Thread ben short
I'd still recommend Nagios to do the monitoring, far cheaper than hiring someone to do the checking 24*7. Also you'll get an instant notification of when things go bad, rather then in 2 hours time when someone checks it. You could setup 2 instances of nagios.. get them to monitor each other and t

  1   2   3   4   >