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 unsubsc

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
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 commands,

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 <ccheltenham-...@philasd.org> 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.c

Re: Mysql vs Postgress

2018-01-24 Thread Hassan Schroeder
on, hot standby, etc. built in. (Note: all that might be true of other cloud providers.) FWIW! -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan Consulting Availability : Silicon V

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 <yoseffas...@gmail.com> 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 u

Re: How to create a redirect?

2017-03-03 Thread Hassan Schroeder
port: https://webadvisor.cornerstone.edu:8443/WAPROD/WebAdvisor?TYPE=M=CORE-WBMAIN=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 Consul

Re: New to SSL - debugging tomcat

2016-12-21 Thread Hassan Schroeder
On Wed, Dec 21, 2016 at 1:22 AM, Peter Wallis <pwal...@acm.org> 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

Re: probable bug

2016-09-04 Thread Hassan Schroeder
*mlen is different in the last frame of the same message* -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan Consulting Availability : Silico

Re: probable bug

2016-09-04 Thread Hassan Schroeder
On Sun, Sep 4, 2016 at 1:52 PM, Cristian Lorenzetto <cristian.lorenze...@gmail.com> 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 --

Re: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Hassan Schroeder
tallation, you should see the index.jsp page 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...@

Re: Deploy with white screen

2016-06-25 Thread Hassan Schroeder
On Sat, Jun 25, 2016 at 8:40 AM, Jeffrey A Trimble <jatrim...@ysu.edu> 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 :-) -- Hass

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

2015-12-07 Thread Hassan Schroeder
d you start out by using plain 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...

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

2015-12-07 Thread Hassan Schroeder
ig. Also, 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 : Silicon Valley

Re: RewriteCond

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

Re: tomcat7 PID file and status check

2015-05-15 Thread Hassan Schroeder
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 Availability : Silicon Valley or remote

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-12 Thread Hassan Schroeder
and edited server.xml with below details, Host name=www.webapps2.com appBase=/home/myhostid/tomcat/webapps 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

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-08 Thread Hassan Schroeder
, 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 twitter: @hassan

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-08 Thread Hassan Schroeder
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 Availability : Silicon Valley or remote

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-07 Thread Hassan Schroeder
: 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 : Silicon Valley or remote

Re: A bug on tomcat

2015-04-06 Thread Hassan Schroeder
On Mon, Apr 6, 2015 at 1:12 PM, Francesco Viscomi fvisc...@gmail.com 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

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

2015-03-06 Thread Hassan Schroeder
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 Availability : Silicon Valley or remote

Re: 1st time user

2015-02-27 Thread Hassan Schroeder
On Fri, Feb 27, 2015 at 12:07 PM, Brian V. Casteel brian.cast...@ilhcgh.org 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

Re: 1st time user

2015-02-27 Thread Hassan Schroeder
, Java and JavaScript 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

Re: Session being dropped in Virtual Host in 8.0.9

2015-02-04 Thread Hassan Schroeder
Rails 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

Re: “Virtual hosting” with port removed?

2015-02-01 Thread Hassan Schroeder
, 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 - To unsubscribe, e

Re: Static files with default servlet in tomcat 8.0.9

