Is mod_jk.so corrupt?

2001-04-23 Thread John Hebert
e.org/builds/jakarta-tomcat/release/v3.2.1/bin/linux/i386/mod_jk.so to work? -- John Hebert System Engineer http://www.vedalabs.com Changing your state of mind through sound.

Re: Tomcat

2001-07-17 Thread John Hebert
manhong wu wrote: > > To people who can help, > > I recently download jakarta-tomcat-3.2.2 and install it to window NT and > combine with JBuilder(IDE) successfully. But I have to use > ...(mydir)/servlet/...(pagename) to load my project, is there anyway I can > get rid of servlet and have

Re: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread John Hebert
[EMAIL PROTECTED] wrote: > I have a Tomcat at a Linux and > a Oracle 8.05. > > What the JDBC driver that i must > install ? > > And where i can learn about it ? I don't know the specific driver information, but this might help: http://technet.us.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_fa

Re: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread John Hebert
Scott Brinker wrote: > Alas, it's still not finding it. I now have the classes12.zip in the > following locations: > > /jakarta-tomcat-4.0-b5/lib > /jakarta-tomcat-4.0-b5/common/lib > /jakarta-tomcat-4.0-b5/webapps/test/WEB-INF/lib > > ...(the latter being my web app), in addition to the

Re: help me

2001-07-18 Thread John Hebert
zw wrote: > Hello, > > I want to download a installation package for tomcat on AIX OS ,May you > help me? I can not find an installation package for Tomcat on AIX. Can you compile source code on AIX? If so, try downloading and compiling: http://jakarta.apache.org/builds/jakarta-tomcat/rele

Re: How to configure web.xml to setup init parameters for JSP

2001-07-18 Thread John Hebert
Simon Chan wrote: > Hi, > > However, I do not know how to configure web.xml to put init params for > JSP. May I have a example? Many thx > Simon, Take a look at the parameter initialization section in: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/appdev/web.xml.txt Hope this helps!

Re: JSP Setup.

2001-07-18 Thread John Hebert
Tim Ashman wrote: > I'm new to Tomcat and have Tomcat and apache playing together. I've > been able to create servlets, and have them successfully run. I am now > trying to learn JSP but when I put the *.jsp files onto the server I > can't get them to run. I receive 404 errors. I've looked

Re: Crystal Reports

2001-07-18 Thread John Hebert
Hey, I know something Dmitri doesn't know! :) Crystal Report files are database query results handled by a client application to display them. Bill, of course Tomcat can serve them. Check out ../tomcat/conf/web.xml, specifically the section. But, Tomcat cannot _process_ them. Dmitri is corre

Re: Starting apache and Tomcat

2001-07-18 Thread John Hebert
Nance, Michael wrote: > I have seen this asked before but have not seen an answer. > When I try to start apache with mod_jk I get the error > > ... fatal: relocation error ... > /mod_jk.so: symbol fdatasync: referenced symbol not found > > What is wrong? > > Thanks > > Do you have the corre

Re: tomcat ssl direct help

2001-07-18 Thread John Hebert
Tan WeeSiong wrote: > hi > > i am facing a lot of problems with tomcat 3.2.1 > > the ssl direct has alreadi cause me a lot of problems > i tried to import certs of v3 and try to let it run as > a server cert but it doesn't work > the default tomcat webpage cannot be display > and the tomcat sh

Re: Double Click

2001-07-18 Thread John Hebert
Wang, Jianming wrote: > Hi, > > I have an hyperlink, when user click on it, it will update the database. My > question is how can I deal with the case when user double click on the link? > Thank you in advance for your help. You will have to detect the double-click in the client application

Re: Images in Tomcat

2001-07-18 Thread John Hebert
Fredrik Liden wrote: > I have a navigationbar that changes images when the user moves the mouse > over it. > This navigationbar works and looks normal when viewed on my own computer. > But when I run it through the server the images won't work properly. It > looks pretty messed up to be exact. An

Re: help!

2001-07-19 Thread John Hebert
Roger Ruan wrote: > Dear Sir, > > > > I am using tomcat on windows 2000. > > I have a problem: > > For IIS of Windows 2000 professional version only support 10 > connections,I want to replace IIS with Apache,but I do not know if > Apache supports the ASP or not.Our codes are developed in

Re: Jakarta build failed ?

2001-07-19 Thread John Hebert
Hany, Your classpath contains an extra "/" character, so it's not finding the ant.jar file. John Farag, Hany M (Hany) wrote: > Hi, > I'm getting this error when install Jakarta ? > I read the documentation and followed all the instruction added all the jar > files required and env var and sti

