Re: Parallel Tomcat Instances On Same Server

2019-02-22 Thread Hassan Schroeder
ke the first thing you'd want to address is that single point of failure... -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan Consulting Availability : Silicon Valley or remote - To un

Re: Need help configuring Apache 2.4 on Windows 10 with PHP

2019-01-27 Thread Hassan Schroeder
On Sun, Jan 27, 2019 at 10:53 AM Barry Kimelman wrote: > I am running Apache 2.4 on a 64 bit windows 10 system. This mailing list is for Apache Tomcat, not Apache httpd -- you will likely get better responses on an appropriate list. -- Hassan Schroeder hassan.sch

Re: Can not use multiple war files on single port.

2018-07-14 Thread Hassan Schroeder
On Sat, Jul 14, 2018 at 1:54 AM, Muhammad Rasul Bobonazarov <19mra...@gmail.com> wrote: > I can not run multiple war files on tomcat webapps. All war files are > unpacking, but they are not running except the last I placed So what do your log files show? -- Hass

Re: Getting the Manager app running on localhost.. Please help

2018-07-12 Thread Hassan Schroeder
raneous... FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan Consulting Availability : Silicon Valley or remote - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Binding a non root user to port 443

2018-03-13 Thread Hassan Schroeder
On Tue, Mar 13, 2018 at 11:18 AM, Cheltenham, Chris wrote: > I may lobby for iptables but the admins are pushing back. "pushing back" because of laziness or actual reasons? -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan Consulting

Re: Mysql vs Postgress

2018-01-24 Thread Hassan Schroeder
in. (Note: all that might be true of other cloud providers.) FWIW! -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan Consulting Availability : Silicon Valley or remote - To unsubscribe,

Re: What jar files do I need to have a java ee website to connect to the databse

2017-05-16 Thread Hassan Schroeder
On Tue, May 16, 2017 at 3:07 PM, Yosef Fastow wrote: > Here is the information from my WEB_INF folder on the database > > Uh, it looks like your project uses MySQL, eh? Searching for "mysql jdbc driver" might turn something up šŸ˜€ -- Hassan Schroeder ---

Re: How to create a redirect?

2017-03-03 Thread Hassan Schroeder
8443/WAPROD/WebAdvisor?TYPE=M&PID=CORE-WBMAIN&TOKENIDX=9075473998 A plain "https://whatever/"; URL requires that your SSL server use port 443 (natively, via proxy, iptables, etc.) -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan Consulting Ava

Re: New to SSL - debugging tomcat

2016-12-21 Thread Hassan Schroeder
On Wed, Dec 21, 2016 at 1:22 AM, Peter Wallis wrote: > Can someone point me to the official how-to debug ssl issues on tomcat? Did you follow the steps in this documentation? http://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html -- Hassan Schroeder hassan.sch

Re: probable bug

2016-09-04 Thread Hassan Schroeder
of the same message* -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consulting Availability : Silicon Valley or remote - To unsubscribe, e-mail: us

Re: probable bug

2016-09-04 Thread Hassan Schroeder
On Sun, Sep 4, 2016 at 1:52 PM, Cristian Lorenzetto wrote: > i m working on websocket with long messages. > > I saw ... payload message length is wrong in the last frame. -> http://www.catb.org/esr/faqs/smart-questions.html -- Hassan Schroeder h

Re: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Hassan Schroeder
age associated with the *default context*, which in Tomcat is named ROOT (case sensitive). You need to move or delete the existing ROOT and rename your own WAR file (or directory) to ROOT. HTH, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroed

Re: Deploy with white screen

2016-06-25 Thread Hassan Schroeder
On Sat, Jun 25, 2016 at 8:40 AM, Jeffrey A Trimble wrote: > I've just deployed tomcat 7.0.70 on a test server, but I'm seeing something > very strange and I'd like some advice to point me to a solution. Start by looking in your logs :-)

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Hassan Schroeder
, FYI, Apache httpd has a built-in configuration checker that you could (and apparently should) run (hint) :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consulting Availability : S

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Hassan Schroeder
old mod_proxy and mod_proxy_http rather than mod_jk - less config required, doesn't require changing your Tomcat config other than picking a different port number than 80 for your connectors. Good luck, -- Hassan Schroeder hassan.schroe...@gmail.com http://about

Re: RewriteCond

