Re: Compile JSP before the first request arrives

2009-05-27 Thread Hassan Schroeder
webapp instead of a single page? Run a link checker against your app and voila, you not only know if you have anything to fix, but all the JSPs are compiled. Launch party! -- Hassan Schroeder hassan.schroe...@gmail.com

Re: hello world

2009-05-26 Thread Hassan Schroeder
On Tue, May 26, 2009 at 5:18 PM, veena pandit v.kri...@gmail.com wrote: How to configure Hello.html in Tomcat? Where do I place the following file?  How to access it from the server? Where did you try placing it, and what makes you think that wasn't the right place? -- Hassan Schroeder

Re: hwllo.html

2009-05-26 Thread Hassan Schroeder
distro. And speaking of examples, I placed it under tomcat root in a directory named web-apps did you see any other files there? Something to think about. :-) -- Hassan Schroeder hassan.schroe...@gmail.com

Re: hwllo.html

2009-05-26 Thread Hassan Schroeder
On Tue, May 26, 2009 at 5:55 PM, veena pandit v.kri...@gmail.com wrote: I saw that the tomcat example has a servlet example and a jsp example but no html example. Perhaps you need to download a current version; they all include HTML files. -- Hassan Schroeder

Re: Debian Tomcat Fail

2009-05-26 Thread Hassan Schroeder
On Tue, May 26, 2009 at 7:22 PM, trojansnake12 boppn...@swbell.net wrote: I am about at my wits' end here I'm using ... gcj4.3 on the debian box. Correlation? :-) Place your bets, ladies and gentlemen, place your bets... -- Hassan Schroeder hassan.schroe

Re: Cannot establish a database connection. Cannot create JDBC driver of class '' for connect URL

2009-05-22 Thread Hassan Schroeder
=oracle.jdbc.OracleDriver Shouldn't that be oracle.jdbc.driver.OracleDriver ?? and I also got jojdbc drivers: ojdbc14.jar,ojdbc5.jar,ojdbc6.jar in lib folder. And having multiple versions of the same class in your app is most certainly not a good idea -- pick one :-) HTH, -- Hassan Schroeder

Re: Peering into the pit of jar hell - the mess of tomcat's and other jars in RPM distributions

2009-05-22 Thread Hassan Schroeder
be bringing this up on a CentOS mailing list then? :-) -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Getting Tomcat 6.0.18 to work on ubuntu 9.04 for public connections

2009-05-20 Thread Hassan Schroeder
I've installed the tomcat on the ubuntu machine, and by looking at the logs tomcat is running, on port 80. Maybe you can post the log of a startup attempt? -- Hassan Schroeder hassan.schroe...@gmail.com

Re: Problem: JSP works in Firefox but not in Internet Explorer

2009-05-19 Thread Hassan Schroeder
a taglib declaration inside page markup?? I would put that at the start of the page before any response output is set. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail

Re: Getting Tomcat 6.0.18 to work on ubuntu 9.04 for public connections

2009-05-19 Thread Hassan Schroeder
computer the browser gives me a connection refused and something with error 10061. Something?? A little bit more on specifics would be good. Since I've installed the tomcat from remote I haven't tried to see if it is working with localhost. Why not? That would be a good first step. -- Hassan

Re: How to hot swap classes?

2009-05-19 Thread Hassan Schroeder
??? !-- The contents of this file will be loaded for each web application -- in tomcat/conf/context.xml If you don't want all webapps affected, only apply reloadable to the context.xml file for that one webapp. And yes, it will restart the webapp as soon as it notices the change... -- Hassan

Re: Getting Tomcat 6.0.18 to work on ubuntu 9.04 for public connections

2009-05-19 Thread Hassan Schroeder
happens. If you can connect there, it's probably your server's firewall. HTH, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Deploy Tomcat Standalone - good idea or not?

2009-05-19 Thread Hassan Schroeder
but I remain unclear about what this is for. http://tomcat.apache.org/tomcat-6.0-doc/setup.html should help :-) -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr

Re: How to hot swap classes?

2009-05-19 Thread Hassan Schroeder
META-INF directory. -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: .html pages as .jsp pages

2009-05-14 Thread Hassan Schroeder
your static site. Makes total sense. YMMV :-) -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: .html pages as .jsp pages

2009-05-14 Thread Hassan Schroeder
. No conversion necessary. -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: .html pages as .jsp pages

2009-05-14 Thread Hassan Schroeder
*generated* site. -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: .html pages as .jsp pages