real time chat for Tomcat users?

2001-07-19 Thread John Hebert
I'm noticing that a LOT of traffic on this mailing list consists of questions that can be answered pretty quickly (not that there's anything wrong with that (: ) and might be better served (no pun intended) in a real time format. So, I've setup a group conference via Jabber at [EMAIL PROTECTE

Re: help!

2001-07-19 Thread John Hebert
Tim O'Neil wrote: > At 07:06 AM 7/19/2001, you wrote: > >> Roger Ruan wrote: >> >>> Dear Sir, >>> >>> I am using tomcat on windows 2000. >>> I have a problem: >>> For IIS of Windows 2000 professional version only support 10 >>> connections,I want to replace IIS with Apache,but I do not know if

Re: distribution

2001-07-19 Thread John Hebert
Knoll, Craig wrote: > In the binary distribution folders, there are several files. I know I need >"jakarta-tomcat-3.2.3.zip" but what is "jakarta-servletapi-3.2.3.zip used for? > Do I need this file in conjunction with Tomcat? Is it for JSP? No. > Is the usage of this file documented? Af

Re: mod_jk.so for linux

2001-07-19 Thread John Hebert
Lally, Keith R wrote: > Where does one get the mod_jk.so binary for linux? This is the only one I could find: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/linux/i386/mod_jk.so although I think I tried this one and it didn't work. Ended up compiling it from source, whic

Re: Plz - Anyone have any ideas

2001-07-19 Thread John Hebert
../tomcat/conf/tomcat.conf Or, once you get a running, stable app server configuration, just point your httpd.conf include directive to a specific copy of your mod_jk.conf-auto file: http.conf: Include /usr/local/tomcat/conf/copy_of_mod_jk.conf-auto Hope this helps! John Hebert Nance

Re: Plz - Anyone have any ideas

2001-07-19 Thread John Hebert
Nance, Michael wrote: > Thanks for your reply > The weird thing is in our current env does not include those files in the > htttpd.conf file. They are included > in a _Include when we start up Tomcat separately. Would the tomcat.conf > still be read because I noticed that it was including

Re: connecting to apache PLZ HELP, VERY FUSTRATED!!

2001-07-20 Thread John Hebert
Paul, Did you follow the instructions on integrating Tomcat and Apache? http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache-howto.html John Paul wrote: > Hi, > I have installed apache 1.3 and tomcat 3.2 on a Linux 6.1 system. They > both run > fine stand alone (I can see the apac

Re: Plz - Anyone have any ideas

2001-07-23 Thread John Hebert
on you are asking, but I am successfully using Tomcat 3.2.1 and Apache 1.3.19 using mod_jk.so. I have the following at the end of my httpd.conf: Include /usr/local/tomcat/conf/mod_jk.so.conf-auto JkMount /webapp1/j_security_check ajp12 ...other JkMount declarations... Is this what you are asking

Re: Plz - Anyone have any ideas

2001-07-23 Thread John Hebert
Nance, Michael wrote: > thanks again for replying > I DO NOT have those lines in my httpd.conf... what I have > in my apache start up is a -Include mod_jk.conf (whcih is a copy of > mod_jk.so.conf-auto) > I receive one message that this won't work but it is the way we do JServ (I > am try

Re: mod_jserv.so question

2001-07-23 Thread John Hebert
ich one do I make? > > iod mod_jserv.so is the old connector and is being replaced by mod_jk.so, which you can find here: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/linux/ John Hebert -- John Alex Hebert [EMAIL PROTECTED] System Engineer

Re: problem solved

2001-07-23 Thread John Hebert
isleofdogs wrote: > I now have apache+mod_ssl running and talking to port 8007 > and running servlets w/o error. > > Based on the config I sent in my last message plus some > cleaning done in the tomcat config files this is now > working. > > Thanks especially to John to pointing me to the newe

Re: mod_jserv.so question

2001-07-23 Thread John Hebert
John Bazeley wrote: > The ApJServX directives are from mod_jserv. > > if you delete the entire mod_jk info from httpd.conf > and add > > include /usr/local/tomcat/conf/mod_jk.conf-auto > > to the bottom, you should find it spring into life. > > This file is auto generated when tomcat star

Re: Apache-Tomcat integration.

2001-07-23 Thread John Hebert
Gurjeet Singh Osahan wrote: > Hi, > > I am not able to configure Tomcat with apache. > > I am able to run both servers indepently. > > Next I put the mod_jk.so file in libexec directory. > > Next I add the "include" statement in httpd.conf file > > when i run tomcat it starts fine. > > When

Re: re mod_jserv.so + New Question

2001-07-23 Thread John Hebert
Jerry QU wrote: > John, > > which jk_mod should i download from > http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/linux/ > > mod_jk-eapi.so or mod_jk-noeapi.so > Be sure to read: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s62 * Find out whether your

Re: starting/testing tomcat3.2.3

2001-07-24 Thread John Hebert
Sampath K Settipalli wrote: > Hi, > > When I start tomcat 3.2.3 using sh tomcat.sh start it displays > following lines > -- > Using classpath: > >/home/einsteinium/squid/depot/tomcat/jakarta-tomcat-3.2.3/lib/ant.jar:/home/einsteinium/squid/depot/tomcat/j

Re: tomcat 3.2.3 configuration

2001-07-24 Thread John Hebert
Aaron Cooper wrote: > Hi folks > >I am really stumped here and am wondering if someone can lend a helping hand. I >want to create my own web application. From what I have read, if I put a directory >under /webapps, tomcat will automatically add that directory to its web applications >us

Re: Wat is JDBC realm basically

2001-07-24 Thread John Hebert
Mehul S Dave wrote: > Hi, >I am sorry to ask this easiest query but i dont have any idea about it. >Wat is JDBC realm . Wat is it all about wat can i do with it? A JDBCRealm is the default database connection used for getting security information such as username, password and role for

Re: tomcat 3.2.3 configuration

2001-07-24 Thread John Hebert
William Kaufman wrote: > It should be > > http://localhost:8080/servlet/baseball > ^^^ Ah, thanks William for clarifying that better than I could! :) -- John Alex Hebert [EMAIL PROTECTED] System Engineer

Re: Servlet web hosting?

2001-07-24 Thread John Hebert
Tim O'Neil wrote: > At 08:51 PM 7/23/2001, you wrote: > If you want to run a server though make sure you get a > static ip assignment. It's a real pain to run a server > with a dynamic ip. Doesn't have to be. Take a look at http://www.dyndns.org. They provide free scripts that report your d

Re: tomcat-user.xml

2001-07-24 Thread John Hebert
Sankaranarayanan Ganapathy wrote: > What is this file used for? Provides basic security info when using servlets that provide logins via Basic or Form based authentication. Think of it as an example of how the real JDBCRealm database should be set up. > What happens if tomcat is run without

Re: help please!

2001-07-24 Thread John Hebert
Aaron Cooper wrote: > Hi > >I've checked documentation and have tried things already suggested, but still >without success. Does anyone know where I could go to get information or give me some >help? > >I have placed a /baseball under /webapps. When I type in >http://localhost:8080

Re: Forbidden error, you are unable to access /examples from this server: please help, veryurgent

2001-07-25 Thread John Hebert
raghu wrote: > /i did as u said, but still i am getting the same error. I now doubt if > mod_jk.so is working properly or not?/ > > /No, i am running only tomcat with apache, please help/ Did you download the binary version of mod_jk.so? I tried this a few months ago and had a problem with

Re: update some configuration files without restarting tomcat

2001-07-25 Thread John Hebert
zze-messager FTM balr002 wrote: > Hello, > > Is it possible to update the file $TOMCAT/conf/tomcat-users.xml without > re-starting tomcat ? > Same question with the file $WEB_APP/web-inf/web.xml. Nope. Those xml files are read at startup. -- John Alex Hebert [EMAIL PROTECTED] System Engine

Re: apj13 not working

2001-07-25 Thread John Hebert
What's your classpath look like? John isleofdogs wrote: > My system: Tomcat/Apache+mod_ssl/RedHat 7.1 > > ---[Howto snippet]-- > > mod_jk can use either the original Ajpv12 protocol or the newer Ajpv13 > protocol. Both protocols are enabled by d

Re: WAR files

2001-07-26 Thread John Hebert
Erin Lester wrote: > Can anyone point me to some information about creating WAR files. http://jakarta.apache.org/tomcat/tomcat-3.3-doc/appdev/deployment.html > Supposedly you can create them with deploytool, but I only know > how to do this with the gui version and don't have an x-windows >

Re: Upgrading tomcat

2001-07-26 Thread John Hebert
Tia Haenni wrote: > Has anyone gone from 3.2.1 up to 3.3? Does it require a complete uninstall > of previous versions? Is it best to go with 3.3 or wait for 4.0? Thanks, On a Linux box, an uninstall is not needed. I assume it is the same on an MS-Windows box. The different versions of Tomcat a