Re: Thawte SSL certificates

2007-08-13 Thread Hassan Schroeder
have a Thawte cert on a client site, and the installation was by-the-book -- http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html); did you follow that exactly? -- Hassan Schroeder [EMAIL PROTECTED

Re: V 4.01 for solaris x86

2007-08-13 Thread Hassan Schroeder
On 8/13/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to get hold of binaries for Tomcat 4.0 ( 4.04) archives: http://archive.apache.org/dist/tomcat/tomcat-4/archive/ HTH, -- Hassan Schroeder [EMAIL PROTECTED

Re: V 4.01 for solaris x86

2007-08-13 Thread Hassan Schroeder
On 8/13/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: There is a binary download for sparc here, but not x86. ?? You /do/ know Tomcat is written in Java, yes? :-) Is there a JVM for Solaris x86? Then you're set. FWIW! -- Hassan Schroeder [EMAIL PROTECTED

Re: Tomcat and path with pound sign (#) - ClassNotFoundException

2007-08-09 Thread Hassan Schroeder
(ClassLoader.java:251) at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:215) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:390) So it seems a genuine limitation... HTH, -- Hassan Schroeder [EMAIL PROTECTED

Re: Problems with SSL

2007-08-09 Thread Hassan Schroeder
On 8/9/07, Dario Hernan [EMAIL PROTECTED] wrote: I'm use the IBM JDK on RedHat Enterprise Linux 5 You might /want/ to, but your error message says otherwise :-) Check your JAVA_HOME and PATH statements; or run `java -version` and see what you get. -- Hassan Schroeder

Re: Problems with SSL

2007-08-09 Thread Hassan Schroeder
, as it appears? If so, you would save yourself a lot of time (and headaches) by removing it and re-installing via a tar file from the actual Tomcat download site. -- Hassan Schroeder [EMAIL PROTECTED] - To start

Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread Hassan Schroeder
throwing out straws :-) -- 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: How to avoide delete context.xml - 6.0.14

2007-08-08 Thread Hassan Schroeder
; if you can create a WAR file reproducing the problem (without proprietary material/external dependencies) I'll be happy to try it. -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users

Re: enabling tomcat SSL on linux

2007-08-08 Thread Hassan Schroeder
. seems tomcat is not listening. What could be the possible reason for not being listening ? Because the Connector didn't start, in which case it should say so in your logs, hopefully along with something indicating why. :-) -- Hassan Schroeder [EMAIL PROTECTED

Re: Tomcat listening on port, but get timeout in browser

2007-08-08 Thread Hassan Schroeder
a timeout. Are you sure you got a complete shutdown of the original Tomcat process? I've seen cases where a sort of zombified TC/JVM was still running in parallel with the new one I'd started, and that's exactly the symptom. FWIW! -- Hassan Schroeder [EMAIL PROTECTED

Re: How to avoide delete context.xml - 6.0.14

2007-08-07 Thread Hassan Schroeder
apparently want you should have Catalina/localhost/xjosf.xml. In any case, before proceeding, I would stop Tomcat, remove the relevant file from Catalina/localhost/, delete the WAR, restart and redeploy. -- Hassan Schroeder [EMAIL PROTECTED

Re: How to avoide delete context.xml - 6.0.14

2007-08-07 Thread Hassan Schroeder
. There's obviously a path discrepancy if the webapp's web.xml can't be located... -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread Hassan Schroeder
On 8/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The first time of deployment, it works fine (ant based file copy to webapps)! The second time the server seems to deploy but the context isn't to be started again... Because? What's in your logs? -- Hassan Schroeder

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Hassan Schroeder
name. Of course, if the end user has cookies enabled, that jsessionid in the URL goes away on the second access so it works. There may be a fix, or you could just not use httpd at all and save yourself the trouble. :-) FWIW, -- Hassan Schroeder [EMAIL PROTECTED

Re: Tomcat and servlet the nightmare

2007-08-06 Thread Hassan Schroeder
the problem? -- 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: How to avoide delete context.xml - 6.0.14

2007-08-03 Thread Hassan Schroeder
On 8/3/07, Mark H. Wood [EMAIL PROTECTED] wrote: After the copy, the previous installed /conf/Catalina/localhost/myapp.xml will be deleted by the server automatically. You won't have this problem if you use META-INF/context.xml for your context descriptor. -- Hassan Schroeder

Re: Encrypt password in server.xml

2007-08-02 Thread Hassan Schroeder
this (last section specifically): http://www.owasp.org/index.php/Securing_tomcat HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: javax.servlet.ServletException: Cannot allocate servlet instancefor path /servlet/HelloWorld (repost I don't resolve the problem with your reply)

2007-08-02 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: Installing Tomcat on Linux

2007-08-02 Thread Hassan Schroeder
source, so I have just what I want and no more included. Tomcat's nothing like that. And yes, you're trusting that the checksum on the download page matches the signature on the downloaded tar file, which is good enough for most folks. :-) YMMV, -- Hassan Schroeder [EMAIL

Re: Installing Tomcat on Linux

2007-08-02 Thread Hassan Schroeder
to know how many packages your co-worker is willing to personally vouch for. :-) heh. -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: Tomcat 5.5 configuration

2007-08-01 Thread Hassan Schroeder
On 8/1/07, Susan Richards [EMAIL PROTECTED] wrote: Thanks. When I use the Tomcat Manager to deploy the war files, it puts them under webapps, not under ROOT. Can I change this? ? No, that's where they're supposed to go. Why would you want to change that? -- Hassan Schroeder

Re: com.evermind.server.rmi package in Tomcat?

2007-08-01 Thread Hassan Schroeder
as follows. I looked left and right into all Tomcat jars and application war files to see if I can find the package com.evermind.server.rmi That's an Oracle class -- the name rang a bell, and I just found it in an old OC4J install package (in iiop_gen_bin.jar). HTH! -- Hassan Schroeder

Re: secured authentication / connection

2007-08-01 Thread Hassan Schroeder
Tomcat. The simple answer is don't do that :-) HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Forwarding based on URI's in Tomcat

2007-08-01 Thread Hassan Schroeder
On 8/1/07, Mon Cab [EMAIL PROTECTED] wrote: and none of it seems to work. Honestly, this sounds like a job for UrlRewriteFilter -- http://tuckey.org/urlrewrite/ Worth a look, anyway :-) -- Hassan Schroeder [EMAIL PROTECTED

Re: Configuring PHP on Tomcat 6.0

2007-07-31 Thread Hassan Schroeder
. If you only want PHP, use Apache httpd. There are bundled installers for various platforms, but it's not hard to build (on Linux, at least). HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new

Re: How to change(override) application path

2007-07-30 Thread Hassan Schroeder
something like mycontext/album/images/xxx.gif would happen is if the link is relative -- not starting with /. Perhaps you should post an actual JSP that demonstrates the issue... -- Hassan Schroeder [EMAIL PROTECTED

Re: How to change(override) application path

2007-07-30 Thread Hassan Schroeder
-- or you could just put your links in correctly to start with :-) FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Catalina.bat and Tomcat 5.5.23

2007-07-30 Thread Hassan Schroeder
On 7/30/07, Varuna Seneviratna [EMAIL PROTECTED] wrote: Hi Can somebody direct me to understand Catalina.bat It's just a Windows batch file -- the equivalent of a shell script in the *nix world. -- Hassan Schroeder [EMAIL PROTECTED

Re: How to change(override) application path

2007-07-30 Thread Hassan Schroeder
-- or use c:url value=/path/to/resource.pdf/, which also adds url rewrite as a side benefit. The problem you're wasting time on is entirely self-inflicted... But good luck anyway :-) -- Hassan Schroeder [EMAIL PROTECTED

Re: How to change(override) application path

2007-07-30 Thread Hassan Schroeder
. And there's always Perl's edit-in-place option :-) Good luck, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat with 8 GB memory

2007-07-30 Thread Hassan Schroeder
with Tomcat -- this is the application's responsibility. (Commons FileUpload is nicely configurable in this area, FWIW.) -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org

Re: Regarding Text field editor in JSP

