Re: mod_jk---still trying, getting closer

2002-12-25 Thread Jerry Ford
John: Sorry, I had changed ajp13 to worker1 in trying to emulate Denise's working setup, but that didn't do any good so I changed it back and inadvertently put the dot in. But it doesn't matter, it doesn't work either way. As noted in earlier e-mails, I can get the Tomcat example servlets to

Re: localhost [OT]

2002-12-25 Thread Paul Campbell
You need to have a file hosts hosts.sam was a "sample" provided by MS. copy hosts.sam hosts and then try it again. At 09:43 PM 12/25/2002 -0800, you wrote: >I got the windows\hosts.sam file and assigned my actual ip address. Browser >still doesn't recognize localhost a

Re: log4j initialization: Tomcat, Struts Framework, or Application?

2002-12-25 Thread Jacob Kjome
Ug, the first line is confusing. I had two different trains of thought going there. It should read "why put the log4j configuration file in the classpath". Jake At 10:04 PM 12/25/2002 -0600, you wrote: Why put the log4j configuration file in the classpath if you are initializing it in an i

apache2 output filter, mod_jk and JSP content type

2002-12-25 Thread Aditya
I'm trying to apply a Apache2 output filter (mod-xslt) on JSPs, served by mod_jk, based on the JSP content MIME Type using the Apache AddOutputFilterByType directive. However, it looks like Apache2 decides the content type of a file when the request comes in rather than from the response headers.

Re: log4j initialization: Tomcat, Struts Framework, or Application?

2002-12-25 Thread Jacob Kjome
Why put the log4j configuration file in the classpath if you are initializing it in an init servlet? Just put it alongside your web.xml file in WEB-INF. Only put it in WEB-INF/classes if you want log4j to perform default initializationand call it log4j.xml or log4j.properties otherwise d

Re: localhost [OT]

2002-12-25 Thread Pierre-Laurent Ribault
Hi Tomislav, hosts.sam is a sample file (sam->sample), you need to rename it to hosts in order to use it. Pierre-Laurent Ribault [EMAIL PROTECTED] Tomislav Miladinovic wrote: I got the windows\hosts.sam file and assigned my actual ip address. Browser still doesn't recognize localhost as a name

RE: mod_jk---still trying, getting closer

2002-12-25 Thread Turner, John
Whoa, I have NEVER seen a worker called "ajp.13" before. I can't imagine that that would work at all, as "." is a separator in workers.properties. Is there a reason you are using that instead of "ajp13" or something else? Also, what exact URL are you trying to access? What URL is not working?

Re: localhost [OT] win98 reference

2002-12-25 Thread Jason Pyeron
Google search is our friend: http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&safe=off&q=localhost+does+not+resolve+on+windows+98&btnG=Google+Search finds this doc: http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/win98/reskit/part7/wrkappf.asp remember you can

Re: localhost [OT]

2002-12-25 Thread Tomislav Miladinovic
I got the windows\hosts.sam file and assigned my actual ip address. Browser still doesn't recognize localhost as a name but dot notation address it does. What is actually this address: 127.0.0.1 localhost, who does assign it in hosts.sam . Thanks, Tomislav - Original Message --

Re: localhost [OT]

2002-12-25 Thread Joel Rees
Oh. One more thing. 127.0.0.1 is called the loob-back address in the real world. Redmond may have copied the real world on this one, too. Hmm. Get out the google, search "loopback ms windows 98": http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/win98/support/tr

RE: mod_jk---still trying, getting closer

2002-12-25 Thread Turner, John
Easiest thing to do, in my opinion, is setup symlinks. Makes version changing very easy. For example, Tomcat may be in /usr/local/Jakarta-tomcat-4.1.12. I would setup a symlink that linked /usr/local/tomcat to that directory, then I would use /usr/local/tomcat in all of my start/stop scripts, e

Re: localhost [OT]

2002-12-25 Thread Andy Meadows
The hosts file exists on Windows 98 if _I_ remember correctly. Search your system for a file named "hosts.sam". This is the sample hosts file. I don't think this has anything to do with your problem, but the file does exist. Andy - Original Message - From: "Joel Rees" <[EMAIL PROTECTE

RE: another mod_jk attempt failing

2002-12-25 Thread Turner, John
Have you used a binary from the Jakarta site? The binaries I have are older versions of the mod_jk code and compiled against older versions of Apache. I'd have to see httpd.conf (relevant portions) before I could suggest anything else. My guess is what you think is in httpd.conf isn't actually

RE: Tomcat/thttpd

