RE: Tomcat and CLASSPATH

2002-11-05 Thread Ralph Einfeldt
We have following reqirements: - each site can have a different version of a tool - many sites share the same vesion of the tool - a site may change the needed version of a tool - a site may replace a tool by a different one (switch from postgres to firebird) We have a setup like this:

Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Marc Mendez
Hi, I browse the archive, but I found just a part of the answer. I use Tomcat standalone (the app will run under tomcat 3.x and 4.x). I want to prevent access to directories, but I just want to configure this in the web.xml file of my app, nowhere else ! As u see below, the web.xml is quite

Sending GIF image from tomat web application to browser

2002-11-05 Thread Peter Lee
I am trying to send GIF or JPEG images from a Tomcat web application servlet to a browser when the user clicks on a web link. Is there any correct way of doing this? Thanks -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Multiple instances of Tomcat

2002-11-05 Thread Pedro Igor Craveiro e Silva
Greetings A long, long time i´m trying to configure tomcat to run with multiple instances (tomcat+apache). Has some one in this list that can help me to do this ? Or just give me the firt step Thanks a lot ... Pedro Igor

RE: Sending GIF image from tomat web application to browser

2002-11-05 Thread Reynir Hübner
Well, if someone clicks a link to a image the response would be the image, according to HTTP comunication standard. Try putting a href=http://somehost.someserver.com/somepath/image.gif; click here for image /a in to your HTML. It should work. Hope it helps -reynir -Original

JK2 Errors when communicating with IIS 5.0

2002-11-05 Thread Robert Biernat
Hi, I've been using Tomcat for quite a while now with IIS and am experiencing some stability issues when using the two. Basically after about a 1 - 2 days, I can no longer connect into Tomcat through the isapi redirector and the AJP13 connector. (The http connector on port 8080 works alright

Re: Sending GIF image from tomat web application to browser

2002-11-05 Thread Raj Saini
In your servlet set the content type of http header to image/jpeg or image/gif depending upon the type of the image. If you have already written a servlet, you can figure out how to do this. Raj Peter Lee wrote: I am trying to send GIF or JPEG images from a Tomcat web application servlet to

RE: Tomcat 4.1 and apache 1.3 how-to

2002-11-05 Thread Andy Eastham
Sorry, I meant to send this directly to Zack rather than back to the list, Andy -Original Message- From: Andy Eastham [mailto:andy.eastham;gliant.com] Sent: 05 November 2002 10:32 To: Tomcat Users List Subject: RE: Tomcat 4.1 and apache 1.3 how-to Zack, Here's the mod_webapp.so

Re: Can't solve SAXParseException: The string -- is not permitted within comments

2002-11-05 Thread Jacob Kjome
Hi Nix, The best I can do is point you to the following: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13241 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13282 Jake At 07:06 AM 11/5/2002 +0100, you wrote: Jacob Kjome wrote: Yep, known issue. Try using the previous version of

URGENT= Problem with Session Cookie

2002-11-05 Thread afreire
I'm using Apache with Tomcat 3.3.1. I have a servlet with multiples instances. When I call it in first time a create the sesssion (session = req.getSession(true)) and set several info in the session, after that I call another instance of this servlet that use the data saved in the firts time. My

Auth problem

2002-11-05 Thread Jose Andrés Pérez
Hi all, I have defined several security constraints on my servlet context and I would like to maintain the jsessionid that the login page receives on the login error page in case of authentification fail. Is this possible on Tomcat 3.3.1? If so, do you know if it is also possible in any JBoss

RE: Application Server Setup plus Apache

2002-11-05 Thread Turner, John
Thanks! John -Original Message- From: Robert L Sowders [mailto:rsowders;usgs.gov] Sent: Monday, November 04, 2002 4:50 PM To: Tomcat Users List Subject: RE: Application Server Setup plus Apache Here you go John, Here is one Glenn N. wrote last August. Someone is

RE: Application Server Setup plus Apache