2009-05-14 Thread Hassan Schroeder
links point to *.jsp pages. So you would have to rename *and* change all internal links -- every time you make a change and have to re-fetch. OTOH, it's a small *one-time* change to your web.xml, so why do anything else? -- Hassan Schroeder hassan.schroe...@gmail.com

Re: Virtual host configuration problems

2009-05-12 Thread Hassan Schroeder
On Tue, May 12, 2009 at 10:13 AM, JDawg72 mr.j@hotmail.com wrote: ... but what has to happen when I need to add another domain and application to this instance of Tomcat? http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html -- Hassan Schroeder

Re: Redirecting/proxying/forwarding webapp

2009-05-10 Thread Hassan Schroeder
, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: SSL Mysterious Self Signed Certificate - FIXED

2009-05-08 Thread Hassan Schroeder
successfully on non-Windows platforms, eh? :-) Q: Whats the point of referencing a specific keystore within server.xml if it does take notice of it? Referencing a specific keystore most assuredly works just fine -- your configuration has an error somewhere. -- Hassan Schroeder

Re: Multiple Context and Websites

2009-05-07 Thread Hassan Schroeder
On Thu, May 7, 2009 at 5:56 AM, Alexander Diedler adied...@tecracer.de wrote: Tomcat1.de and tomcat2.de point to the same Tomcat 6.0.18 server (edit Windows hosts-File). http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html HTH, -- Hassan Schroeder

Re: Weekly restart of Tomcat service

2009-05-06 Thread Hassan Schroeder
to gathering performance stats for Tomcat Here's one from lambdaprobe running on my production server (on Tomcat 6.0.x) -- UP for 328 days 19 hours 34 minutes One example of *not* requiring weekly restarts :-) FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com

Re: Weekly restart of Tomcat service

2009-05-06 Thread Hassan Schroeder
log files contain the errors I should be looking for. Is it the catalina files or the stderr files? Depends on how logging is set up, which is pretty flexible. Do tail -f on all of the ones with current timestamps and wait for the app to go to sleep again :-) FWIW, -- Hassan Schroeder

Re: Prevent Hot Linking

2009-05-04 Thread Hassan Schroeder
is not required by the spec. 2) Some browser plugins block the referrer header from being sent. 3) It's easily forged. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr

Re: hot-deploy problems

2009-05-03 Thread Hassan Schroeder
On Fri, May 1, 2009 at 7:52 AM, david owens ym...@yahoo.com wrote: I don't currently specify a config.xml and it seems to have something to do with that (docbase and appbase being the same?). Are you saying you have docBase == appBase? If so, don't :-) -- Hassan Schroeder

Re: GZIP Comrpession Problem

2009-05-01 Thread Hassan Schroeder
(latest Apple version) FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: looking for a web usesage / analytics package

2009-04-29 Thread Hassan Schroeder
file I can just drop on my server Have you looked at Google Analytics? Just a snippet of JS in each page and you're done; could even be injected via a Filter for minimal dev impact. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com

Re: looking for a web usesage / analytics package

2009-04-29 Thread Hassan Schroeder
in a DB? Or alternatively, why isn't the image just a servlet that returns the graphic part and records the request? Either one would give you records you could post-process in a variety of ways... FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com

Re: how to change the website name ?

2009-04-28 Thread Hassan Schroeder
On Tue, Apr 28, 2009 at 1:30 PM, bhavik shah bhavik...@gmail.com wrote: instead of that I want some generic name i.e. http://myname.com what kind of configuration required for that? google Domain Name System (DNS) HTH, -- Hassan Schroeder hassan.schroe...@gmail.com

Re: Tomcat and Apache HTTPD modules?

2009-04-27 Thread Hassan Schroeder
 - Virtual Hosts both built in, It may be interesting to get some of this into the official Tomcat documentation. and documented. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e

Re: Tomcat Security and Struts

2009-04-22 Thread Hassan Schroeder
that. Pretty simple, really. :-) -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat Security and Struts

2009-04-22 Thread Hassan Schroeder
On Wed, Apr 22, 2009 at 11:43 AM, Mighty Tornado mighty.torn...@gmail.com wrote: How can I make the request to port 8443 actually succeed? Configure an https Connector. -- Hassan Schroeder hassan.schroe...@gmail.com

Re: Undeploy does not delete all .jar files

2009-04-22 Thread Hassan Schroeder
=”oracle.jdbc.driver.OracleDriver” url=”jdbc:oracle:thin:@.../ /Context -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users

Re: Prevent Hot Linking

2009-04-19 Thread Hassan Schroeder
present. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Virtual Hosts