2015-05-25 Thread Hassan Schroeder
this: http://tuckey.org/urlrewrite/ Good luck, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consulting Availability : Silicon Valley or remote - To

Re: tomcat7 PID file and status check

2015-05-15 Thread Hassan Schroeder
do I write it > out to the file system? Look at the output of `cd $CATALINA_HOME/bin && grep pid *.sh` :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consulting Avai

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-12 Thread Hassan Schroeder
webapps folder and edited server.xml with > below details, > > Each virtual host needs its own separate non-overlapping appBase. (See the 'Webapps Directory' section of the doc.) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschro

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-08 Thread Hassan Schroeder
y. Virtualization rocks. I find myself typing "vagrant up" so frequently :-) Let us know how it goes! H* -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consulting Ava

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-08 Thread Hassan Schroeder
Mark, no worries - random chance, I'm sure. Props for the prompt action on behalf of the list (and other ASF lists) to avoid seeing more of this person's misdirected anger. H* -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-07 Thread Hassan Schroeder
od place to start: http://tomcat.apache.org/tomcat-7.0-doc/virtual-hosting-howto.html HTH, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consulting Availability :

Re: A bug on tomcat

2015-04-06 Thread Hassan Schroeder
On Mon, Apr 6, 2015 at 1:12 PM, Francesco Viscomi wrote: > deploy it to Tomcat it do not work anymore. http://www.catb.org/esr/faqs/smart-questions.html -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consult

Re: How to force Tomcat to use the system clock?

2015-03-06 Thread Hassan Schroeder
but I know HP threw in a fair > number of tweaks for their platform. Write Once, Debug Everywhere :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consulting Availab

Re: 1st time user

2015-02-27 Thread Hassan Schroeder
avaScript are *not the same*. You don't need Tomcat to have JavaScript included in a page from any web server, IIS or otherwise. So which is it? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consulting Availability :

Re: 1st time user

2015-02-27 Thread Hassan Schroeder
On Fri, Feb 27, 2015 at 12:07 PM, Brian V. Casteel wrote: > But when how do I make my java on my HTML page from IIS run it? Could you translate that into English? My Gibberish is rusty. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroe

Re: Session being dropped in Virtual Host in 8.0.9

2015-02-04 Thread Hassan Schroeder
apps out of Tomcat (as WAR files), not Sinatra/ Padrino, but -- 1) Have you tried (non-WAR) using trinidad (embedded Tomcat)? 2) Can you make a simple example WAR available that duplicates the issue? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hass

Re: ā€œVirtual hostingā€ with port removed?

2015-02-01 Thread Hassan Schroeder
ry app individually, and you're not proxying ROOT at all. Your gists and your stated goals seem at cross purposes... -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan --

Re: Static files with default servlet in tomcat 8.0.9

2015-01-12 Thread Hassan Schroeder
-js > - META-INF > > and* web.xml* configuration using default servlet is : > > > > default > /res/* > The default servlet will handle your static resources out of the box. Get rid of the above (/res/*) mapping and access as e.g. /m

Re: REST call failure on newer tomcat version/update

2014-12-22 Thread Hassan Schroeder
e RFC (http://tools.ietf.org/html/rfc7231#page-21) is that there's no reason to expect a response-body from a PUT, even if the mention of returning either 200 or 204 is a bit ambiguous. So it wouldn't surprise me to see a server implementation discard a response-body from a

Re: Tomcat giving more request to my application.

2014-11-29 Thread Hassan Schroeder
nds unlikely. How are you determining this? Can you provide a reproducible test case? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mai

Re: http://courses.apexlearning.com/apps/AceWeb/logon.jsp

2014-11-26 Thread Hassan Schroeder
On Wed, Nov 26, 2014 at 1:50 PM, Travis Power wrote: > it comes from your server/website Uh, no. The URL you reference is apparently using a poorly configured instance of the Tomcat server, but that's as far as the connection with this mailing list goes :-) Good luck. -- Hassan S

Re: Unable to disable SSL in Tomcat 6 !

2014-11-02 Thread Hassan Schroeder
On Sun, Nov 2, 2014 at 10:09 AM, Utkarsh Dave wrote: > Is there any other way to disable SSL in Tomcat 6. How many ways do you need? The process described in this thread works as indicated with 6.0.37. -- Hassan Schroeder hassan.schroe...@gmail.com http://about

Re: HTTPS / URLs with no port number / Tomcat only

2014-10-27 Thread Hassan Schroeder
ccess to port 443? > I am using "jsvc" to start Tomcat as a non-root user. > I couldn't find any information in "RUNNING.txt". The last part of that file is a section "Apache Commons Daemon" which references info on setting up jsvc properly. -- H

Re: HTTPS / URLs with no port number / Tomcat only

2014-10-26 Thread Hassan Schroeder
ctor to use port 443 and start with jsvc -- see the "Apache Commons Daemon" section of the RUNNING.txt file in the distribution. You *could* run as root, but that's definitely NOT RECOMMENDED :-) Alternatively, use iptables to route port 443 requests to your current port 8443 co

Re: File download using a servlet and error handling

2014-09-25 Thread Hassan Schroeder
user's browser will still be displaying "download-file.jsp" after the download, why not add some JS/AJAX to the page to poll for a status update and display that? Just another possibility :-) -- Hassan Schroeder hassan.schroe...@gmail.com http

Re: Possibly Losing Session when Clustered

2014-09-16 Thread Hassan Schroeder
everything is just so. A shining example of why tools like Chef and Puppet exist :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-m

Re: Error deploying a application

2014-08-12 Thread Hassan Schroeder
source element values to the correct JDBC settings for your environment so Rails can find the DB. The context.xml file goes in your base Tomcat ./conf directory. Try that, and if it still fails, gist the startup log and post the url. -- Hassan Schroeder hassan.schroe...@gma

Re: Error deploying a application

2014-08-12 Thread Hassan Schroeder
e to work around it by hardcoding that value on line 6 but ugh, sketchy... Are there any lines in the logs prior to that error that look like WARNING: Could not find setting . -- Hassan Schroeder hassan.schroe

Re: Tomcat virtual host shows blank page

2014-07-24 Thread Hassan Schroeder
t; use jsvc, a proxy server, iptables, whatever to run as a non-privileged user. Not the cause of your immediate problem, but don't do it. :-) You should also supply the Java version you're using after you fix Error #1 (if you have further questions). -- Hassan Schroeder --

Re: installing tomcat7-admin --- I have not /etc/tomcat7 directory

2014-07-12 Thread Hassan Schroeder
eed a /etc/tomcat7 directory set up properly. > No you don't :-) A standard Tomcat installation doesn't (thankfully!) splatter parts of the app all over the place, Debian-style. Take a closer look at what you installed; everything you need to run Tomcat, includin

Re: web.xml processing order of directives - filter vs security-constraint

2014-07-05 Thread Hassan Schroeder
.) if you just want to restrict access to a resource to localhost, why not os-level e.g. an iptables rule? FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan ---

Re: Where can I store data files in a tomcat war

2014-07-02 Thread Hassan Schroeder
On Wed, Jul 2, 2014 at 8:34 AM, Christopher Schultz wrote: > Or, you could look into Solr which I believe understands clustering. Or ElasticSearch, also Lucene-based, which is designed from the get-go for clustering: http://www.elasticsearch.org/ -- Hassan Schroe

Re: Generate static website based on user locale

2014-06-10 Thread Hassan Schroeder
; any locale? "like wget"? wget can send arbitrary headers. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...

Re: Apache Tomcat 7/8 installation folder on Mac OSX

2014-04-08 Thread Hassan Schroeder
ersonal preference -- I put things in /usr/local on all my servers so I do the same on my Mac for consistency. Keeps me from having to pointlessly genericize shell scripts and whatnot. -- Hassan Schroeder hassan.schroe...@gmail.c

Re: [OT] timeout

2014-04-07 Thread Hassan Schroeder
se, the docs for *your firewall* remains the best place to find the answer to your question. > I hope you have control on your tongue next time you reply. I hope you stop asking unanswerably vague questions. Yet I suspect disappointment lies over that horizon. -

Re: [OT] timeout

2014-04-05 Thread Hassan Schroeder
t without one and compare. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: help with setting up proxy

2014-03-23 Thread Hassan Schroeder
tried, and a better problem description than "it is not able to ...", e.g. log file entries, browser message, etc. Good luck! -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/has

Re: help with setting up proxy

2014-03-22 Thread Hassan Schroeder
Apache httpd server? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: Checking to see if a Tomcat context is alive or hung

2014-03-08 Thread Hassan Schroeder
nections, or > hung. > Any suggestions? Unless you're committed to rolling your own solution, how about NewRelic <https://docs.newrelic.com/docs/java/new-relic-for-java> ( Disclaimer: I haven't used the java agent myself, just their Rails agent, but that's great even

Re: Deny Put & Delete

2014-01-23 Thread Hassan Schroeder
popcorn ** "Please proceed. I'll sit here and watch. Take your time." Morons. Bane of productive peoples' existence. Also, a special place in hell for the writers of these "scanners"... -- Hassan Schroeder hassan.schro

Re: How to update a web app without uploading the WAR

2014-01-21 Thread Hassan Schroeder
anges makes for a lot less mental overhead :-) FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apac

Re: JSP in Static Resources

2013-07-14 Thread Hassan Schroeder
ted style files, eh? :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comman

Re: Doubt about Qmail

2013-05-27 Thread Hassan Schroeder
t; How can I answer to tell those messages have already been solved? > > Ignore the obnoxiousness. Oh, thanks. I was thinking this was a coded message saying that the hyperspace bypass has been approved, to proceed immediately, and OMG WHERE IS MY TOWEL? Heart rate r

Re: tomcat 6.0.35 in production maintaince

2013-03-14 Thread Hassan Schroeder
On Thu, Mar 14, 2013 at 7:39 AM, Daniel Mikusa wrote: >> how can I block it > If your OS has a firewall, you could use that. If you're on a *nix system, see the man page for 'iptables' and/or 'tcp_wrappers'. -- Hassan Schroeder --

Re: Restarting Tomcat from within itself?

2013-01-28 Thread Hassan Schroeder
rtain situations by abusing the notification system, but > they are really meant for monitoring and notification, not for > automated tasks. Unlike, say, http://mmonit.com/monit/ :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://abou

Re: Best way to log requests from a servlet and to a database?

2013-01-25 Thread Hassan Schroeder
obably be pretty apparent. Or at least you'll have a good start. /* been there, done that, drunk the TDD koolaid :-) */ -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan --

Re: Best way to log requests from a servlet and to a database?

2013-01-25 Thread Hassan Schroeder
that works out if you try it :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additi

Re: Tomcat 6.0 - http client

2012-12-14 Thread Hassan Schroeder
y can be separated from all other factors by > just using 'ping'. But "response" latency is not necessarily (or even usually) related to network latency :-) May I suggest NewRelic (http://newrelic.com/) for analyzing your application to find out where the time is being taken up?

Re: Tomcat with multiple domains

2012-11-30 Thread Hassan Schroeder
On Fri, Nov 30, 2012 at 2:12 PM, Christopher Schultz wrote: > OP never posted the whole XML, so we don't know that it's definitely > not well-formed. Good point -- should have asked for the whole file before jumping to that conclusion. But it certainly looked sketchy :-) --

Re: Tomcat with multiple domains

2012-11-30 Thread Hassan Schroeder
XML, and any decent text editor should flag that. Attribute names and values aren't relevant to well-formed-ness. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan ---

Re: Detect in an authenticator whether a connection is persistent or not

2012-10-27 Thread Hassan Schroeder
On Sat, Oct 27, 2012 at 11:36 AM, ken dias wrote: > > Yes W8 is here but HPQ is still plummeting. Get rid of your CEO and get > someone who can improve your stock price! Que? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroede

Re: Tomcat Connector for Sun ONE Web Server 7.0 and Tomcat 6.0.x

2012-09-19 Thread Hassan Schroeder
t R'lyeh and schedules a Tupperware party. I could be wrong, though. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mai

Re: Best practice for redeployments

2012-07-30 Thread Hassan Schroeder
what was considered a "standard practice" in > this area. Also, I only mount the spare tire on my car when one of the other four is flat. Irresponsible slacker, I know, but ... FWIW, YMMV, etc. -- Hassan Schroeder hassan

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Hassan Schroeder
t I downloaded? Get that. H* -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addition

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Hassan Schroeder
Jun 20, 2012 3:43:19 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8080"] . etc. . So with the new install, what does your startup log look like? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me

Re: URL Rewriting

2012-06-13 Thread Hassan Schroeder
approach *is* used by frameworks like Rails for cases where GET isn't appropriate. But each approach has advantages and disadvantages, so... -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan ---

Re: URL Rewriting

2012-06-13 Thread Hassan Schroeder
me security issue) 3) Save the 'id' in session and use that -- everyone sees the same URL e.g. /story/data but with unique data. Obviously, this doesn't work for a resource that's intended to be shared :-) HTH, -- Hassan Schroeder hassan.schroe...