2002-11-05 Thread Turner, John
The minimum requirements for workers.properties are: worker.list=worker-name worker.worker-name.port=some-port worker.worker-name.host=some-virtual-host worker.worker-name.type=some-worker-type Don't use mod_webapp, it is no longer actively developed and wasn't that great to begin with. JK2 is

RE: Multiple instances of Tomcat

2002-11-05 Thread Turner, John
One Apache. Many Tomcats. For many Tomcats, if you intend to delegate each Tomcat to a specific web app, virtual host, or business client, you need a server.xml for each, and you need to set CATALINA_BASE and things like appBase and docBase in each server.xml accordingly. You will need to

RE: Tomcat 4.1 and apache 1.3 how-to

2002-11-05 Thread Turner, John
Red Hat 7.2 HOWTO using JK: http://www.johnturner.com/howto/apache1-tomcat404-howto.html Aside from Tomcat version, and different binary files for Solaris instead of RH, there is no difference. The setup is exactly the same, I know this because I just did it yesterday morning on a brand-new

RE: Tomcat and CLASSPATH

2002-11-05 Thread Turner, John
Thanks for the response. My point is simply that the files have to reside _somewhere_, correct? So if they have to reside _somewhere_, they might as well reside in the structure intended for them. The act of putting them in location A vs. location B is exactly the same, only the destination is

RE: A Question on Tomcat 4.1

2002-11-05 Thread Turner, John
Just creating a directory an putting your classes there will do nothing. There is additional configuration in both server.xml and web.xml that needs to occur. Please read the documentation, especially the Application Developer's Guide:

JDBC Error with Tomcat 4.0.6

2002-11-05 Thread John Mattos
All, I need a little help with this one. I'm porting an app to Tomcat 4.0.6 from WebSphere 4.03 and I'm getting a JDBC Error, java.sql.SQLException: [Microsoft][SQLServer JDBC Driver]Error establishing socket. I've included a bit about my app to see if anyone can help me figure out where my

RE: JNDI results in Cannot Load JDBC Driver Class

2002-11-05 Thread Brian Kautz
This is rather frustrating, since your example is EXACTLY what I have in place. It just refuses to work. I have data pools working to mySQL, I just can't get this as400 connection to pool. May I ask one more question? Are you running your 4.1.12 off of an AS400 or some other server? My

RE: Tomcat and CLASSPATH

2002-11-05 Thread Ralph Einfeldt
Yes it is housekeeping, and we already have scripts that can do the housekeeping. As we have in the past moved from linking to the repositories, we have already a list of jar files that are needed outside of the container, and a script that creates the repository entries. Still I see some

OFF-TOPIC: cvs

2002-11-05 Thread Felipe Schnack
Hey, I tried to donwload the latest version from the CVS repository with no luck. I'm using CVS in my production environment, and now that I updated my server for RedHat 8.0 when I try to issue a watch on command I get the message unknown command: watch_on. I searched for help, someone told me

RE: Tomcat bug - chokes on # when redirecting

2002-11-05 Thread Shapira, Yoav
Hi, This is the most obscure bug I have ever seen: OK ;) Wait a while ;) If you use the redirect from IE6, Tomcat displays foo bar#123 rather than the expected foo bar. If you hit refresh at the new URL, Tomcat gets foo bar right. When this experiment is tried from Mozilla, Tomcat works

RE: URGENT= Problem with Session Cookie

2002-11-05 Thread Larry Isaacs
-Original Message- From: [EMAIL PROTECTED] [mailto:afreire;banelco.com.ar] Sent: Tuesday, November 05, 2002 7:19 AM To: [EMAIL PROTECTED] Subject: URGENT= Problem with Session Cookie I'm using Apache with Tomcat 3.3.1. I have a servlet with multiples instances. When I call it

RE: Tomcat bug - chokes on # when redirecting