2007-07-28 Thread Hassan Schroeder
to accomplish this. I use tinyMCE like that for one app -- single editor instance, content from paragraphs is loaded into it onclick, save both rewrites the page and saves the change in the background. HTH, -- Hassan Schroeder [EMAIL PROTECTED

Re: Something other than localhost on OS X

2007-07-26 Thread Hassan Schroeder
be. cheers, If it's not a DNS problem but some kind of firewall issue, why not just run Tomcat on port 80?? No need for adding that extra complexity. FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start

Re: Tomcat4.1

2007-07-25 Thread Hassan Schroeder
the testing. 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 PROTECTED]

Re: Something other than localhost on OS X

2007-07-24 Thread Hassan Schroeder
=/www / /Engine If you can `ping host2` from host1, it should just work. FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: tomcat 6 and virtual donmains

2007-07-22 Thread Hassan Schroeder
elements in server.xml is strongly discouraged. HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: tomcat 6 and virtual donmains

2007-07-22 Thread Hassan Schroeder
the User Guide sections 8,9, and 24, and you should be able to get your configurations sorted out. :-) If not, post the relevant parts of the revised config files and whatever error messages you're getting... -- Hassan Schroeder [EMAIL PROTECTED

Re: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-09 Thread Hassan Schroeder
existing 5.5.x installation... -- 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: Porblems in deployment

2007-07-09 Thread Hassan Schroeder
displaying. Try fetching your service with wget or telnet or an actual web service client and look at the result. -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org

Re: deployment issues

2007-07-06 Thread Hassan Schroeder
On 7/6/07, Fatima [EMAIL PROTECTED] wrote: What am i doing wrong? http://www.catb.org/~esr/faqs/smart-questions.html -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users

Re: What is Tomcat 6 status?

2007-06-29 Thread Hassan Schroeder
. The JSP spec defines Tag Libraries, and an Expression Language (EL) that's used by the JSTL -- but I don't see a definition of the JSTL features in either JSP 2.0 or 2.1... But I'm sure someone will correct me if I'm wrong :-) -- Hassan Schroeder [EMAIL PROTECTED

Re: Strange problem with virtual host

2007-06-29 Thread Hassan Schroeder
/ appbase=webapps/falcon unpackWARs=true autoDeploy=true / appbase=webapps/blotterpad unpackWARs=true autoDeploy=true / /Host Tell me it doesn't really look like that... -- Hassan Schroeder [EMAIL PROTECTED

Re: How to write this elegantly in JSP/EL

2007-06-23 Thread Hassan Schroeder
DATA_PHOTO_HEIGHT is the name of the variable. In my example, I have already made THAT name a constant in the Java class. Uh, what? Use of the `c:out` format vs. simple EL has nothing to do with where the value is coming from. -- Hassan Schroeder [EMAIL PROTECTED

Re: How to write this elegantly in JSP/EL

2007-06-22 Thread Hassan Schroeder
=${imageUrl}` and then use the clumsy 'c:out' form? What's wrong with `height=${DATA_PHOTO_HEIGHT}`? Is there perhaps some useful function taglib? That said, writing your own tag libs is pretty easy, and worth while if it's something repetitious. YMMV, -- Hassan Schroeder

Re: Are vulnerability patches available for Tomcat 5.5.23

2007-06-22 Thread Hassan Schroeder
wrong :-) What rebuild? Untar; copy config files; set CATALINA_HOME to new value and go. The only requirement is keeping your appBase outside the Tomcat installation directory. IMHO, -- Hassan Schroeder [EMAIL PROTECTED

Re: Tomcat UploadServlet Error

2007-06-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: Null

2007-06-21 Thread Hassan Schroeder
into the request, and use JSTL to display -- that handles null values as empty strings by default, not to mention giving you a much cleaner presentation layer overall... FWIW, -- Hassan Schroeder [EMAIL PROTECTED

Re: Tomcat UploadServlet Error

2007-06-21 Thread Hassan Schroeder
be looking at? Depends on the app, but there can't be that many :-) Try an upload, look at the most recently changed log(s). You may have to crank up the log level to get anything useful, but I'd expect an error to at least log /something/... -- Hassan Schroeder [EMAIL

Re: Problem with JVM, and Tomcat tuning

2007-06-15 Thread Hassan Schroeder
of swap space and with CATALINA_OPTS set as: .. but my systems' OPTS are pretty simple: -Xms256M -Xmx256M for one and -Xms512m -Xmx512m for the other. In any case I've never had a JVM crash. HTH, -- Hassan Schroeder [EMAIL PROTECTED

Re: maximum length of form parameter

2007-06-12 Thread Hassan Schroeder
browsers and servers, but if you're hitting that limit, switch from GET to POST. HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: maximum length of form parameter

2007-06-12 Thread Hassan Schroeder
When a certain parameter, say genelists, has a huge number of genes OK, how big is huge, and how are you trying to process this? And what *exactly* is the log message associated with wouldn't work? -- Hassan Schroeder [EMAIL PROTECTED

Re: Jstl Tomcat 6 (if )

2007-06-05 Thread Hassan Schroeder
;' and see what happens... 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

Re: Jstl Tomcat 6 (if )

2007-06-05 Thread Hassan Schroeder
On 6/5/07, Davide Manca [EMAIL PROTECTED] wrote: If I write http://java.sun.com/jsp/jstl/core instead of http://java.sun.com/jstl/core my jstl tags are not executed... Why? What servlet spec version is your web.xml? Perhaps you can distill and post a small test JSP? -- Hassan Schroeder

Re: Tomcat 5.5 + Apache 2.2 + mod_proxy_ajp

2007-05-31 Thread Hassan Schroeder
On 5/31/07, Ralf Schneider [EMAIL PROTECTED] wrote: I use the above configuration and have a problem when the Tomcat is restarted. Then the Apache does not forward the requests until it has been restarted too. What's your ProxyPass retry set to? -- Hassan Schroeder

Re: FindClass - Bootstrap failing

2007-05-22 Thread Hassan Schroeder
On 5/22/07, John Cabral [EMAIL PROTECTED] wrote: apache-tomcat-6.0.13 Windows installer. I'm running on Windows XP Professional, version 2002. The java version is 1.4.2_14. TC6 requires Java 5 -- http://tomcat.apache.org/migration.html HTH, -- Hassan Schroeder

Re: Prevent unwanted requests

2007-05-18 Thread Hassan Schroeder
to be looking at DWR, so I tried your example -- it returns a 404, which is what I'd expect. /* DWR 2.0.1 on TC 6.0.9 with JDK 1.6.0 */ FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e

Re: What changes require a redeploy?

2007-05-16 Thread Hassan Schroeder
don't know where to find it, as my folder structure (Tomcat home, Tomcat base, application files, etc) is all over my filesystem. .. while it sounds like you're using some non-standard repackaged version -- bummer :-) Good luck, -- Hassan Schroeder [EMAIL PROTECTED

Re: Dynamic URIs Using one Context

2007-05-15 Thread Hassan Schroeder
you're serving unique static content from the httpd DocumentRoot you specify; if not, you could just get rid of that -- using httpd -- as well. FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new

Re: war package ignores context fragment?

2007-05-13 Thread Hassan Schroeder
have to open the WAR file and put an appropriate context.xml file there. Otherwise, the example seems pretty clear... FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users

Re: Loading external url as local

2007-05-11 Thread Hassan Schroeder
the JSTL c:import / tag and either embed (and post-process) the content or just create a local copy. HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org

Re: multiple Tomcat on one host with multiple IPs using the same port

2007-05-10 Thread Hassan Schroeder
specified. -- 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: url-pattern troubles...

2007-05-10 Thread Hassan Schroeder
-- if that actually worked, it's a bug.) The url-pattern isn't a wide-open regexp, so I think you'll have to change your Filter to ignore the includes subdirectory, unless you can differentiate based on the request type (client request, forward, include -- see SRV.6.2.5). HTH, -- Hassan Schroeder

Re: TomCat users' list, forum or documentation ?

2007-05-09 Thread Hassan Schroeder
On 5/9/07, Sven [EMAIL PROTECTED] wrote: Is there a TomCat users' list yep, and you're there :-) I'm just trying to figure out how to install JForum Sounds like you need a JForum mailing list instead, if you're having an application-specific problem, yes? -- Hassan Schroeder

Re: How to programatically determine connector's port numbers?

2007-05-08 Thread Hassan Schroeder
from a container-specific config file. 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

Re: How to programatically determine connector's port numbers?

2007-05-08 Thread Hassan Schroeder
On 5/8/07, webzo [EMAIL PROTECTED] wrote: Thats what I figured, that it would be available via ServletRequest or ServletContext. But I don't see any methods to get it. In the Servlet 2.4 API doc -- the one I happened to have open :-) -- ServletRequest.getServerPort() HTH, -- Hassan

Re: How to programatically determine connector's port numbers?

2007-05-08 Thread Hassan Schroeder
in the Servlet spec that dictates that (AFAIK), the value of the non-SSL port(s) could be a collection, so why not just get the port value from the request, when it's meaningful? :-) But perhaps if you describe the problem more explicitly... -- Hassan Schroeder [EMAIL PROTECTED

Re: http header setting problem in servlet

2007-04-24 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: http header setting problem in servlet

2007-04-24 Thread Hassan Schroeder
--- HTH! -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Tomcat5 and Linux-HA

2007-04-18 Thread Hassan Schroeder
/mod_proxy_balancer.html and the session persistence (replication) works fine. FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: 404 and originally requested URL

2007-04-18 Thread Hassan Schroeder
On 4/18/07, Guilhem SEMPERE [EMAIL PROTECTED] wrote: Now I need access to the originally requested URL (the one which couldn't be found). I couldn't find a way to do this. The Servlet Spec is your friend -- SRV 8.4.2, specifically :-) HTH, -- Hassan Schroeder [EMAIL

Re: 404 and originally requested URL

2007-04-18 Thread Hassan Schroeder
is it relevant. The page being requested that was *not found* and hence caused the /forward/ to the custom 404 page /is/ identified by the request attributes mentioned in SRV 8.4.2 -- javax.servlet.forward.request_uri and so on. -- Hassan Schroeder [EMAIL PROTECTED

Re: 404 and originally requested URL

2007-04-18 Thread Hassan Schroeder
object in the call chain* that received the request from the client. The 404 page is *not* the first servlet object so obviously those values are not the same. HTH, -- Hassan Schroeder [EMAIL PROTECTED

Re: Getting a project deployed

2007-04-18 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: will 5.5 war run on 6.x tomcat

2007-04-16 Thread Hassan Schroeder
apps all run fine on 6.0.x. 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

Re: recognise tomcat finished starting up

2007-04-16 Thread Hassan Schroeder
? 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 PROTECTED]

Re: help - ssl on tomcat

2007-04-16 Thread Hassan Schroeder
connector, it should show up there before you even try to access it. HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Upgrading Tomcat

2007-04-11 Thread Hassan Schroeder
to Tomcat 5.5.23 Untar to a new directory, configure and test running with a different Connector port setting(s). Then going live is a matter of flipping the settings and restarting. FWIW, -- Hassan Schroeder [EMAIL PROTECTED

Re: Upgrading Tomcat

2007-04-11 Thread Hassan Schroeder
on and off easily, and no apps need to be moved or copied. With all individual apps configured via META-INF/context.xml, only the relevant parts of server.xml need to be copied. Once you get set up properly, moving to a new version becomes a trivial exercise. :-) HTH, -- Hassan Schroeder

Re: Security question - starting tomcat as non-root user

2007-04-11 Thread Hassan Schroeder
ownership of everything to 'foo'. 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

Re: virtual directory

2007-04-11 Thread Hassan Schroeder
content? If so, you could handle that via symlinks. If it's something else, maybe you can provide a different example... -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users

Re: virtual directory

2007-04-11 Thread Hassan Schroeder
consider just using your build system to make copies of those directories, in the short term at least. Good luck, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users

Re: Tomcat 5.5.23 Question

2007-04-11 Thread Hassan Schroeder
. Is it possible to set Tomcat 5.5 to use JDK 1.4 for compiling JSP instead of the Tomcat 5.5 built in compiler? google tomcat java compiler -- see first result :-) HTH, -- Hassan Schroeder [EMAIL PROTECTED

Re: Cannot open apache

2007-04-10 Thread Hassan Schroeder
and window sizes so you can actually see something in it :-) Then type `catalina.bat run` -- the window will stay open while Tomcat starts, and you'll be able to see any error messages. HTH, -- Hassan Schroeder [EMAIL PROTECTED

Re: How to hide Tomcat serverversion information?

2007-04-10 Thread Hassan Schroeder
On 4/10/07, Rashmi Rubdi [EMAIL PROTECTED] wrote: Also, the server option didn't work on Tomcat 6.0.x FWIW, I just tried it on my 6.0.9 instance and LiveHTTPHeaders shows: Server: foo/bar After a restart, of course... -- Hassan Schroeder [EMAIL PROTECTED

Re: How to hide Tomcat serverversion information?

2007-04-10 Thread Hassan Schroeder
On 4/10/07, Rashmi Rubdi [EMAIL PROTECTED] wrote: seeing the ServerName/Version on a default 404 page. Ah, yes-- the default 404 shows 'Apache Tomcat/6.0.9' in the footer. Another case for configuring custom error pages for all your apps :-) -- Hassan Schroeder

Re: assistance with logon error

2007-04-09 Thread Hassan Schroeder
think that that would have to be in the config file, eh? :-) -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: assistance with logon error

2007-04-09 Thread Hassan Schroeder
-iF in case it's in some file as OCCADB. :-) Worst case, you'll have to dig into the source... -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]

2007-04-09 Thread Hassan Schroeder
switched from 5.5.x/Java 5 to 6.0.x/Java 6 by changing the batch file I use to set CATALINA_HOME and JAVA_HOME, and none of my apps complained in the slightest. Can you post a simple WAR file showing the problem you're seeing? -- Hassan Schroeder [EMAIL PROTECTED

Re: Tomcat documentation suggestion - for installs and config, please also link to this web page.

2007-04-07 Thread Hassan Schroeder
include name=*.jar/ /fileset /path - FWIW, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail

Re: Tomcat hiding director

2007-04-06 Thread Hassan Schroeder
On 4/4/07, Hoa Doan [EMAIL PROTECTED] wrote: Is there a way to hid some directory from user access? Read the servlet spec section on security, and configure your app's web.xml appropriately. No other software required :-) -- Hassan Schroeder [EMAIL PROTECTED

Re: Tomcat documentation suggestion - for installs and config, please also link to this web page.

2007-04-06 Thread Hassan Schroeder
reference to that build.xml file, so if you're having problems, that probably isn't one of them. :-) OTOH, if it's out of date, creating a patched version would be a good contribution -- better than pointing to some third-party site... IMHO! -- Hassan Schroeder [EMAIL PROTECTED

Re: How to redirect to stub page when app unavailable?

2007-04-05 Thread Hassan Schroeder
, but I'm pretty sure you'll get a 503 status generated if it can't reach Tomcat. Just customize the Apache 503 error page to taste... HTH, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail

Re: Filter class not found problem

2007-04-04 Thread Hassan Schroeder
defined for convenience (so I can switch as I test/upgrade versions); right now it's Java 1.6.0-b105 as echo $JAVA_HOME /usr/local/jdk1.6.0 echo $JRE_HOME /usr/local/jdk1.6.0/jre So I'd say it's not a problem intrinsic to /all/ Filters... -- Hassan Schroeder [EMAIL

Re: problem: accessing object created in servlet from jsp

2007-03-30 Thread Hassan Schroeder
it in the session instead? -- 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: Is it possible to have more than one submit button in a JSP file?

2007-03-28 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: Is it possible to have more than one submit button in a JSP file?

2007-03-28 Thread Hassan Schroeder
/about Tomcat/? -- 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: Paths in CSS files

2007-03-27 Thread Hassan Schroeder
. Is there a way round this? background:url(${pageContext.request.contextPath}/image/box.png) no-repeat 100% 0; Parse those files as JSPs and the above will take care of it :-) HTH, -- Hassan Schroeder [EMAIL PROTECTED

Re: Launching Tomcat at boot

2007-03-25 Thread Hassan Schroeder
line first... 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: Launching Tomcat at boot

2007-03-25 Thread Hassan Schroeder
/ I'd change that line in the OP's script :-) YMMV, -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Launching Tomcat at boot

2007-03-25 Thread Hassan Schroeder
to the approach of your choice. :-) -- 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

<    2   3   4   5   6   7   8   9   10   >