2002-12-25 Thread Turner, John
What is it you want to happen? What is the definition of "work together"? Only one service can listen on port 80 at a time. I've worked with Jeff's (acme.com) apps in the past. He writes good code. What is the scenario you are working with? John -Original Message- From: Joe Sheehan [

Re: localhost [OT]

2002-12-25 Thread Joel Rees
> Hi Jason, > > I am running windows 98, where is this file? If you're running MSW98, my memory is you don't have this in a file. It's the kind of thing you'd find in the "registry", however. What key, I don't remember. Nor do I remember if you can get at it by right-clicking on youy "My Network"

Re: localhost [OT]

2002-12-25 Thread Tomislav Miladinovic
Hi Jason, I am running windows 98, where is this file? Thanks Tomislav - Original Message - From: "Jason Pyeron" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, December 25, 2002 5:13 PM Subject: Re: localhost [OT] > Typically localhost is defined in yo

Re: localhost [OT]

2002-12-25 Thread Jason Pyeron
Typically localhost is defined in your hosts file as 127.0.0.1 localhost a hosts file is queried before DNS on most systems. what system type are you running? -jason pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

localhost

2002-12-25 Thread Tomislav Miladinovic
Hi All, After I installed Tomcat 4.1.18 my browser doesn't recognize localhost variable. If I browse http://localhost:8080 it gives me error HTTP 500 but if I browse localhost with ip address in dot notation it works fine (ex. http://xx.xx.xx.xx:8080). Where and when is this variable assigned?

Integrate Tomcat 4.1 with Jbuilder

2002-12-25 Thread zephyr . zhao
Hi, How the integrate Tomcat 4.1 or higher with Jbuilder 7? JBuilder7 only have intrinsic Tomcat 4.0. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: mod_jk---still trying, getting closer

2002-12-25 Thread Jerry Ford
Denise: Other than path names, the major differences between your set up and mine is that you use SSL, and I don't, and you have a lot more modules loaded than I do (in addition to mod_jk). But I don't see those differences as having anything to do with why yours works and mine doesn't. For

RE: Tomcat and Apache | Performance

2002-12-25 Thread Rajesh B
Hi Venkat, Thankx for the information. We are using ajp12 protocol and have the following configuration. in server.xml. MaxClients in httpd.conf is set to 100. regards rajesh -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] Sent: Tu

FileDirContext and case sensitivity

2002-12-25 Thread Joseph Shraibman
The following is in the relase notes: [4.1.15] FileDirContext: allowLinking will also disable case sensitivity checks (which are relatively similar). What exactly does it mean when it says disable case sensitivity? Is that a windows thing? -- To unsubscribe, e-mail:

RE: mod_jk---still trying, getting closer

2002-12-25 Thread Denise Mangano
Jerry - My config is now working with the files that I had posted. Did you notice any major differences between those and yours? I had also gotten this same Apache error message at one point as well. But it just sort of "went away" when I put the JkMount statements right into httpd.conf and ma

log4j initialization: Tomcat, Struts Framework, or Application?

2002-12-25 Thread Micael
I am new to using log4j and am getting the standard error "log4j:ERROR No appenders could be found for category (Actions). log4j:ERROR Please initialize the log4j system properly." I don't know if this means that Tomcat, Struts, or the Application (Chiki) is not initialized properly. The man

Re: RE: using regexp in JSPs on Tomcat

2002-12-25 Thread Jason Pyeron
if this does not help, please send the .java source to your file. <%try{%> <% } catch (Throwable t) { %><% do { out.println("Exception ("+t+") caused by ("+t.getCause()+") stacktrace:"); t.printStackTrace(new java.io.PrintWriter(out)); if (t instanceof javax.servlet.jsp.JspEx

Re: RE: using regexp in JSPs on Tomcat

2002-12-25 Thread Albert Wang
- Original Message - From: "PELOQUIN,JEFFREY (HP-Boise,ex1)" <[EMAIL PROTECTED]> Date: Tuesday, December 24, 2002 2:56 pm Subject: RE: using regexp in JSPs on Tomcat > hmmm, do you use RE at all in the init method of your class? Nope, not at all. > > also now that I look more careful

RE: Security constraint problem with v4.1.18

2002-12-25 Thread mech
I cannot tell if there's a difference between 4.1.12 and 4.1.18 as I'm still using 4.1.15. I would first change the url pattern to /protected/* Second add myrole Tags under the document root for all roles you use. As far as I know your s reference to these s. I never tried what happens if you don

jk2 and apache1.3

2002-12-25 Thread Gery Kahn
Can anybody tell how to build jk2 for apache 1.3 with jni? i compiled apr and apr-util. Now when i compiling jk2 module jkjni.so not produced. Any ideas? -- To unsubscribe, e-mail: For additional commands, e-mail: