Re: When to use two tomcat instances

2002-11-13 Thread Hassan Schroeder
-ug.html#context_addcust :: for Virtual Host setup examples... Note: I haven't used this, since I front-end with Apache and let it handle multiple IP addresses, so I can't vouch for the accuracy! HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408

DefaultServlet character encoding

2004-04-08 Thread Hassan Schroeder
suggestions gratefully accepted :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail

Re: DefaultServlet character encoding

2004-04-09 Thread Hassan Schroeder
-- Sun Java 1.4.1_01-69.1 -- OSX.2.8 serve a sample Shift_JIS page just fine out of the box... -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: FW: Os X

2004-04-11 Thread Hassan Schroeder
Andrew Robinson wrote: I'm new to this list...Has anyone sucessfully installed tomcat on an OS X machine, I can't seem to get it to work. Yes. It would probably be more useful if you specified what exactly you did and what exact problem you're having, eh? -- Hassan Schroeder

Re: FW: Os X

2004-04-11 Thread Hassan Schroeder
if desired... FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail: [EMAIL

Re: Os X

2004-04-11 Thread Hassan Schroeder
to access the start page. Also, examine your log files for error messages. 6: point your browser to http://localhost:8080/ If that doesn't identify the problem, make sure that you can (1) ping 'localhost' and (2) telnet to localhost port 8080 and get a server prompt. -- Hassan Schroeder

Re: Os X

2004-04-11 Thread Hassan Schroeder
to access the start page. Also, examine your log files for error messages. 6: point your browser to http://localhost:8080/ If that doesn't identify the problem, make sure that you can (1) ping 'localhost' and (2) telnet to localhost port 8080 and get a server prompt. -- Hassan Schroeder

Re: DefaultServlet character encoding

2004-04-13 Thread Hassan Schroeder
? I need help:). see http://j2e-translate.sourceforge.net Sounds interesting, but my knowledge of Japanese would fit into a Kirin bottle cap :-) But I will ask my client for this project if they're interested in contributing; if so, will get back to you off-list. Thanks much, -- Hassan Schroeder

Re: Include file?

2004-05-07 Thread Hassan Schroeder
a FileNotFoundException. No big deal... Tested in W2K/TC4 and OSX/TC5. FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Include file?

2004-05-07 Thread Hassan Schroeder
right *before* the Server ... tag at the top of your server.xml file... virtualhosts; The above line can then follow your other Host block. HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Response and file downloads

2004-11-01 Thread Hassan Schroeder
. Now, if there is a way that I don't know about to target a layer, that could do the trick. Still, the most reliable solution for the problem at hand is probably the META refresh... FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567

Re: Can anyone help me/guide me?

2004-11-02 Thread Hassan Schroeder
of (apparently) just forwarding within your main servlet. Or keep track of the user's real page location as part of the session. Or something :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Can anyone help me/guide me?

2004-11-02 Thread Hassan Schroeder
files would *not* show up as the page URL in a default Tomcat install; they certainly do on any of my systems. Perhaps if you post your server.xml and web.xml files... -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: refresh problem

2004-11-02 Thread Hassan Schroeder
button is clicked. If you *explicitly* load http://www.export4u.co.uk/html/contact.html and hit refresh -- surprise! that's what reloads. No problem. Hence my suggestion that your problem is in your server|web.xml :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design

Re: Refresh Problem

2004-11-03 Thread Hassan Schroeder
FRAME SRC=http://micsexport.servepics.com/; SCROLLING=AUTO NAME=bannerframe NORESIZE /FRAMESET -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Refresh Problem

2004-11-03 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: These framesets have been put on by no-ip.com OR http://www.oneandone.co.uk (my DNS domain provider ) any suggestions Yes, 1/ don't post any more about this to the list, since it has nothing to do with Tomcat, and 2/ find a real hosting solution :-) Good luck! -- Hassan