2002-11-05 Thread Ralph Einfeldt
Have a look at the access log. I guess IE 6.0 passes the anchor tag to the request, the other browsers don't. Tomcat doesn't know about the special meaning of the anchor (#123) as it as client side thing. -Original Message- From: Schnitzer, Jeff [mailto:JSchnitzer;maxis.com] Sent:

RE: URGENT= Problem with Session Cookie

2002-11-05 Thread afreire
Sorry I said that the servlet have multiples instances because I have differents actions in it depend on the http parameter that it receive. For me ay instance in a servlet is different actions. That is clear? If you see the javadoc about req.getSession(), you that this method only create the

RE: Tomcat and CLASSPATH

2002-11-05 Thread Chris gokey
Thanks Justin. Yes, I think you understand me correctly. I think the easiest way to handle a problem like this is for Tomcat to provide something in WEB-INF/web.xml that would let me specify a external classpath outside of the WEB-INF directory. These classes would only be loaded ONLY for this

JNDI JDBC Question

2002-11-05 Thread Brian Kautz
I have a Class Not Found Exception error I am not certain how to fix. I have a file called jt400.jar in my CATALINA_HOME/common/lib . My servlets access the classes in this jar with no problem. One of the classes in this jar is my JDBC Driver class. Again it works fine from a servlet making

Re: JNDI JDBC Question

2002-11-05 Thread Ricardo Moral
Are you writing the driver class name this way: 'com.ibm.as400.access.AS400JDBCDriver()'? when you configure the BasicDataSource...? I think the problem may be that you must not use the '()' at the end of the class name. --- Brian Kautz [EMAIL PROTECTED] wrote: I have a Class Not Found

Re: JNDI JDBC Question

2002-11-05 Thread Brian Kautz
I've been staring at this for two weeks and didn't see that. Thanks for the spare set of eyes. That's it. |-+--- | | Ricardo Moral | | | ricardo_moral@y| | | ahoo.com | | |

Re: Can't solve SAXParseException: The string -- is not permitted withincomments

2002-11-05 Thread Mark Walker
I'm new to Tomcat (v 4.1.12), so consider the source. I got this same error last week, though I don't remember any reference to Digester. I caused the error by commenting out a section that contained another comment. I simply un-nested the comment and all was well. Hope this helps! Mark

RES: MIDP and USSD ?

2002-11-05 Thread Jose Euclides da Silva Junior - DATAPREVRJ
What is a uusd? -Mensagem original- De: [EMAIL PROTECTED] [mailto:Daniel.T.Hellstrand;telia.se] Enviada em: quinta-feira, 31 de outubro de 2002 04:56 Para: [EMAIL PROTECTED] Assunto: MIDP and USSD ? Is it possible to send a USSD through MIDP ? /Dan -- To unsubscribe, e-mail:

RE: URGENT= Problem with Session Cookie

2002-11-05 Thread Larry Isaacs
-Original Message- From: [EMAIL PROTECTED] [mailto:afreire;banelco.com.ar] Sent: Tuesday, November 05, 2002 9:19 AM To: Tomcat Users List Subject: RE: URGENT= Problem with Session Cookie Sorry I said that the servlet have multiples instances because I have differents actions

RE: How to Capture Error Msgs/Exceptions when Tomcat Die.

2002-11-05 Thread CHAO,KENT (HP-Boise,ex1)
I checked with a senior engineer on this service. He said we didn't use jk_nt_service, even though we did run Apache and Tomcat as services in W2k. Tomcat crashing did happen once when running as non-service. Anyway, I will manually configure that file to see if we will be able to get extra

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Marc Mendez
Hi, Yes, but it means that I change the behaviour of the others app ! - Original Message - From: Kiev [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 3:55 PM Subject: Re: Standalone Tomcat : suppress directory listing in web.xml If you

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Marc Mendez
Opps, I have tested this in the conf/web.xml file : no effect ! init-param param-namelistings/param-name param-valuefalse/param-value /init-param Kiev -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

javax.servlet does not exist

2002-11-05 Thread Ben Austin
I am trying to compile servlets using JCreator, but it isn't working. I keep getting told that javax.servlet does not exist. I've added servlet.jar to the classpath, but nothing has changed. What else should I do? _ Internet

RE: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Turner, John
Did you search the archives? This topic has come up several times before. Do some research! http://marc.theaimsgroup.com/?l=tomcat-userm=103243972028586w=2 Option 1: stick a file called index.html into those directories Option 2: write a filter to intercept request Option 3: there are probably

compiling mod_jk under AIX

2002-11-05 Thread Maureen Barger
Has anyone done this successfully? I have tried with IBM's compiler as well as gcc and both result in same error: ld: 0711-244 ERROR: No csects or exported symbols have been saved. apxs:Break: Command failed with rc=8 I am running aix 4.3.3

RE: URGENT= Problem with Session Cookie

2002-11-05 Thread afreire
I call again the servlet because it do different actions. For examples: First call it set some enviroment variables Second call it make a user login. I use getSession() to get the current session. It's work fine in Apache Tomcat without ssl but in ssl I have the problem. Any idea.

RE: compiling mod_jk under AIX

2002-11-05 Thread Turner, John
Which Apache? There are mod_jk.so binaries for AIX on my site: http://www.johnturner.com/howto Might be worth a try. That said, what configure options did you use when trying the build? John -Original Message- From: Maureen Barger [mailto:mf12;cornell.edu] Sent: Tuesday,

Re: Authentication per-container level

2002-11-05 Thread Rodrigo Ruiz
Hello, Is it possible to configure Tomcat, that it must check an authentication for all the webapps hosted within the container ? I mean tell Tomcat to send an authentication popup when someone goes to the http://localhost:8080/. whithout configure each webapp hosted in. You can

[ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Turner, John
I finally got access to a Solaris 8 server. I've posted a mod_jk binary (mod_jk.so) for Solaris 8 at: http://www.johnturner.com/howto This is mod_jk compiled against Apache 2.0.43 and using the JK Connector source v1.2.0. Tested against Tomcat 4.1.12. I'm having problems building mod_jk2.so,

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Marc Mendez
- Original Message - From: Turner, John [EMAIL PROTECTED] Did you search the archives? This topic has come up several times before. Do some research! And... do read my posts ! 1. I browsed the archive 2. The solutions does not work. I want to change the web.xml of the app. I

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Henri Gomez
There was allready available on normal distro ... http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/solaris8/ But we still need solaris 6 binaries -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

RE: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Turner, John
Stick a file called index.html in the directory where you want listings suppressed. Write a Filter to intercept all requests and look for a filename in the request...open-ended requests like / or /myapp/ would be intercepted and redirected. Make sure you have a welcome file list setup in your

Re: Multiple instances of Tomcat

2002-11-05 Thread Pedro Igor Craveiro e Silva
Thanks ... The page that you have send me is what i was looking for ... Thanks a lot I 'll try it ... Pedro Igor - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 9:50 AM Subject: RE: Multiple

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Turner, John
Strange...I looked this morning in that exact location and didn't see it. Sorry. Are there any updates on JK2 for Solaris? Has anyone successfully built it? I've been trying all morning without any luck, even had to change some of the source. John -Original Message- From: Henri

IRIX 6.5 JK Binary Available

2002-11-05 Thread Turner, John
Thanks to Manuel González Castro, a JK (mod_jk) binary for IRIX 6.5 has been posted. It's for Apache 2.0.43. http://www.johnturner.com/howto - John -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Henri Gomez
You should address problem about jk2 built under Solaris 8 in tomcat-dev, I'm not sure Mladen track also tomcat-user. -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Connection pool question:

2002-11-05 Thread Michael Nicholson
I'm building a webapp, and I want to use connection pooling with it. In order to play around some, I made a dummy webapp that does virtually nothing, but uses the connection pool. So then I cut and pasted some code out into the bigger webapp, but now I get this error:

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Turner, John
OK, thanks. John -Original Message- From: Henri Gomez [mailto:hgomez;apache.org] Sent: Tuesday, November 05, 2002 11:55 AM To: [EMAIL PROTECTED] Subject: RE: [ANNOUNCE] Solaris 8 JK Binary available You should address problem about jk2 built under Solaris 8 in tomcat-dev,

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Craig R. McClanahan
On Tue, 5 Nov 2002, Marc Mendez wrote: Date: Tue, 5 Nov 2002 18:13:08 +0100 From: Marc Mendez [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Standalone Tomcat : suppress directory listing in web.xml Stick a file

RE: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Turner, John
-Original Message- From: Marc Mendez [mailto:mendez;lug.com] Sent: Tuesday, November 05, 2002 12:13 PM To: Tomcat Users List Subject: Re: Standalone Tomcat : suppress directory listing in web.xml Stick a file called index.html in the directory where you want listings

RE: [Installation] silent install

2002-11-05 Thread Turner, John
What do you mean by silent? John -Original Message- From: François Vallet [mailto:fvallet;infovista.com] Sent: Tuesday, November 05, 2002 12:05 PM To: 'Tomcat Users List' Subject: [Installation] silent install Who have been succeed to create a silent install of tomcat on

Re: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Brzezinski, Paul J
Turner, John wrote: I finally got access to a Solaris 8 server. I've posted a mod_jk binary (mod_jk.so) for Solaris 8 at: http://www.johnturner.com/howto This is mod_jk compiled against Apache 2.0.43 and using the JK Connector source v1.2.0. Tested against Tomcat 4.1.12. I'm having problems

mod_jk

2002-11-05 Thread Pedro Igor Craveiro e Silva
Some body have this mod_jk ??? Or any place where i can find it ... Pedro Igor

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Turner, John
So far I have run into a problem in jk_channel_socket.c where FIONBIO isn't defined, but it's used in jk2_channel_socket_open(). I fixed this by adding a couple of #include lines to jk_channel_socket.c. Then I ran into a problem with make, where it ran for quite awhile and seemed to be moving

RE: mod_jk

2002-11-05 Thread Turner, John
Current: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0 / Archived (various OS, version of Apache and Tomcat, use the Current link first): http://www.johnturner.com/howto John -Original Message- From: Pedro Igor Craveiro e Silva

RE: [Installation] silent install

2002-11-05 Thread Anthony Shawver
I didn't author this original email, but I asked an earlier question regarding silent installs. I am looking for functionality similar to the Java silent install listed here: http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/silent.html Tony -Original Message- From: Turner,

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Brzezinski, Paul J
I'm going to step out on a limb and say that libapr.so doesn't exist -- if you built everything from source, look for libapr-*.so* in the apache lib-dir and either do a symbolic link from libapr-*.so to libapr.so in apache/lib, then do your make again. Paul -- mailto:Paul.Brzezinski;EDS.com

RE: [Installation] silent install

2002-11-05 Thread Turner, John
A binary install of Tomcat is self-contained. The only intervention needed, assuming there is a working J2SE present, is to set CATALINA_HOME to the install location. That's the only thing required to get Tomcat to startup. I'm not sure how it could be more silent than that. A shell script

RE: URGENT= Problem with Session Cookie

2002-11-05 Thread Larry Isaacs
Does I call mean the user clicks something in the browser? I would assume not, but beyond that I can only guess. What exactly does I call mean you are doing? Cheers, Larry -Original Message- From: [EMAIL PROTECTED] [mailto:afreire;banelco.com.ar] Sent: Tuesday, November 05, 2002

RE: [Installation] silent install

2002-11-05 Thread François Vallet
Thanks a lot tony ! -Original Message- From: Anthony Shawver [mailto:ashawver;actaview.com] Sent: mardi 5 novembre 2002 18:49 To: Tomcat Users List Subject: RE: [Installation] silent install I didn't author this original email, but I asked an earlier question regarding silent

RE: [Installation] silent install

2002-11-05 Thread Aryeh Katz
I didn't author this original email, but I asked an earlier question regarding silent installs. I am looking for functionality similar to the Java silent install listed here: I assumed that's what the OP meant, until they added that they wanted this for UNIX. Last I checked, install shield was

RE: [Installation] silent install

2002-11-05 Thread Anthony Shawver
I am looking to pass all the necessary parameters to the Windows install so that no UI's pop up to the user. For the Tomcat install, here are the things that I need to pass: 1) Install directory 2) Which options (i.e. NT service or not) to check 3) The params for the http port (not necessary for

RE: [Installation] silent install

2002-11-05 Thread Turner, John
You'll also need checks to verify a working and properly configured J2SE (with JAVA_HOME set). John -Original Message- From: Anthony Shawver [mailto:ashawver;actaview.com] Sent: Tuesday, November 05, 2002 1:16 PM To: Tomcat Users List Subject: RE: [Installation] silent install

[HOWTO] Apache 2.0.43 + Tomcat 4.1.12 on Solaris 8

2002-11-05 Thread Turner, John
I've posted a HOWTO for Solaris 8. http://www.johnturner.com/howto It covers using JK with Apache 2.0.43 and Tomcat 4.1.12, with Apache and mod_jk being built from source. Comments and suggestions welcome. - John John Turner [EMAIL PROTECTED] |

RE: digest authentication or auth-methodDIGEST/auth-method

2002-11-05 Thread Koes, Derrick
Leave the auth-method in the web.xml as BASIC. -Original Message- From: Frank Balluffi [mailto:frank.balluffi;db.com] Sent: Monday, November 04, 2002 6:01 PM To: [EMAIL PROTECTED] Subject: digest authentication or auth-methodDIGEST/auth-method I am able to successfully configure

Building mod_jk

2002-11-05 Thread developer
I want to build mod_jk on my linux box. I downloaded and untarred the src. Where are the build instructions and docs On jakarata the only docs just say download and look for instructions. thanks -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For

RE: Building mod_jk

2002-11-05 Thread Turner, John
/wherever/you/unpacked/the/source/jk/native/BUILDING In short: ./configure --with-apxs=/some/path/to/apache/bin/apxs make John -Original Message- From: [EMAIL PROTECTED] [mailto:developer;wexwarez.com] Sent: Tuesday, November 05, 2002 1:46 PM To: Tomcat Users List Subject:

Performance Test

2002-11-05 Thread Ganesh
Hi All, We are testing our software on jakarta-tomcat-4.1.10 under different environment (Windows, Linux, Solaris). When we run the performance test (50 user login and do some operation like send mail, read mail etc. and logoff), the JVM size is keep on increasing and the response time is

MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
Folks, OK, I hate to do this, but I've searched the archives and monitored this list for a few weeks now, and I still can't get this to work. I want to set up Apache and Tomcat on my G4 Mac with OSX 10.2.1 for development (I want to eventually have the same set up on my production RedHat

RE: [Installation] silent install

2002-11-05 Thread Anthony Shawver
Right. So the question is how do I do this silently? How do I install Tomcat 4.1.12 on Windows, select the proper configuration below, all without any user interaction through a UI? Tony -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Tuesday, November 05, 2002

RE: Tomcat and CLASSPATH

2002-11-05 Thread Cox, Charlie
-Original Message- From: Chris gokey [mailto:cgokey;gcmd.nasa.gov] Sent: Tuesday, November 05, 2002 9:25 AM To: 'Tomcat Users List' Subject: RE: Tomcat and CLASSPATH Thanks Justin. Yes, I think you understand me correctly. I think the easiest way to handle a problem like

RE: Tomcat and CLASSPATH

2002-11-05 Thread Cox, Charlie
I wouldn't mind a 'common-file-separate-instance' directory where each application (as allowed in some manner(web.xml?)) could load *separate instances* of a jar/class file that resides in the same loaction. This would avoid the duplication of such libraries that should not share instances. I

RE: MBeans exception and mod_jk

2002-11-05 Thread Turner, John
Aside from the MBean stuff, please post relevant portion of httpd.conf (or mod_jk.conf), workers.properties, and relevant portions of server.xml, such as your Host container and your Connector containers. Also post the URL you are trying to access if it is something different than

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Turner, John
Thanks! That was the ticket..I had libapr-0.so, so a symlink from that to libapr.so was the solution. John -Original Message- From: Brzezinski, Paul J [mailto:paul.brzezinski;eds.com] Sent: Tuesday, November 05, 2002 12:52 PM To: Tomcat Users List Subject: RE: [ANNOUNCE] Solaris 8

Re: Can't use alternate root context with Tomcat 4.1.12

2002-11-05 Thread Ian Hunter
Martin solved my weird index.jsp problem -- I had to shut tomcat down and manually clear out the $CATALINA_HOME\work directory, and start tomcat back up. -- From: Martin Algesten [EMAIL PROTECTED]

JK2 Solaris 8 binary available

2002-11-05 Thread Turner, John
I've posted a JK2 binary for Solaris 8 (SPARC). http://www.johnturner.com/howto Built against Apache 2.0.43 using latest 2.0.1 source. NOTE: I had to modify jk_channel_socket.c to get mod_jk2.so to build and have not been able to test it yet, so please understand that you are responsible for

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
OK. httpd.conf: Include /Library/Tomcat/Home/conf/auto/mod_jk.conf where /Home is a symbolic link to /Library/Tomcat/jakarta-tomcat-4.1.12. The only other thing I changed in httpd.conf was the Server Name, which I set as localhost. Sample from auto-generated mod_jk.conf: ## Auto

RE: MBeans exception and mod_jk

2002-11-05 Thread Turner, John
What're the contents of workers.properties? Also, did you disble the CoyoteConnector on 8009 since you have AjpConnector enabled? John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Tuesday, November 05, 2002 2:23 PM To: Tomcat Users List Subject: Re: MBeans

Re: compiling mod_jk under AIX

2002-11-05 Thread Milt Epstein
On Tue, 5 Nov 2002, Maureen Barger wrote: Has anyone done this successfully? I have tried with IBM's compiler as well as gcc and both result in same error: ld: 0711-244 ERROR: No csects or exported symbols have been saved. apxs:Break: Command failed with rc=8 I am running aix 4.3.3 If you

RE: [ANNOUNCE] Solaris 8 JK Binary available

2002-11-05 Thread Brzezinski, Paul J
OK, have you tested this yet on Solaris 8? Can you get the ChannelUnix (AF_UNIX) socket stuff to work I haven't been able to get this to work and was hoping you'd give it a try and report results. Paul -- mailto:Paul.Brzezinski;EDS.com Enterprise Distributed Capabilities EDS Corporation

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
Sorry, workers.properties: # Setup for Mac OS X workers.tomcat_home=/Library/Tomcat/Home workers.java_home=/System/Library/Frameworks/JavaVM.framework/Versions/ 1.3.1/Home ps=/ worker.list=ajp13 # Definition for Ajp13 worker # worker.ajp13.port=8009 worker.ajp13.host=localhost

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Milt Epstein
On Tue, 5 Nov 2002, Marc Mendez wrote: - Original Message - From: Turner, John [EMAIL PROTECTED] Did you search the archives? This topic has come up several times before. Do some research! And... do read my posts ! 1. I browsed the archive 2. The solutions does not work.

Help: compile error: javax.servlet does not exist

2002-11-05 Thread Ben Austin
I am trying to compile servlets using JCreator, but it isn't working. I keep getting told that javax.servlet does not exist. I've added servlet.jar to the classpath, but nothing has changed. What else should I do? _ Unlimited

RE: MBeans exception and mod_jk

2002-11-05 Thread Turner, John
Hmm...this is a stumper. The 404 you get...it's an Apache 404? Not a Tomcat 404? The Tomcat errors have blue backgrounds on the pages. Can you access any content at all at http://localhost, besides /examples? John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu]

RE: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Milt Epstein
On Tue, 5 Nov 2002, Turner, John wrote: Stick a file called index.html in the directory where you want listings suppressed. Write a Filter to intercept all requests and look for a filename in the request...open-ended requests like / or /myapp/ would be intercepted and redirected. Make

Re: compiling mod_jk under AIX

2002-11-05 Thread Maureen Barger
Thanks. I have googled and see lots of folks with the error but none with the solution. Same with the archives. I am using apache 1.3.14 but my systems group should be pushing 1.3.26 out later today or tomorrow. So John Turner's links don't help -- I tried that too ;-) Now I have discovered

RE: JK2 Solaris 8 binary available

2002-11-05 Thread Brzezinski, Paul J
: -Original Message- : From: Turner, John [mailto:JTurner;AAS.com] : Sent: Tuesday, November 05, 2002 2:20 PM : To: '[EMAIL PROTECTED]' : Subject: JK2 Solaris 8 binary available : : : : I've posted a JK2 binary for Solaris 8 (SPARC). : : http://www.johnturner.com/howto : : Built

Re: MBeans exception and mod_jk

2002-11-05 Thread Jeff Tulley
I get the MBean exception but still have Apache / Tomcat connectivity via the AJP13Connector. It is probably not related. You might try using the Coyote Jk Handler, since it is compatible with mod_jk (we had not realized that the two would work together, and that was the only reason to move

Running Tomcat via JRockit as a service

2002-11-05 Thread Scott Moore
I'm running Tomcat 3.3.1 as a service using jk_nt_service.exe. The problem I've had in the past has been when you log out of the computer, the JVM gets killed. Starting with Sun's JVM 1.3.1_02, if I use the parameter -Xrs on the command line for JVM startup in wrapper.properties, this issue is

Installing and using manager app in 4.1.12

2002-11-05 Thread Turner, John
This is my first foray into the world of the Tomcat manager app. Any help is appreciated. I've been using this guide: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html I've modified conf/tomcat-users.xml: I added a new role named manager, as I wasn't clear on whether the

Packages at Tomcat 4.0.6 vs 5.0

2002-11-05 Thread Ronaldo Juliatto
Fellows Recently I installed Tomcat 5.0, and noticed that I could not run anymore JSP whose classes did not use packages. A simple Hello, world program needed to be implemented in a package to be understood by the Java compiler. What could be wrong? Thanks in advance Ronaldo Juliatto

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
Yes, it's an Apache 404, and I can access all the local documentation for Apache at http://localhost (I haven't put anything else in there yet). Would it possibly have anything to do with the location of Tomcat? I did make myself the owner of all of Tomcat's files, but I installed them in

RE: MBeans exception and mod_jk

2002-11-05 Thread Turner, John
Moving Tomcat might help, but if you are getting an apache 404, that means that Apache doesn't know what to do with http://localhost/examples, even though your httpd.conf clearly has a virtual host for localhost and the requisite JkMount statements. The next thing I would try is just taking

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
Another thought: Could it be mod_jk.so itself? I built it on my machine using a script I got for building it for Apache 1.3 which I modified to use APXS from Apache 2.0.43. I did that because it appears that the binary from the jakarta web site is for Apache2.0.42 only (but that is not at

Error with new install

2002-11-05 Thread Ronald Aronica
I just installed Tomcat 4.1.12 with JDK 1.4.1 and am running into a problem when trying to use the manager. I receive a server error 500 with the following: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet

Problem running the examples..

2002-11-05 Thread Pavan Kumar Anumula
hi, I have successfully installed the jakarta-tomcat-4.1.12 on Unix. I am able to see the index.jsp (welcome page of tomcat 4.1.12). when i try to run the example servlets i get HTTP 404 exception. when i try to run the jsp's i get 500 exception status..something not found. i would

Re: Installing and using manager app in 4.1.12

2002-11-05 Thread Aryeh Katz
snip The result is a blank white page and an error message that says FAIL - Unknown command /. You're not missing anything, you just didn't issue a command. try doing a /list and see what happens :-). Aryeh --- Aryeh Katz VASCO www.vasco.com -- To

  1   2   >