DefaultServlet character encoding

2004-04-08 Thread Hassan Schroeder
the box"... All suggestions gratefully accepted :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. ---

Re: DefaultServlet character encoding

2004-04-09 Thread Hassan Schroeder
vironments Tomcat 4.1.27 -- Sun Java 1.4.2_01-b06 -- W2k Tomcat 5.0.19 -- 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

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? -- H

Re: FW: Os X

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

Re: Os X

2004-04-11 Thread Hassan Schroeder
ry 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.

Re: Os X

2004-04-11 Thread Hassan Schroeder
tch the output as you try 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 ge

Re: DefaultServlet character encoding

2004-04-13 Thread Hassan Schroeder
se related? 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, -- H

Re: Include file?

2004-05-07 Thread Hassan Schroeder
bliquely) pointed to yesterday; adapted, you just need something like: ]> &vhosts; The only difference I found from the Ant example was that it needed the full path or produced a FileNotFoundException. No big deal... Tested in W2K/TC4 and OSX/TC5. FWIW! -- Hassan Schroeder ---

Re: Include file?

2004-05-07 Thread Hassan Schroeder
Steven Garrett wrote: ok, so I put this into my server.xml underneath the last entry ?! Uh, that's not even close to what I sent :-) ]> That goes right *before* the tag at the top of your server.xml file... &virtualhosts; The above line can then follow your other block. HT

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
spath 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) 40

Re: problem with JSP -> no data returned

2004-05-22 Thread Hassan Schroeder
do you have another system you could try 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)

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

2004-05-24 Thread Hassan Schroeder
y their install instructions 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 B

Re: Tomcat logging and the referer

2004-05-27 Thread Hassan Schroeder
e. Anybody have any 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

Re: help: remotely accessing CATALINA_HOME

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

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

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

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
RL of the image 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 --

Re: When to use two tomcat instances

2002-11-13 Thread Hassan Schroeder
tomcat-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

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

2004-09-16 Thread Hassan Schroeder
up resolve '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] W

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

2004-09-17 Thread Hassan Schroeder
hat, don't even 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

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

2004-09-18 Thread Hassan Schroeder
;) ) { thisContentType = xhtmlContentType; } else { thisContentType = htmlContentType; } } response.setContentType(thisContentType); chain.doFilter(request, response); } } HTH! -- Hassan Schroeder - [EMAIL PROTECT

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

2004-09-18 Thread Hassan Schroeder
separate header. 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

Re: cannot find server

2004-09-19 Thread Hassan Schroeder
the command "catalina.bat 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://webtuiti

Re: cannot find server

2004-09-20 Thread Hassan Schroeder
n a directory with no spaces in the path names). That's what I do with each new release and it *always* "just works"... HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Unable to start tomcat server

2004-09-21 Thread Hassan Schroeder
, it just ended prematurely. :-) So it appears 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 w

Re: Unable to start tomcat server

2004-09-21 Thread Hassan Schroeder
ning *catalina.bat run* from a cmd window and see what happens. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. --

Re: Undefined hosts being directed to localhost

2004-10-10 Thread Hassan Schroeder
nts to your system and there's no explicit host by that name defined, the request goes to the default host, usually defined as: HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Undefined hosts being directed to localhost

2004-10-11 Thread Hassan Schroeder
ne already got a (or cleverly configured an existing) 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 re

Re: OFF TOPIC-Starting a servlet

2004-10-11 Thread Hassan Schroeder
t my 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 dre

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) 40

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! -- Hassa

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
Antony Paul wrote: How to add no-cache header to a javascript file which is set in the html as

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) 40

5.0.28 DefaultServlet Content-Type

2004-10-21 Thread Hassan Schroeder
s 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 ---

Re: Response and file downloads

2004-11-01 Thread Hassan Schroeder
here 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

Re: Can anyone help me/guide me?

2004-11-02 Thread Hassan Schroeder
ct";, instead 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-

Re: Can anyone help me/guide me?

2004-11-02 Thread Hassan Schroeder
HTML 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://webtuitiv

Re: refresh problem

2004-11-02 Thread Hassan Schroeder
t;;, which is what will be loaded when the browser "refresh" 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

Re: Refresh Problem

2004-11-03 Thread Hassan Schroeder
SCROLLING="AUTO" NAME="bannerframe " NORESIZE> -- 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! -- H

Re: tomcat starting up?

2004-06-15 Thread Hassan Schroeder
ight now, 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 drea

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 === h

Re: startup error

2004-06-28 Thread Hassan Schroeder
dows machine. Yeah, got it -- what *version* of Windows? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. ---

Re: Tomcat -> MySQL = No suitable driver ERROR

2004-07-01 Thread Hassan Schroeder
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] Webtuitive Design === (+1) 408-938-0567 === http://we

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 element contains a "port" attribute. Shouldn't be hard to grep '8080' in server.xml and change i

Re: Change to Port 80

2004-07-01 Thread Hassan Schroeder
ges should 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 Desig

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 ==

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