Re: Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-18 Thread Hassan Schroeder
David Lee wrote: Has anyone run the php application on Tomcat?. I've tinkered with it -- using the phpservlet to run a calendar app. Works surprisingly well, but since you're hooking into native code, beware -- if (when!) it crashes, it takes the whole JVM with it :-) YMMV! -- Hassan Schroeder

Re: Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-18 Thread Hassan Schroeder
fine, but I have had it crash. The machine I was using to test with was woefully underpowered and under-memoried, though. I'll have to try it on something more robust and see what happens. HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938

Re: Tomcat

2004-11-26 Thread Hassan Schroeder
for. On the HTML manager page, there's a BIG LINK labeled Manager Help; the *first* thing addressed on that page is Configuring Manager Application Access ... -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Tomcat

2004-11-26 Thread Hassan Schroeder
/context.html HTH, best of luck, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail

Re: Redhat and JVM Install?

2004-12-06 Thread Hassan Schroeder
/tmp 2: ./jdk-1_5_0-linux-i586.bin 3: mv jdk1.5.0 /usr/local 4: {change any scripts or config files with JAVA_HOME, PATH, etc...} Not too bad :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Problems whith admin application and users management

2004-12-12 Thread Hassan Schroeder
tMBeanServerInterceptor.java:1010) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e

Re: Tomcat 5.5.6 Admin Package

2004-12-13 Thread Hassan Schroeder
And if you're using the minimal server.xml example, you'll want to add the two Listeners from the top of the full server.xml. (re)start Tomcat... HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Hassan Schroeder
know how much more portable you want it to be :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Hassan Schroeder
Robert Taylor wrote: Does this not imply that I can do what I am trying to do? I suppose; I'm just baffled why you want to reinvent this particular built-in wheel, but don't let that stop you :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408

Re: Problems whith admin application and users management

2004-12-13 Thread Hassan Schroeder
missing these two lines found in the full-figured example server.xml file :-) Listener className=org.apache.catalina.mbeans.ServerLifecycleListener/ Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener/ Add, restart, admin app is now happy... -- Hassan Schroeder

Re: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Hassan Schroeder
. and return a user friendly page/message when a .jsp page is requested without going through the controller? A custom 404 page should take care of it. And you can get as fancy with that as you like :-) FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design

Re: JSP under /WEB-INF folder

2004-12-26 Thread Hassan Schroeder
=/scripts/example.js/script :: will work fine. The client UA can access them directly (and cache them, which is usually a desirable behavior). HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: JSP under /WEB-INF folder

2004-12-28 Thread Hassan Schroeder
:-) FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Using DNS name instead of port number

2005-01-13 Thread Hassan Schroeder
inside of Tomcat, or will I need to use mod_jk. If the system in question has multiple IP addresses, yes. Configure your Tomcat connector to listen to the appropriate address(es) on port 80 and configure Apache to listen to the other address(es). -- Hassan Schroeder - [EMAIL

Re: Using DNS name instead of port number

2005-01-13 Thread Hassan Schroeder
Is this possible? Yeah, but with only one IP you'll have to use mod_jk or mod_proxy. I'd say adding an IP address would be the easier setup :-) FWIW, this is how I run my dev box -- a couple of IP addresses for different versions of Tomcat and one for Apache (for the occasional PHP job). -- Hassan Schroeder

Re: Using DNS name instead of port number

2005-01-13 Thread Hassan Schroeder
in front of Tomcat, but that generally looked OK. Try it. You certainly won't need to use mod_rewrite, though. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Hassan Schroeder
haven't done this myself. I have, and none of my installations use .keystore as the file name... -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Hassan Schroeder
in the Connectors instead of redirecting through iptables? 2) what's the point of the multiple Services? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-18 Thread Hassan Schroeder
server.xml and the one you previously sent. I would seriously urge you to turn off the port-forwarding, change the connectors to standard ports 80 and 443 and test again. :-) FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-18 Thread Hassan Schroeder
my approach. which tomcat version are you using? could you send me an anonymized version of your config? I'll send you a sample server.xml offlist (for a 4.1.x install). -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: Virtual domains

