Re: Re site problems, here is server.xml

2005-11-21 Thread Hassan Schroeder
://tomcat.apache.org/tomcat-5.5-doc/config/context.html -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: How do I force getContextPath to return

2005-11-18 Thread Hassan Schroeder
is that? When does a context path become pesky? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Tomcat 5.5 problem - container not serving up web content

2005-11-17 Thread Hassan Schroeder
Content\' might well be the problem... HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: can't get #include to work

2005-11-17 Thread Hassan Schroeder
not working for you, I'd say you need to take the advice about turning up the logging. :-) FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

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

2005-11-17 Thread Hassan Schroeder
-INF./classes/MySer%20vlet.class vlet.class Uh, what's with the '.' following the 'WEB-INF'? If that's literal, that's your problem; 'WEB-INF./' is not the same as 'WEB-INF/' :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: How to disable Tomcat Admin directory

2005-11-14 Thread Hassan Schroeder
Jarrod Holder wrote: How can we have Tomcat no longer listen for requests to the /admin directory? Remove the admin.xml Context file for the host in question. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: tomcat 5.5.9 basic config

2005-11-13 Thread Hassan Schroeder
://gus.csbc.vcu.edu:8080/crypto/) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e

Re: tomcat 5.5.9 basic config

2005-11-12 Thread Hassan Schroeder
privileged=true allowLinking=true /Context :: which will make it your default webapp, accessed directly using http://gus.csbc.vcu.edu:8080/;... HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: CGI and JRE Questions

2005-11-10 Thread Hassan Schroeder
in catalina.sh (or whatever startup script you're using) how it's identified. If you're unsure I'm going to guess you at least have a JAVA_HOME environment variable set somewhere. :-) But wow, that's *really* old. Any chance you could try this with a more recent (i.e., at least 1.4.2) JVM? -- Hassan

Re: CGI and JRE Questions

2005-11-09 Thread Hassan Schroeder
under different versions of Java on the same box. Any pointers? Different JVMs, different instances (possibly versions) of Tomcat (which implies different IP/port combinations). Tickety-boo and bob's-- well, you know the rest :-) -- Hassan Schroeder - [EMAIL

Re: CGI and JRE Questions

2005-11-09 Thread Hassan Schroeder
dev system and it worked fine with either style (or no) parameter. What JDK are you using? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: filter-mapping to tomcat DefaultServlet

2005-11-05 Thread Hassan Schroeder
to stdout :-) -- filter-namesquealFilter/filter-name filter-classfilters.SquealFilter/filter-class /filter filter-mapping filter-namesquealFilter/filter-name servlet-namedefault/servlet-name /filter-mapping HTH! -- Hassan Schroeder

Re: How to change Tomcat's default page.

2005-10-31 Thread Hassan Schroeder
that whenever http://machinename:8080/ is hit the browser will point to webapps/mywebapps/index.jsp Can anyone please tell me how do I do it. and what all the files I need to change ? Remove the default ROOT context and replace it with your own. :-) -- Hassan Schroeder

Re: SEVERE: All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75

2005-10-28 Thread Hassan Schroeder
/test version, stressing it with JMeter or equiv might help track down the failing area quickly. For that matter, reduce the number of available threads on your test system, and get there even quicker :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1

Re: Configuring Tomcat for Multiple versions

2005-10-21 Thread Hassan Schroeder
, that implies different Host names as well. HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Problems with web.xml generated from RAD and from Ecplise.

2005-10-20 Thread Hassan Schroeder
Developer Developer wrote: As far as my problem is concered, I solved it. Tomcat (5.5) does not support 2.4 V of the servlet. That's simply not true. Whatever your RAD problem involved, that's not part of it :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive

<    5   6   7   8   9   10