2009-04-15 Thread Hassan Schroeder
what that means. Each virtual host will have a ROOT context; what that contains is up to you. -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Installing Tomcat

2009-04-15 Thread Hassan Schroeder
-daemon.jar in the $CATALINA_HOME/bin folder. /quote Well, I haven't looked at those docs in a while, but ... Why can't they even link to this project? the tar file of jsvc source is included in the Tomcat bin directory... -- Hassan Schroeder hassan.schroe

Re: Installing Tomcat

2009-04-14 Thread Hassan Schroeder
the complexity of httpd (see 2.a) An easy goal to reach, luckily. :-) FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Cannot access Tomcat from Host Machine PLZ Help

2009-04-07 Thread Hassan Schroeder
host is causing you trouble. :-) Give it its own IP and interface and it'll work as you want. -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Forwarding from one Context to another

2009-03-29 Thread Hassan Schroeder
= this.getServletConfig().getServletContext().getContext( /dev ); HTH, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: Forwarding from one Context to another

2009-03-29 Thread Hassan Schroeder
:-) Thanks for setting that straight! -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: job announcement - Software Architect

2009-03-22 Thread Hassan Schroeder
as an iterative *design* process is one of those things that I think you just have to try until you achieve that 'a-HA!' moment :-) YMMV! -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e

Re: [OT] Re: Default Tomcat Page w/o Redirect

2009-03-09 Thread Hassan Schroeder
B-L's classic stance that cool urls don't change -- don't reveal the technology being used by using a file suffix that you may later want/need to change... -- Hassan Schroeder hassan.schroe...@gmail.com

Re: Apache Tom Cat in a VM as VMWARE or Red Hat Virtualization

2009-02-18 Thread Hassan Schroeder
. No issues, it's no different than running it on a different host. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Hassan Schroeder
On Sun, Feb 15, 2009 at 8:33 AM, Julien Martin bal...@gmail.com wrote: I'll try the suggested solution and keep you posted... You might also find the virtual hosting how-to in the docs useful. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Hassan Schroeder
Tomcat instance has started correctly? You can get the default ROOT page? No errors in the logs? 3) if you're only deploying one hostname, why don't you just go back to the original config, rename your app to ROOT.war and put it in the base webapps dir? -- Hassan Schroeder

Re: Internal server error - Apache

2009-02-08 Thread Hassan Schroeder
, the universe is just messin' with ya More specific details should be in your error logs. HTH, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Internal server error - Apache

2009-02-08 Thread Hassan Schroeder
there are other clues somewhere...) -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Using tomcat to Post a datafile for download

2009-02-04 Thread Hassan Schroeder
or META-INF directories. -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: AJP vs HTTP connectors?

2009-02-03 Thread Hassan Schroeder
. And for the record I prefer mod_proxy_http because I can monitor all active production connectors with standard http requests using e.g. Nagios, as well as manually check with a browser. So I'd definitely be interested in hearing more about any other known vulnerabilities. H* -- Hassan Schroeder

Re: mod_headers and .htaccess for P3P policy

2009-01-07 Thread Hassan Schroeder
httpd, /not/ Apache Tomcat. However, you can add headers via code in your JSPs, servlets, or cover the whole app with a Filter. HTH, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail

Re: by passing virtualhost when accessing an app?

2009-01-06 Thread Hassan Schroeder
is under the default Host. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Setting Up PHP on Tomcat

2009-01-01 Thread Hassan Schroeder
all. -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread Hassan Schroeder
is not accessible for him. Or I am missing something? Yes -- proxy does not mean redirect. -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread Hassan Schroeder
? You got a 404? 500 error? What do your httpd logs say? Does your configuration check pass? Is localdomain.com resolvable from the webdomain system? Are there any iptables rules or tcp wrappers on the localdomain.com system that would block access? -- Hassan Schroeder

Re: Aid: Tomcat/Apache redirect (or forwarding).

2008-12-16 Thread Hassan Schroeder
they are configured, because i just have next files in logs dir: Should i enable it somehow? ? Logs appear to be enabled -- what do you find in them? And again, does your configuration check pass? -- Hassan Schroeder hassan.schroe...@gmail.com

Re: File system resource for static content

2008-12-14 Thread Hassan Schroeder
/ (or /App/images/image.jpg, or whatever). HTH, -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: File system resource for static content

2008-12-14 Thread Hassan Schroeder
:-) -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: File system resource for static content

2008-12-14 Thread Hassan Schroeder
HttpServletRequest.getPathInfo() -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Unable to start tomcat server 6x