2004-07-26 Thread Hassan Schroeder
case your System.out is to that window... I suspect you've got a typo in your config somewhere. FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. ---

Re: Tomcat too slow in Windows 2000 server

2004-07-26 Thread Hassan Schroeder
ot; in the Connector definitions 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 Desig

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
ase you'll need 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

Re: Fwd: Tomcat + ssl problems

2004-08-18 Thread Hassan Schroeder
ff the bat, 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 -

Re: SSL in tomcat standalone with virtual hosts

2004-08-19 Thread Hassan Schroeder
). So don't use 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

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

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

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

2004-11-18 Thread Hassan Schroeder
not the author). As I said, php does seem to work 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 - [EM

Re: Tomcat

2004-11-26 Thread Hassan Schroeder
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

Re: Tomcat

2004-11-26 Thread Hassan Schroeder
ttributes invaluable, e.g. the Context element: <http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html> HTH, best of luck, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Redhat and JVM Install?

2004-12-06 Thread Hassan Schroeder
1: cd /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://webtuitiv

Re: Problems whith admin application and users management

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

Re: Tomcat 5.5.6 Admin Package

2004-12-13 Thread Hassan Schroeder
users.xml 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 ==

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

2004-12-14 Thread Hassan Schroeder
the container. I don't know how much more "portable" you want it to be :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuiti

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 ===

Re: Problems whith admin application and users management

2004-12-13 Thread Hassan Schroeder
for my server.xml -- it's missing these two lines found in the "full-figured" example server.xml file :-) Add, restart, admin app is now happy... -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.co

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

2004-12-14 Thread Hassan Schroeder
om direct access as above. > 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 -

Re: JSP under /WEB-INF folder

2004-12-26 Thread Hassan Schroeder
ch is usually a desirable behavior). HTH, -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. - To un

Re: JSP under /WEB-INF folder

2004-12-28 Thread Hassan Schroeder
the "protection". No fuss, no muss :-) FWIW! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code.

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

Re: Using DNS name instead of port number

2005-01-13 Thread Hassan Schroeder
pache 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 dr

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Hassan Schroeder
te. As I said before, I 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

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Hassan Schroeder
r ports 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

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-18 Thread Hassan Schroeder
en my 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 ===

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-18 Thread Hassan Schroeder
But that's just 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

Re: Virtual domains

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

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 - [EMAI

Re: Enabling CGI

2005-02-11 Thread Hassan Schroeder
s expected It really 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

Re: What does each part of a className mean?

2005-02-14 Thread Hassan Schroeder
it's still not responding. ---- Good luck! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Visibility of resources under WEB-INF/classes

2005-02-20 Thread Hassan Schroeder
fine outside the $CATALINA_HOME/webapps directory, used forward slashes like: You might check the appBase definition of your Host element :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitiv

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 S

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

2005-03-08 Thread Hassan Schroeder
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 ===

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

2005-03-08 Thread Hassan Schroeder
27;s not enough 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

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

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

Re: Scoping of JNDI Resources?

2005-03-13 Thread Hassan Schroeder
n 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

Re: Scoping of JNDI Resources?

2005-03-13 Thread Hassan Schroeder
org/tomcat/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... -- Hassa

Re: Scoping of JNDI Resources?

2005-03-14 Thread Hassan Schroeder
described in the JNDI Resources HOW-TO. The resources defined in this element are not visible in the per-web-application contexts unless you explicitly link them with elements. :: as refuting the above concern... But I don't have time to test that theo

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

2005-03-15 Thread Hassan Schroeder
actice" in /markup/, by current standards: >return ""; Just "" would do it, leave the other stuff to CSS... (If you feel you really *must* return markup from a function, you could put it into a custom taglib, though, which would be a whole lot cleaner all the wa

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

2005-03-16 Thread Hassan Schroeder
* of changed classes. 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
B-INF/ eh? Case matters :-) (Not to mention that `request.setRealPath()` is deprecated...) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: Tomcat rookie needs help building application

2005-03-20 Thread Hassan Schroeder
JAR files placed under $CATALINA_HOME/common/lib are available both to web applications > and internal Tomcat code. But you're neither of those :-) so it's *your* CLASSPATH that needs to include "C:\Tomcat5.5\server\lib\catalina-ant.jar" when you run

Re: php and apache tomcat

2005-03-20 Thread Hassan Schroeder
uction use, but fine 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

Re: Newbie help

2005-03-21 Thread Hassan Schroeder
u read 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]

Re: Tomcat Connection refused :-(

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

Re: Cannot get a connection, pool exhausted

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

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

2005-04-04 Thread Hassan Schroeder
which will look (minimally!) like That's it. Restart tomcat. Done. See, wasn't that easy? :-) HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com

Re: problem with installing tomcat in linux

2005-04-11 Thread Hassan Schroeder
E/bin directory 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

Re: class path (UNCLASSIFIED)

2005-04-13 Thread Hassan Schroeder
ing servlet.jar and j2ee.jar in the same classpath is a good idea either. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code.

  1   2   >