2005-01-24 Thread Hassan Schroeder
/config/host.html -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail: [EMAIL

Re: problem with JSP - no data returned

2004-05-21 Thread Hassan Schroeder
Ondrej Sváb wrote: Any JSP page returns no data. Any idea? Do the examples work? Is the context in question reloadable? And have debug set higher than 0? Have you looked at your logs, or run Tomcat with the console open to see if errors are being logged? -- Hassan Schroeder

Re: problem with JSP - no data returned

2004-05-22 Thread Hassan Schroeder
Ondrej Sváb wrote: No examples work (No JSP runs). During debuging no errors appear. There are not any errors in the logs. What OS are you running this on, and what JDK? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: problem with JSP - no data returned

2004-05-22 Thread Hassan Schroeder
problem, I suppose... Do you have an explicitly set CLASSPATH? OK, and one more question -- the JSP examples don't work, but do the servlet examples? And can you manually compile one of those? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567

Re: problem with JSP - no data returned

2004-05-22 Thread Hassan Schroeder
installing on for comparison? /* the last sentence indicating we have now reached the * grasping-at-straws portion of the exercise :-) */ -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Importing chain certificate with keytool causes keytool error: java.lang.Exception: Input not an X.509 certificate

2004-05-24 Thread Hassan Schroeder
differed from the Tomcat doc. As in, theirs (Thawte's) said you don't need the chain cert at all. And apparently they're right :-) I just imported the PKCS7-format cert they gave me, including the -trustcacerts flag, and tickety-boo and Bob's y'r uncle. HTH! -- Hassan Schroeder

Re: Tomcat logging and the referer

2004-05-27 Thread Hassan Schroeder
thoughts on how I can get that to show? I'm not seeing any problem with this, on TC4.1.29. Are you sure the blank referers are *not* users just typing the URL (or bots)? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: help: remotely accessing CATALINA_HOME

2004-06-08 Thread Hassan Schroeder
desktop system where you can experiment more conveniently... FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Works! RE: 2nd inquiry: how to - programmatically - authenticate oneself as Tomcat manager?

2004-06-10 Thread Hassan Schroeder
PROTECTED]/ so: URL tomcatMgr = new URL(http://manager:[EMAIL PROTECTED]:8080/manager/undeploy?path=/any); -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: How do I run servlets on the root directory of localhost?

2004-06-12 Thread Hassan Schroeder
Jarl Skogsholm wrote: What happens if you just enter: http://localhost:8080/ It runs my servlet except without images, .css, .js files. Sounds like the paths in your servlet are wrong; are they relative or absolute? What do the 404 entries in your logs say? -- Hassan Schroeder

Re: How do I run servlets on the root directory of localhost?

2004-06-12 Thread Hassan Schroeder
with `View Source` in your browser, as well. If I try to access an image directly it still brings up my servlet. If you enter the URL of an image within your webapp, it brings up your servlet? What's the servlet-mapping in web.xml?? -- Hassan Schroeder - [EMAIL PROTECTED

Re: tomcat starting up?

2004-06-15 Thread Hassan Schroeder
, channeling the spirit of Allen Funt, laughing hysterically. :-) Tomcat is *not* a tool to download files... -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: startup error

2004-06-28 Thread Hassan Schroeder
Mendo, Anthony J. wrote: thanks but no joy. I had that. ? So you open a command window and enter C: echo %CATALINA_HOME% and get what? What version of Win* are you running? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: startup error

2004-06-28 Thread Hassan Schroeder
* of Windows? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat - MySQL = No suitable driver ERROR

2004-07-01 Thread Hassan Schroeder
://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4 descriptionMySQL Test App/description ?! You've got a 2.3 DOCTYPE and a 2.4 schema reference in the same file, which is /seriously/ wrong. :-) You want one or the other. FWIW! -- Hassan Schroeder - [EMAIL PROTECTED

Re: Change to Port 80

2004-07-01 Thread Hassan Schroeder
Ryan McCain wrote: How do I configure Tomcat to run on port 80 as opposed to 8080? I changed a few parameters in the xml config file, but nothing seemed to have took. The Connector element contains a port attribute. Shouldn't be hard to grep '8080' in server.xml and change it :-) -- Hassan

Re: Change to Port 80

2004-07-01 Thread Hassan Schroeder
be like 2004-06-30 15:58:10.631 INFO org.apache.coyote.http11.Http11Protocol - Initializing Coyote HTTP/1.1 on port 80 If not, well, depends on what *does* scroll by... :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408

Re: Using SSL with different domains on one server

2004-07-21 Thread Hassan Schroeder
), and then a specific certificate is used? You specify a Connector for each IP; within that Connector you have your Factory with the appropriate keystoreFile specified. HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: how I can to see the output in tomcat from windows 2000