2008-12-13 Thread Hassan Schroeder
a spontaneous read-only FS it meant the disk was going bad. You might want to manually fsck it (after running a backup!) :-) -- Hassan Schroeder hassan.schroe...@gmail.com - To unsubscribe, e-mail: users

Re: Forward all subfolders/files to the root

2008-12-03 Thread Hassan Schroeder
:-) HTH! -- Hassan Schroeder [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Updating users

2008-11-25 Thread Hassan Schroeder
. Uh, yeah. Exactly what it says here: http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#MemoryRealm :: along with not designed for production use. :-) Check that page for alternatives. FWIW, -- Hassan Schroeder [EMAIL PROTECTED

Re: java.lang.Exception: Socket bind failed: [730048]

2008-11-20 Thread Hassan Schroeder
a bad feeling there might be a security breach or something. I have no idea what tools are available on a Windows server, but for a simple check -- what do you see when you telnet to port 80? -- Hassan Schroeder [EMAIL PROTECTED

Re: How do i specify the filename for a binary file generated by a JSP?

2008-11-18 Thread Hassan Schroeder
. HTH, -- Hassan Schroeder [EMAIL PROTECTED] - 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: Monitoring Tomcat availability in a load balanced capacity

2008-11-12 Thread Hassan Schroeder
://tomcat.apache.org/tomcat-5.5-doc/config/engine.html FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread Hassan Schroeder
in the *.properties files? No, just start the second instance from a shell with the appropriate value for CATALINA_HOME defined. -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users

Re: Tomcat Server .pac Script configuration for outgoing connection.

2008-10-26 Thread Hassan Schroeder
anything to do with this. You need to design your apps to find external resources like proxy configuration info. FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users

Re: How to serve two docBases under the same context path

2008-10-23 Thread Hassan Schroeder
problem, however, is with the development environment: I'd say you should either forget about using Apache httpd altogether or make your dev environment match production. FWIW, -- Hassan Schroeder [EMAIL PROTECTED

Re: How to serve two docBases under the same context path

2008-10-23 Thread Hassan Schroeder
discrepancy :-) -- Hassan Schroeder [EMAIL PROTECTED] - 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: mod_proxy_balancer

2008-10-14 Thread Hassan Schroeder
, for load-balancing (and HA). From your original example, I can't begin to imagine your use case; perhaps you can explain your goal? H* -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail

Re: AddResource: how to prevent adding session id to stylesheet URL

2008-10-13 Thread Hassan Schroeder
Tomcat-related. H* -- Hassan Schroeder [EMAIL PROTECTED] - 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: mod_proxy_balancer

2008-10-13 Thread Hassan Schroeder
not. Trying something like Did your editor just drop into mode.new().generateRandomStuff()? Do you want to use port 8080 (http) or 8009 (ajp)? Proxy balancer://whatever BalancerMember http://localhost:3000 /Proxy -- Hassan Schroeder [EMAIL PROTECTED

Re: mod_proxy_balancer

2008-10-13 Thread Hassan Schroeder
://whatever/ ProxyPassReverse / balancer://whatever/ HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: can i compile .tag files on the fly? please help :(

2008-10-01 Thread Hassan Schroeder
if this is definitive but I've never compiled a tag file manually, nor restarted TC to see a change. FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

Re: can i compile .tag files on the fly? please help :(

2008-10-01 Thread Hassan Schroeder
the $CATALINA_HOME/conf/web.xml -- default setting is true, so no action necessary unless you've changed that. HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users

Re: How to redirect a web page from Tomcat to your browser?

2008-09-22 Thread Hassan Schroeder
and then Tomcat throws it at your browser? You need to write (or find) a proxy/reverse-proxy servlet. Alternatively, you could use Apache httpd that purpose. More moving parts, but possibly less work. :-) FWIW, -- Hassan Schroeder [EMAIL PROTECTED

Re: Share war file / virtual hosts

2008-09-22 Thread Hassan Schroeder
. -- Hassan Schroeder [EMAIL PROTECTED] - 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: Share war file / virtual hosts

2008-09-22 Thread Hassan Schroeder
port confusion and the unneeded AJP connector, do you actually have both IP addresses configured on this box? -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org

Re: Balance and sync data

2008-09-18 Thread Hassan Schroeder
, for no particular good reason :-) Um, single point of failure? :-) NFS /can/ be done robustly. OK, I haven't encountered an NFS cluster in the wild, but apparently they exist. So, yes, that'd be a solution, and would probably scale better than using rsync. -- Hassan Schroeder

Re: Balance and sync data