2015-01-12 Thread Hassan Schroeder
(/res/*) mapping and access as e.g. /myapp/static/js/imports/jquerymin.js -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users

Re: REST call failure on newer tomcat version/update

2014-12-22 Thread Hassan Schroeder
://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 PUT as invalid. FWIW, -- Hassan Schroeder

Re: Tomcat giving more request to my application.

2014-11-29 Thread Hassan Schroeder
provide a reproducible test case? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

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

2014-11-26 Thread Hassan Schroeder
. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

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 utkarshkd...@gmail.com 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

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

2014-10-27 Thread Hassan Schroeder
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. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me

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

2014-10-26 Thread Hassan Schroeder
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 connector. HTH, -- Hassan

Re: File download using a servlet and error handling

2014-09-25 Thread Hassan Schroeder
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://about.me/hassanschroeder twitter: @hassan

Re: Possibly Losing Session when Clustered

2014-09-16 Thread Hassan Schroeder
of why tools like Chef and Puppet exist :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Error deploying a application

2014-08-12 Thread Hassan Schroeder
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...@gmail.com http://about.me/hassanschroeder twitter: @hassan

Re: Error deploying a application

2014-08-12 Thread Hassan Schroeder
to change the Resource 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

Re: Tomcat virtual host shows blank page

2014-07-24 Thread Hassan Schroeder
; 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
. 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, including the manager app, is right there already. -- Hassan Schroeder

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

2014-07-05 Thread Hassan Schroeder
but ...) 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 ch...@christopherschultz.net 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 Schroeder

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
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.com http://about.me/hassanschroeder twitter: @hassan

Re: [OT] timeout

2014-04-07 Thread Hassan Schroeder
, 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. -- Hassan Schroeder

Re: [OT] timeout

2014-04-05 Thread Hassan Schroeder
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 commands, e-mail: users

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/hassanschroeder twitter: @hassan

Re: help with setting up proxy

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

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

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

Re: Deny Put Delete

2014-01-23 Thread Hassan Schroeder
** 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... /rant -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter

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

2014-01-21 Thread Hassan Schroeder
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.apache.org

Re: JSP in Static Resources

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

Re: Doubt about Qmail

2013-05-27 Thread Hassan Schroeder
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 returning to normal in 3...2..1. -- Hassan Schroeder

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 dmik...@vmware.com 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 hassan.schroe

Re: Restarting Tomcat from within itself?

2013-01-28 Thread Hassan Schroeder
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://about.me/hassanschroeder twitter: @hassan

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

2013-01-25 Thread Hassan Schroeder
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 additional commands

Re: Tomcat 6.0 - http client

2012-12-14 Thread Hassan Schroeder
customer. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

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: Tomcat with multiple domains

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

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 kend...@hotmail.com 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

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

2012-09-19 Thread Hassan Schroeder
at 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-mail: users

Re: Best practice for redeployments

2012-07-30 Thread Hassan Schroeder
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.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan

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

2012-06-20 Thread Hassan Schroeder
/lib/java 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: apache-tomcat-7.0.27 start up errors on Mac OX Lion

2012-06-20 Thread Hassan Schroeder
? 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 additional commands, e-mail

Re: URL Rewriting

2012-06-13 Thread Hassan Schroeder
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...@gmail.com http://about.me/hassanschroeder

Re: URL Rewriting

2012-06-13 Thread Hassan Schroeder
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: How to start a continuous java application in tomcat

2012-05-14 Thread Hassan Schroeder
on tomcat which collects 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. -- Hassan

Re: How to start a continuous java application in tomcat

2012-05-14 Thread Hassan Schroeder
? This apparently 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.schroe

Re: How to start a continuous java application in tomcat

2012-05-14 Thread Hassan Schroeder
(variants 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://about.me/hassanschroeder twitter: @hassan

Re: IE caching problem-

2012-05-13 Thread Hassan Schroeder
On Sun, May 13, 2012 at 6:21 PM, Martin Gainty mgai...@hotmail.com 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? -- Hassan Schroeder

Re: Cannot connect to tomcat through apache (proxy)

2012-04-14 Thread Hassan Schroeder
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/hassanschroeder twitter: @hassan

Re: Limiting concurrent requests by user

2012-02-27 Thread Hassan Schroeder
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

Re: choosing an httpd connector

2012-02-08 Thread Hassan Schroeder
app* sends 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 donn.ai...@gmail.com 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

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

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

Re: servers @apache.org down ?

2012-01-25 Thread Hassan Schroeder
On Wed, Jan 25, 2012 at 8:28 AM, Mark Thomas ma...@apache.org 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 that page ... -- Hassan Schroeder

Re: servers @apache.org down ?

2012-01-25 Thread Hassan Schroeder
On Wed, Jan 25, 2012 at 8:49 AM, Mark Thomas ma...@apache.org 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 twitter

Re: OT: Breadcrumbs Tomcat 7.0.11

2012-01-11 Thread Hassan Schroeder
On Tue, Jan 10, 2012 at 7:18 PM, Kiran Badi ki...@poonam.org 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 :-) FWIW, -- Hassan

Re: OT: Breadcrumbs Tomcat 7.0.11

2011-12-30 Thread Hassan Schroeder
. 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/hassanschroeder twitter: @hassan

Re: OT: Breadcrumbs Tomcat 7.0.11

2011-12-28 Thread Hassan Schroeder
refactoring to do :-) -- 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: OT: Breadcrumbs Tomcat 7.0.11

2011-12-28 Thread Hassan Schroeder
to a URL? Of course, you could also use meaningful links, e.g. a href='/books'Books/a instead of a href='../informuser.jsp'Books/a 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
, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: [OT] Displaying Time Zones for user preferences

2011-12-21 Thread Hassan Schroeder
? 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 unsubscribe, e-mail

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

2011-12-21 Thread Hassan Schroeder
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 - To unsubscribe, e-mail: users

Re: Detecting Mobile Device

2011-12-12 Thread Hassan Schroeder
. 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
* 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

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 morec...@gmail.com 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.schroe

Re: .nfsxxx file created when undeploying applications

2011-10-23 Thread Hassan Schroeder
in the head. Don't do that. YMMV, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

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-mail: users

Re: control of session timed out with tomcat

2011-10-20 Thread Hassan Schroeder
, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: control of session timed out with tomcat

2011-10-20 Thread Hassan Schroeder
wildly according to your specific requirements :-) FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr

Re: Configure tomcat using init.d

2011-10-17 Thread Hassan Schroeder
. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Configure tomcat using init.d

2011-10-17 Thread Hassan Schroeder
On Mon, Oct 17, 2011 at 8:01 AM, ettoregia ettore...@gmail.com 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.schroe

Re: Configure tomcat using init.d

2011-10-14 Thread Hassan Schroeder
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 hassan.schroe...@gmail.com http://about.me

Re: problem configuring tomcat7 in ubuntu 10.04

2011-09-29 Thread Hassan Schroeder
the 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/hassanschroeder twitter: @hassan

Re: Virtual hosts on Tomcat 7 for 3 webapps

2011-09-03 Thread Hassan Schroeder
the 3 of 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

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 parapont...@gmail.com 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.schroe

Re: CGIServlet - php

2011-09-02 Thread Hassan Schroeder
On Fri, Sep 2, 2011 at 5:06 PM, throwsCode donmillho...@yahoo.com 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

Re: CGIServlet - php

2011-09-02 Thread Hassan Schroeder
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: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
the /Library/Tomcat/conf/tomcat-users.xml file ,i run the startup.sh file ,i go to http://127.0.0.1:8080/ but no tomcat welcome screen.What am i doing wrong? Look at the logs to see what's happening. -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me

  1   2   3   4   5   6   7   8   9   10   >