2004-07-26 Thread Hassan Schroeder
a typo in your config somewhere. FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe

Re: Tomcat too slow in Windows 2000 server

2004-07-26 Thread Hassan Schroeder
in server.xml? And nothing else is trying to resolve names? If not, may I suggest you get Ethereal installed and /watch/ the activity on the wire while this problem is occurring? HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: Tomcat4 won't start

2004-08-09 Thread Hassan Schroeder
start Tomcat4, and this may be a Windows error, and I should see the administrator. I get no log files to check. Try to start it using `%CATALINA_HOME%\bin\catalina.bat run` in a cmd window so you can see the error message(s)... -- Hassan Schroeder - [EMAIL PROTECTED

Re: java.net.ConnectException: Connection refused

2004-08-10 Thread Hassan Schroeder
to add a rule to your iptables configuration... Of course, that's also assuming that mysqld is actually running :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Fwd: Tomcat + ssl problems

2004-08-18 Thread Hassan Schroeder
, that tells me it's not a Tomcat problem, it's a basic JVM install problem of some kind. Keytool should work; until you fix that, you're stuck. Are you on a current JVM? That's where I'd be looking, at least... FWIW, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design

Re: SSL in tomcat standalone with virtual hosts

2004-08-19 Thread Hassan Schroeder
the Administration tool :-) -- use the text editor of your choice, create the Connector definitions, and you're done. I assure you it works -- that's how my server's configured: two IP addresses, two Connectors, two certs, both using port 443. FWIW! -- Hassan Schroeder

Re: JSTL 1.1 / Tomcat 4.1.30

2004-08-22 Thread Hassan Schroeder
Julian wrote: How about JSTL 1.0? I've followed several sets of instructions and Tomcat 4.1.30 just doesn't like it. I've been trying for two days. Uh, just doesn't like it isn't of much use in helping fix your problem. And yes, you certainly can use JSTL 1.0 with TC 4.1.30. -- Hassan Schroeder

Re: Tomcat fine within the LAN, but invisible from without

2004-09-16 Thread Hassan Schroeder
'www.mydomain.com' to your address? 2) if you're really trying this from outside your LAN, what's the firewall/routing setup? (hint: try it from inside first!) HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: Tomcat fine within the LAN, but invisible from without

2004-09-17 Thread Hassan Schroeder
worry about Tomcat. :-) Shorewall No idea what that is. Is it running on the server with Tomcat? Or on a router/gateway machine? Or??? But you need to fix your inside access first... HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567

Re: valid XHTML 1.1, Tomcat, text/xml, and @!* IE

2004-09-18 Thread Hassan Schroeder
{ thisContentType = htmlContentType; } } response.setContentType(thisContentType); chain.doFilter(request, response); } } HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: valid XHTML 1.1, Tomcat, text/xml, and @!* IE

2004-09-18 Thread Hassan Schroeder
. True -- is that legal? I just looked at RFC2616 and it doesn't seem to be explicitly specified, so... I know I've never seen a UA do that but if it's possible, Murphy will make it happen at the worst possible time :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive

Re: cannot find server

2004-09-19 Thread Hassan Schroeder
run and use that output to determine what's (not) happening. [1] in honor of International Talk Like A Pirate Day :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: cannot find server

2004-09-20 Thread Hassan Schroeder
release and it *always* just works... HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Unable to start tomcat server

2004-09-21 Thread Hassan Schroeder
that the JAVA_HOME and CATALINA_HOME are probably set properly; what you need to do is use `.\bin\catalina.bat run` in a command (cmd.exe) window to start the server so that that window doesn't disappear on exit along with the error messages that will *tell you what's wrong*. HTH, -- Hassan Schroeder

Re: Unable to start tomcat server

2004-09-21 Thread Hassan Schroeder
and see what happens. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail: [EMAIL

Re: Undefined hosts being directed to localhost

2004-10-10 Thread Hassan Schroeder
resolution for 'www.xyz.com' points to your system and there's no explicit host by that name defined, the request goes to the default host, usually defined as: Engine name=Catalina defaultHost=localhost debug=0 HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive

Re: Undefined hosts being directed to localhost

2004-10-11 Thread Hassan Schroeder
a (or cleverly configured an existing) Valve/ class to do so? ? If a request for www.yahoo.com is really being sent to your IP address, either someone's using a bad nameserver or it's some kind of attempted exploit. Is your concern related to the latter? -- Hassan Schroeder

Re: OFF TOPIC-Starting a servlet

2004-10-11 Thread Hassan Schroeder
servlet from an html button that does not pass the parameters? Sure -- don't use a form in the first place; use a regular link. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Where is Catalina.out?

2004-10-11 Thread Hassan Schroeder
Sng Wee Jim wrote: Correct me if I am wrong, Catalina.out is only created when tomcat is running on unix. OK, you're corrected :-) I see catalina.out created on W2K as well as Mac OS X, Linux... -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938

Re: Security of Servlets

2004-09-30 Thread Hassan Schroeder
Rhino wrote: /* others having responded to the first issue(s), I'll just confine myself to this one :-) */ is anyone aware of a wiki that runs as a servlet, preferably open source? You might look at JSPWiki -- http://www.jspwiki.org/ FWIW! -- Hassan Schroeder

Re: Tomcat 4 and Tomcat 5 on same machine?

2004-10-02 Thread Hassan Schroeder
and JAVA_HOME values. HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail

Re: [OT] Setting no-cache headers for javascript

2004-10-07 Thread Hassan Schroeder
...) HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [OT] Setting no-cache headers for javascript

2004-10-07 Thread Hassan Schroeder
Antony Paul wrote: I used JSP. How to use filter ? 1) read Chapter 6 of the Servlet spec, and 2) look at the examples included with Tomcat -- there's several Filters there for dissection :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938

5.0.28 DefaultServlet Content-Type

2004-10-21 Thread Hassan Schroeder
as the Content-Type. Is that true? If so, should it be? :-) Obviously there must be a default Content-Type, but shouldn't a default implementation *not* override a value already set in the Response? Apologies if I've overlooked the obvious! -- Hassan Schroeder - [EMAIL PROTECTED

Re: What does each part of a className mean?

2005-02-10 Thread Hassan Schroeder
Chris Hosler wrote: I am having a problem getting SSL to work on my tomcat 5 sever Read this: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html If, after that, you're still having problems -- let us know. :-) -- Hassan Schroeder - [EMAIL PROTECTED

Re: Enabling CGI

2005-02-11 Thread Hassan Schroeder
couldn't be much simpler, unless it were configured for CGI by default :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: What does each part of a className mean?

2005-02-14 Thread Hassan Schroeder
. Good luck! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Visibility of resources under WEB-INF/classes

2005-02-20 Thread Hassan Schroeder
on it; those apps, which all worked fine outside the $CATALINA_HOME/webapps directory, used forward slashes like: Context docBase=C:/myWebApp path=/something You might check the appBase definition of your Host element :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED

Re: Facing problems in tomcat configuration - on XP Professional

2005-02-21 Thread Hassan Schroeder
raghavendra datt wrote: Can you please tell me how to figure out whether firewall is running or not? To check whether that port is being blocked: C:\telnet localhost 8080 You'll see either tomcat responding or something (firewall, or ...) preventing access :-) HTH! -- Hassan Schroeder

Re: JDBCRealm changes from Tomcat 5.0.x to 5.5.x

2005-03-08 Thread Hassan Schroeder
the DataSourceReal provide any help here? I'm using a DataSourceRealm with 5.5.7 and not seeing any problems reconnecting at any time (MySQL 4.1.7 + Connector/J 3.1.6)... FWIW, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http

Re: JDBCRealm changes from Tomcat 5.0.x to 5.5.x

2005-03-08 Thread Hassan Schroeder
authentication traffic to really show up the 33357 bug, but I *certainly* exceed the connection timeout period. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: JDBCRealm changes from Tomcat 5.0.x to 5.5.x

2005-03-09 Thread Hassan Schroeder
to taste -- works for me :-) FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e