Re: How to start a continuous java application in tomcat

2012-05-14 Thread Hassan Schroeder
iants of) the phrase "does not work" that raises a "Have you read this?" prompt with the <http://www.catb.org/~esr/faqs/smart-questions.html> link... :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://ab

Re: How to start a continuous java application in tomcat

2012-05-14 Thread Hassan Schroeder
rently has nothing to do with Tomcat, so you should look for a more appropriate forum for your question, but asking for help while providing zero actual information, e.g. "it does not work", will assuredly not get you far. Good luck, -- Hassan Schroeder hassan.s

Re: How to start a continuous java application in tomcat

2012-05-14 Thread Hassan Schroeder
cts the data from database and display it on the web. They sound like 2 independent applications then, which should *run* independently. The fact that they're using the same DB, or sharing some classes, is not really a good enough reason to mash them together, IMO. --

Re: IE caching problem-

2012-05-13 Thread Hassan Schroeder
On Sun, May 13, 2012 at 6:21 PM, Martin Gainty wrote: > > isolating the code from the browser is the logical first step Wouldn't it be easier to just use wget or curl or even telnet to fetch the page independently of *any* browser to see what's being sent? --

Re: Cannot connect to tomcat through apache (proxy)

2012-04-14 Thread Hassan Schroeder
pd or Tomcat? What happens when you access the application on Tomcat directly? What do the httpd and Tomcat logs show when this occurs? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroed

Re: Limiting concurrent requests by user

2012-02-27 Thread Hassan Schroeder
ry store like e.g. Redis, MongoDB, Cassandra, etc. etc.? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomc

Re: choosing an httpd connector

2012-02-08 Thread Hassan Schroeder
nds requests to Solr -- there is no coupling with the front-end Apache httpd (or nginx or whatever). So, "none of the above" :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan -

Re: Regarding compatibility

2012-02-02 Thread Hassan Schroeder
On Thu, Feb 2, 2012 at 3:12 PM, Donn Aiken wrote: > It will be open source, right? Both open *and* closed source. ( Radioactive Isotope and Hammer Not Included. ) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @has

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Hassan Schroeder
es already broken... :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: servers @apache.org down ?

2012-01-25 Thread Hassan Schroeder
On Wed, Jan 25, 2012 at 8:49 AM, Mark Thomas wrote: > All tlp.a.o sites are virtual hosts on www.a.o > > If www.a.o is down, they'll all be down. Ah, got it, thanks :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder tw

Re: servers @apache.org down ?

2012-01-25 Thread Hassan Schroeder
On Wed, Jan 25, 2012 at 8:28 AM, Mark Thomas wrote: >> tomcat.apache.org : connection reset > > Always check the Nagios monitoring site first: > > http://monitoring.apache.org/status/ ... though 'tomcat.apache.org' doesn't seem to be on th

Re: OT: Breadcrumbs Tomcat 7.0.11

2012-01-11 Thread Hassan Schroeder
On Tue, Jan 10, 2012 at 7:18 PM, Kiran Badi wrote: > I am using base tag Why? I've been developing web apps since 1993 and can't recall ever finding a compelling reason to use BASE (experimented, didn't inhale). You're probably better off just removing it :-) FWI

Re: OT: Breadcrumbs Tomcat 7.0.11

2011-12-30 Thread Hassan Schroeder
or component, e.g. pathInfo) into an Array stored in session. Then yes, you can format and expose the data via a page fragment and/or a custom tag. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassa

Re: OT: Breadcrumbs Tomcat 7.0.11

2011-12-28 Thread Hassan Schroeder
think is going to map some arbitrary text to a URL used by your application? If you create a simple mapping table, you can use JSTL to populate your pages (and breadcrumb trail) appropriately. For that matter if you use the 'books.jsp' => Books approach, you can

Re: OT: Breadcrumbs Tomcat 7.0.11

2011-12-28 Thread Hassan Schroeder
f static markup to a URL? Of course, you could also use meaningful links, e.g. Books instead of Books But you still have refactoring to do :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan

Re: OT: Breadcrumbs Tomcat 7.0.11

2011-12-28 Thread Hassan Schroeder
ot; you've got some refactoring to do :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache

Re: Login fails, then works subsequently (Tomcat 7)

2011-12-21 Thread Hassan Schroeder
onnection and away you go. Just a WAG -- no idea why you'd only see this after upgrading. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan -

Re: [OT] Displaying Time Zones for user preferences

2011-12-21 Thread Hassan Schroeder
t time? There's only so many TZs where it's currently e.g. 12:17pm :-) Just a thought. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To

Re: Detecting Mobile Device

2011-12-12 Thread Hassan Schroeder
iness plan, c.f. BrowserHawk.) :-) Use CSS3 media queries to adjust your layout according to screen size/orientation. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan -

Re: upgrading from 6.0.20 to 6.0.35

2011-12-09 Thread Hassan Schroeder
t* way to manage configurations. It's an unobtrusive, simple way to track your changes without the clutter of extraneous backup files. And you can easily keep remote repository copies as well. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassansch

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Hassan Schroeder
On Mon, Dec 5, 2011 at 1:50 PM, Oladapo Moshood wrote: > Still waiting to hear from you folks. Ah, you'd be wanting our "Tier 2" 30-minute-response support, then. Would you like to put that on your Visa or MasterCard? -- Hassan Schroeder hassan.s

Re: .nfsxxx file created when undeploying applications

2011-10-23 Thread Hassan Schroeder
quot;Doctor, it hurts when I hit myself in the head." "Don't do that." YMMV, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsub

Re: control of session timed out with tomcat

2011-10-20 Thread Hassan Schroeder
gs in again. The details could vary wildly according to your specific requirements :-) FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-ma

Re: control of session timed out with tomcat

2011-10-20 Thread Hassan Schroeder
ppingCart with a method like public void valueUnbound(HttpSessionBindingEvent httpsessionbindingevent) { empty(); /* remove reserved status from items */ } If the session times out without the cart contents being purchased, the cart returns any items it contains to inventory. Very handy :-)

Re: control of session timed out with tomcat

2011-10-20 Thread Hassan Schroeder
that redirects to a protected resource, which will bring up the login page. HTH, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-

Re: Configure tomcat using init.d

2011-10-17 Thread Hassan Schroeder
On Mon, Oct 17, 2011 at 8:01 AM, ettoregia wrote: > > I know, but storing the file it's less invasive. At least that suggest the > Tomcat doc. Sorry, I'm afraid I don't follow that. But whatever works for you :-) -- Hassan Schroeder hassan.

Re: Configure tomcat using init.d

2011-10-17 Thread Hassan Schroeder
at correct? Sorry, I'm not sure what you're asking. You need to place your WAR file *somewhere* to deploy it. Personally I just put it in the appBase directory, eliminating the step you describe above. > For the context.xml, shall I create it, since there's no file so cal

Re: Configure tomcat using init.d

2011-10-14 Thread Hassan Schroeder
figuration above. Huh? Your app's context path should be taken from the name of the WAR file, and the JDBC config should be contained in the WAR file in a META-INF/context.xml file. Nothing else required. Other than an better IT department. :-) -- Hassan Schroeder ha

Re: problem configuring tomcat7 in ubuntu 10.04

2011-09-29 Thread Hassan Schroeder
documentation: "the full distribution (ZIP file or tarball) includes a file called RUNNING.txt" which is about exactly that... FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassansc

Re: Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Hassan Schroeder
On Sat, Sep 3, 2011 at 3:25 PM, Ioannis Parapontis wrote: > So it would be useful if some guidelines are provided on how i should do > this. They are; see the documentation's "virtual hosting how-to" :-) -- Hassan Schroeder hassan.sch

Re: Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Hassan Schroeder
them and > can Ā i use virtual hosts on Tomcat alone ? Yes. You don't need Apache httpd in front of Tomcat, and you don't even need to run on separate ports if you use named virtual servers. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/h

Re: CGIServlet - php

2011-09-02 Thread Hassan Schroeder
you some ideas. Also, google `php quercus` for an alternative to CGI-based solutions. Good luck :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan -

Re: CGIServlet - php

2011-09-02 Thread Hassan Schroeder
On Fri, Sep 2, 2011 at 5:06 PM, throwsCode wrote: > I'm trying to implement PHP on tomcat 7.0.20 Dear god, why? I would rather duct-tape rabid weasels inside my shorts than do, well, anything with PHP again, but if you must -- just use Apache HTTPD. Seriously. -- Hassan S

  1   2   3   4   5   6   7   8   9   10   >