2008-09-17 Thread Hassan Schroeder
not? It works nicely for a use case like this. And exec'ing a process as needed beats spawning one every minute! NFS, baby. NFS. Um, single point of failure? :-) -- Hassan Schroeder [EMAIL PROTECTED

Re: Balance and sync data

2008-09-16 Thread Hassan Schroeder
On Tue, Sep 16, 2008 at 6:38 AM, Martin Spinassi [EMAIL PROTECTED] wrote: I don't know yet, I didn't try it yet, I was waiting to see if there is a better solution than rsync them every minute. Why not have your upload servlet invoke rsync when a new file has been stored? -- Hassan Schroeder

Re: Balance and sync data

2008-09-16 Thread Hassan Schroeder
a script file containing the appropriate rsync arguments. This works fine. I've even used rsync's dry-run mode to create a list of files that differed between two systems (e.g. staging and production) to generate a form page and allow the user to pick which ones to sync. HTH, -- Hassan Schroeder

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
a font into a webapp No. A character, a codepoint, yes, not a font. -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
encoding, great. If not -- so sorry. Doesn't matter whether you were using HTML entities or numeric representation: ? is it. FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
=Inliness=1group=0verbose=1user-agent=W3C_Validator%2F1.591 -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
On Thu, Sep 11, 2008 at 2:53 PM, Johnny Kewl [EMAIL PROTECTED] wrote: Hassan I not arguing, you know nothing about that font... how is your client going to display it? If the page contains an invalid code-point, as the error message points out, then what should a browser display?? -- Hassan

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
:-) -- Hassan Schroeder [EMAIL PROTECTED] - 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: Piggybacking HTTP with binary protocol

2008-09-09 Thread Hassan Schroeder
to handle multiple IP addresses -- just configure your system to respond to them :-) FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: [NEWBIE]Tomcat 6.0.16-reboot required when changing the port number

2008-09-08 Thread Hassan Schroeder
your Tomcat instance wouldn't shut down (or at least, not right away). Did you do a `ps` to see if the process was still active? If it is, a `kill -9` is a lot quicker than a reboot :-) FWIW, -- Hassan Schroeder [EMAIL PROTECTED

Re: File not found exception

2008-08-23 Thread Hassan Schroeder
the creators of the third party api where they expect to find the file in question? -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: tomcat instances on different ports running as different users can anyone shutdown?

2008-08-21 Thread Hassan Schroeder
:-) -- Hassan Schroeder [EMAIL PROTECTED] - 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: Redirection

2008-08-15 Thread Hassan Schroeder
.com' or something. FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Chaining Request Processing

2008-08-12 Thread Hassan Schroeder
for submitting an online order to a credit-card-authorization gateway, among others. Look at the JavaDoc for java.net.Http(s)URLConnection. HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic

Re: tomcat5.5 site configuration.

2008-08-12 Thread Hassan Schroeder
of the site on the specified port which are coming From multiple DNS directions. Assuming I understand what you're asking -- it does that by default. What problem are you having? -- Hassan Schroeder [EMAIL PROTECTED

Re: Image rendering problem in Tomcat 5.5.1

2008-08-12 Thread Hassan Schroeder
the blurry html's code and paste it in a plain html and open the file (without tomcat) everything works fine. I can't imagine how Tomcat could be influencing the display size of images -- can you send a URL demonstrating this problem? -- Hassan Schroeder [EMAIL PROTECTED]

Re: tomcat5.5 site configuration.

2008-08-12 Thread Hassan Schroeder
swallowOutput=true WatchedResourceWEB-INF/web.xml/WatchedResource /Context HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Possible virus uploaded to Tomcat 5.5.3 - SOLVED

2008-08-10 Thread Hassan Schroeder
Tomcat's manager app. Caveat administrator! +1 -- I see similar attempts in the logs of servers I'm running. -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Hassan Schroeder
, but is it in the classpath of your webapp? :-) I'm gonna bet no... -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Sudden missing javax/servlet/http/HttpServlet ?

2008-08-07 Thread Hassan Schroeder
at straws, I may as well continue. FWIW, I've had problems in the past with CVS corrupting binary files; you might want to checksum a fresh copy and compare. -- Hassan Schroeder [EMAIL PROTECTED

Re: Sudden missing javax/servlet/http/HttpServlet ?

2008-08-07 Thread Hassan Schroeder
that familiar with CVS at the time. One to remember. It was sure fun figuring out that a corrupt font file (yes!) was blowing up an entire Flex/Java/Oracle application :-) Anyway, I'm not coming up with any other ideas, so good luck! -- Hassan Schroeder [EMAIL PROTECTED

<    1   2   3   4   5   6   7   8   9   10   >