Re: Scoping of JNDI Resources?

2005-03-13 Thread Hassan Schroeder
, but the Server Configuration Reference (again, this is for the 5.0 branch, adjust as required) covers it all, element by element: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/index.html HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938

Re: Scoping of JNDI Resources?

2005-03-13 Thread Hassan Schroeder
/tomcat-5.5-doc/config/realm.html :: says: You may nest a Realm inside any Catalina container Engine, Host, or Context). Not tested -- I'm also running 5.5.7, but my DataSourceRealm is applied globally -- but that sounds like it fits the bill... -- Hassan Schroeder

Re: Scoping of JNDI Resources?

2005-03-14 Thread Hassan Schroeder
-TO. The resources defined in this element are not visible in the per-web-application contexts unless you explicitly link them with ResourceLink elements. :: as refuting the above concern... But I don't have time to test that theory right now :-) HTH! -- Hassan Schroeder

Re: {OT] Re: Jumping in and out of JSP

2005-03-15 Thread Hassan Schroeder
around...) FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail: [EMAIL

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Hassan Schroeder
. Please post back the results of your testing :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Installation Issues Revisited - AIX 5.2

2005-03-16 Thread Hassan Schroeder
matters :-) (Not to mention that `request.setRealPath()` is deprecated...) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Tomcat rookie needs help building application

2005-03-20 Thread Hassan Schroeder
line. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: php and apache tomcat

2005-03-20 Thread Hassan Schroeder
for running one calendar app, or some such trivia :-) The servlet build function seems to be missing in PHP5, though. FWIW, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code

Re: Newbie help

2005-03-21 Thread Hassan Schroeder
the setup and configuration pages for the version of Tomcat you're using? e.g., http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html That's the how-to you're looking for, I suspect... -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567

Re: Tomcat Connection refused :-(

2005-04-01 Thread Hassan Schroeder
and why Tomcat stops initializing HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e

Re: Cannot get a connection, pool exhausted

2005-04-02 Thread Hassan Schroeder
/commons/dbcp/apidocs/index.html HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe

Re: Troubleshooting Virtual Hosts with Tomcat 5 standalone mode...

2005-04-04 Thread Hassan Schroeder
/Catalina/oahu/cowabunga.xml !-- etc... -- which will look (minimally!) like Context docBase=/www/oahu/ROOT !-- define Resources, etc. -- /Context That's it. Restart tomcat. Done. See, wasn't that easy? :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED

Re: problem with installing tomcat in linux

2005-04-11 Thread Hassan Schroeder
to your PATH setting or start Tomcat directly using: prompt $CATALINA_HOME/bin/catalina.sh start It would probably be useful to look at that startup script as well, to understand the role of various environment variables... HTH! -- Hassan Schroeder - [EMAIL PROTECTED

Re: class path (UNCLASSIFIED)

2005-04-13 Thread Hassan Schroeder
classpath is a good idea either. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To unsubscribe, e-mail

  1   2   >