How to disable cookies in apache/tomcat

2002-01-14 Thread Gaurav Arya
Hi, I am using Tomcat 4.01 and Apache 1.3 and my requirement is to disable the use of cookies. I tried with setting the cookies flag to false in sever.xml but this doesn't seem to work as the brwoser still prompts me for accepting cookies. Is there any configuration setting in Apache which needs

RE: Change the default error message

2002-01-14 Thread Héctor Garcia Peris
At 08:08 11/01/02 -0600, you wrote: Oh the dangers of modifying code without first testing it! I modified that from a plain 'Exception', because I thought I was being clever. Catch either the exact specific Exceptions that may be thrown (eg: NullPointer, IO) or just catch 'Exception', as I was

Is it possible to detect connection closing?

2002-01-14 Thread Anton Brazhnyk
Hi! It seems there is no way to get notified about clients connection closing (e.g. 'Stop' button in browser is pressed). Frankly, I was very surprised when I couldn't have found any single word in Servlet 2.3 Spec regarding such situation. I've looked through RFC 2616 and (after dozen tries :)

directory of web application

2002-01-14 Thread Fought,Tom
With all the tough questions here... this should be any easy one. How do I get the absolute directory or relative directory of where my webapp is running from a tomcat application? Thanks Tom

Getting Tomcat 4.0.1 working with IIS

2002-01-14 Thread chris brown
Help! I can only find a HOWTO / reference info for Tomcat 3.3 and IIS... I'm having difficulty applying this in Tomcat 4.0.1, as although I can get an (apparently beta) Ajp13 connector running, I can't get a Ajp12 connector running (which is required, according to the HOWTO). If anyone can help

RE: Getting Tomcat 4.0.1 working with IIS

2002-01-14 Thread Stuart Stephen
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/ try that Stevie -Original Message- From: chris brown [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 11:51 To: tomcat-user Subject: Getting Tomcat 4.0.1 working with IIS Help! I can only find a HOWTO / reference info for

mod_webapp on linux not RH 71 distro

2002-01-14 Thread Cressatti, Dominique
anyone out there who managed to get the mod_webapp module working under Linux but not the RH 7.1 distro? Dom Dominique Cressatti Newlook/PC/Network support LANSA Ltd

RE: Production considerations.

2002-01-14 Thread Randy Layman
From: Roger Varley [EMAIL PROTECTED] Date: Fri, 11 Jan 2002 15:25:32 - To: Hi Randy The only other things I can think of are: 1. Shutdown the Tomcat web server on 8080 (usually if you have IIS in front of Tomcat there is a reason you don't want users to be

JDBC

2002-01-14 Thread Silvia Isabel Lozano Argel
Hi, i need to configure tomcat for to work with database oracle, what i need to do? Thanks Silvia -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: JDBC

2002-01-14 Thread Jacob Vennervald Madsen
Get the Oracle JDBC driver (probalbly from Oracle's site) and put it in tomcat's lib directory. Jacob -Original Message- From: Silvia Isabel Lozano Argel [mailto:[EMAIL PROTECTED]] Sent: 14. januar 2002 14:00 To: [EMAIL PROTECTED] Subject: JDBC Hi, i need to configure tomcat for to

RE: TOMCAT 4.0 and Ant 1.4?

2002-01-14 Thread Jeff Prideaux
tomcat4.0 doesn't require ant. Ant, though, is a convenient utility to compile and deploy your webapp over to your development Tomcat directory spaces... -Original Message- From: Chetna Bhatt [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 1:23 PM To: Tomcat Users List

RE: TOMCAT 4.0 and Ant 1.4?

2002-01-14 Thread Randy Layman
I believe building Tomcat from source with the included build scripts requires some version of Ant, although I'm unsure of which version. The binary build does not need Ant (but you really should be using it for all of your Java projects ;) Randy -Original Message-

RE: Why does getRemoteHost() always return localhost ??? :((

2002-01-14 Thread Larry Isaacs
This looks like bug #4564, see: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=4564 for details. It is fixed in Tomcat 3.3.1-dev found at: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-3.3/ I think you will find this version as stable and more bug free that Tomcat 3.3 if you

RE: Tomcat 3.3, req.getRemoteAddr() - only returns 127.0.0.1

2002-01-14 Thread Larry Isaacs
This looks like bug #4564, see: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=4564 for details. It is fixed in Tomcat 3.3.1-dev found at: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-3.3/ I think you will find this version as stable and more bug free that Tomcat 3.3 if you

RE: Confusing basic concept about apache-tomcat works.

2002-01-14 Thread Jeff Prideaux
If you use port 8080 in the URL, Tomcat will handle everything and Apache will be totally bypassed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 1:04 PM To: Tomcat Users List Subject: Confusing basic concept about apache-tomcat

RE: JDBC

2002-01-14 Thread Arnaud Héritier
Better is to put it only in your web application lib directory. If you retreive Oracle JDBC drivers (Type 4) they will be provided in a Zip file called : classes12.zip. Before to use it, you MUSt rename this file classes12.jar. If you don't do this, Tomcat won't be able to load oracle classes.

Re: directory of web application

2002-01-14 Thread RSEQUEIRA
See request.getServletPath(), request.getRequestURI(), and request.getRealPath() Hope this helps. Thanks. RS Fought,Tom [EMAIL PROTECTED] on 01/14/2002 05:34:23 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject: directory

Re: Confusing basic concept about apache-tomcat works.

2002-01-14 Thread Anton Brazhnyk
Hi! I wonder what is the difference between using tomcat as stand alone web server and using tomcat as servlet/jsp engine and apache as web server ? Tomcat is said to be not so quick and heavily tested as Apache (especially in serving static resources). Can anyone tell me how can we

Re: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-14 Thread RSEQUEIRA
Ravi Naidu [EMAIL PROTECTED] on 01/14/2002 12:39:28 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: TC 4.0.1/SAXParserFactory.newInstance() error Dear All, Tomcat 4 is installed on D drive of my machine. and my web

seup problem

2002-01-14 Thread Ayebolasola
Dear Sir, I have installed tomcat in the dir c:\tomcat and also changed the conf in autoexec.bat to JAVA_HOME = c:\jdk1.3\bin PATH = %JAVA_HOME%\bin CLASSPATH = c:\jdk1.3\lib\tools.jar TOMCAT_HOME = c:\tomcat when i try to run from ms-dos (c:\tomcat\binstartup) i get the error message you

RE: seup problem

2002-01-14 Thread Narinder Singh
use JAVA_HOME = c:\jdk1.3 Regards Narinder -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 7:53 PM To: [EMAIL PROTECTED] Subject: seup problem Dear Sir, I have installed tomcat in the dir c:\tomcat and also changed the

What is the current state of response.encodeURL?

2002-01-14 Thread Justin Rowles
I have a Tomcat 3.2.3 install which is working perfectly happily. I have to support users without cookies. Previously I have been able to store enough information in the client to recreate their (simple) objects, but in our new development the information is much larger and so I must get access

RE: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-14 Thread Arnaud Héritier
In your server.xml you add a context like this : Context path=/myContext docBase=E:/Where/ever/you/have/your/webapp debug=0 /Context arno -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: lundi 14 janvier 2002 15:11 À:Tomcat Users List Objet:

RE: seup problem

2002-01-14 Thread Arnaud Héritier
your JAVA_HOME is JAVA_HOME = c:\jdk1.3 and not JAVA_HOME = c:\jdk1.3\bin arno -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: lundi 14 janvier 2002 15:23 À:[EMAIL PROTECTED] Objet:seup problem Dear Sir, I have installed tomcat in the

RE: What is the current state of response.encodeURL?

2002-01-14 Thread Justin Rowles
I get a URL with a semi-colon separating the JSessionID declaration from the rest of the URL. OK, so far so odd. I forgot to mention that clicking on this link produces an apache error: The requested URL /test.jsp;jsessionid=pgutcltep1 was not found on this server So it isn't functional

Tomcat Apache JSP compilation error

2002-01-14 Thread Stuart Stephen
Hi all, For some reason i'm getting a class not found exception for a Vector? I can't think why the Vector class isn't found? Where should these classes be found or what am I doing wrong? The details are at the base of the email. Thanks Stuart Stephen An error occurred at line: 51 in the jsp

Re: Caching of JSPs within Tomcat

2002-01-14 Thread jeff . guttadauro
Hi, Michael. The %@ include ... % tag is a static include, and, once the page that includes something like this has been compiled, a change to the included file will not trigger a recompile of the page. As far as I know, you have to either change the modification date of the main page

Re: Tomcat Apache JSP compilation error

2002-01-14 Thread jeff . guttadauro
Since it's not in the java.lang package (the one you get for free), you need to import the class... %@ page import=java.util.Vector % ... or reference it with its full package in your code.

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Justin Rowles
For some reason i'm getting a class not found exception for a Vector Better stfw for where you find Vector then! Generated servlet error: T:\Tomcat\work\www.myonlineshop.com\shop\basket_0005fedit_0005 fdetails_0005f content$jsp.java:128: Class org.apache.jsp.Vector not found. I'll give

getServletContext() returning null...

2002-01-14 Thread Stan
I have a servlet in which I am trying to pass control to a JSP page to conform with the JSP Model 2 scenario. I am using Tomcat 3.3 under Win98 and have setup a webapp (jforum) with the config files as listed below. For some reason when I try to obtain the ServletContext for the servlet in order

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Stuart Stephen
Yeah, seemed too obvious though. It works on the other server we are running here and the codes no different. Still, works now. Bargin. Ta -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 14:36 To: 'Tomcat Users List' Subject: RE: Tomcat Apache

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Justin Rowles
Yeah, seemed too obvious though. It works on the other server we are running here and the codes no different. Still, works now. Bargin. Are you sure?! Try copying one across to the other, just for me ;-) The difference is likely to be in the list following the import tag in the %@ ... %

Tomcat generating HTML character entities - WHY?

2002-01-14 Thread jeff . guttadauro
Hi. This seems to be a new thing in Tomcat 4. I have a page set to Unicode (UTF-8) encoding. When I submit the form on this page, the characters of the input values are getting magically (I hate when things are done magically) transformed into the corresponding HTML Unicode character

Configuring IIS 5.0 with Tomcat 4.0.1 - working!

2002-01-14 Thread chris brown
Thanks to everyone who provided me with suggestions. I got it working by useful the files and steps described at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/ One other thing took a while to fix... but that's the

RE: What is the current state of response.encodeURL?

2002-01-14 Thread Larry Isaacs
I don't believe mod_jserv handles ;jessionid. You have to include something like the following to get those requests forwarded to Tomcat: # insure url's with ;jsessionid= go to tomcat Location ~ /.*;jsessionid=.* SetHandler jserv-servlet /Location However, mod_jk does handle

RE: getServletContext() returning null...

2002-01-14 Thread Larry Isaacs
The easiest way to get this behavior is to override init(ServletConfig config) in your servlet and forget to call super.init(config) as instructed in the Javadoc. You can either call super.init(config), or override init() instead, which is called from super.init(config). Cheers, Larry

Tomcat Apache JSP compilation error

2002-01-14 Thread Rodolfo_Garcia_Esteban
Hi, What version of Tomcat are you using?. I´m using 4.0.1 and I can't execute any JSP page, how do you start tomcat? ¿how do you configure your enviroment?. Do you do something special with jasper? I will thank you a lot if you could help me. Best regards, Rodolfo -- To unsubscribe:

Re: Integrating TC 4.0 with Apache 1.3.12

2002-01-14 Thread RSEQUEIRA
Chetna Bhatt [EMAIL PROTECTED] on 01/13/2002 10:51:05 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Integrating TC 4.0 with Apache 1.3.12 hi, PLATFORM: WINDOWS NT SERVER have gone thru documents and was able to

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Randy Layman
It probably works because the other server is importing java.util.* for some of its own wrapper code so it would work on that server, but not many others without change. Randy -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: Monday, January

ERR: java.lang.reflect.InvocationTargetException: java.lang.LinkageError: clinit()V?

2002-01-14 Thread Reinhold . Fischer
Hi! I Installed Jakarta-Tomcat 4.0.1 binary distribution on Tru64 Unix and get the following error at startup. Can anybody help? THANX a lot. Best regards, Reinhold Fischer root@dataweb1# /usr/opt/java131/bin/java -classpath

Re: JDBC authentication configuration

2002-01-14 Thread David Smith
This may or may not be the full problem, but one glaring error is in the connectionURL of your server.xml file. It should read as follows. Note the URL for making a connection to a MySQL database uses an symbol before 'password' and in XML it has to be encoded. Hope this helps you out.

Re: Integrating catalina(Tomcat) and apache

2002-01-14 Thread Santos Jha
You are right MARC. Problem was Apache was not able to find the theread library. Once you define LD_PRELOAD=/usr/lib/libpthread. Problem is gone. Santos --- Marc G. Fournier [EMAIL PROTECTED] wrote: regardless, it sounds like the same sort of issue ... On Sun, 13 Jan 2002, Santos Jha

Reload of JSP Pages

2002-01-14 Thread Michael Timpe
Hi Tom-Catties, I have some trouble with the reload of JSPs. Basic data is - Win XP, Apache 1.3.xx, Tomcat 4.01, IE 6.0 (IE6 with the option to reload the page at each access) Suppose You have an JSP page prj_.jsp that includes another JSP page by using a tag like this: %@ include

RAJESH : HELP REQD WITH TOMCAT PLEASE

2002-01-14 Thread INDIANNIC -- HOSTING
Hi Chetna How re u doing? I am one of the users of tomcat and have joined their subscription list yesterday. i am sorry to contact u like this off the discussion list, and in case if u feel offended please be frank and let us know. i needed some help regarding the setting up of tomcat version

NEED SOME LIGHT!!!

2002-01-14 Thread christophe . duprat
Hello, I have this problem : Jasper couldn't find package in import. This package is in /webapps/myApp/WEB-INF/classes/etg/user I use these classes as beans. They are not servlets. -MY WEB.XML--- web-app display-nameConfigServer/display-name distributable/

RAJESH : HELP REQUIRED WITH TOMCAT

2002-01-14 Thread INDIANNIC -- HOSTING
Hello Friends I need some help regarding the setting up of tomcat version 3.2.4 on a Windows 2000 Server. I was able to install the same and get the service running and also am able to run the examples page. now here is my problem area my tomcat is installed in C:/ tomcat i have put up the

serving html from apache and servlets from tomcat

2002-01-14 Thread Jain, Nikhil (MED)
hi all , I have apache + tomcat running on linux . i want html pages to be served from apche ( from htdocs) folder and servlets , jsp , and java beans from tomcat . currently tomcat servs to HTML , JSP , Servlet and Beans . nikhil THIS E-MAIL MESSAGE ALONG WITH ANY

how to do client authentication

2002-01-14 Thread Mehul S Dave
hello, Hi, I m using tomcat as servlet engine, JSSE API for enabling SSL functionality.I have made the settings in the server.xml file to aunthenticate server also for the client. On my server machine i have the servers certificate on client it has got clients certificate. When my website page

Using the tomcat.policy file

2002-01-14 Thread Brandon Cruz
I am trying to set up the tomcat.policy file so that each virtual host on my server only has write access to the files under their document root. Has anyone done this, and is there a way to say that for each context, only allow access beneath the docbase? I am looking through the documentation,

Re: Integrating TC 4.0 with Apache 1.3.12

2002-01-14 Thread David Smith
The WebAppConnection should point to the warp connection port 8008 by default (unless you've changed it in server.xml). Then when you link to a jsp from an html file, just use the second form of the url (minus the port no.). Apache will pick it up, see that it should be sent to Tomcat, and

Re: serving html from apache and servlets from tomcat

2002-01-14 Thread RSEQUEIRA
Jain, Nikhil (MED) [EMAIL PROTECTED] on 01/14/2002 05:47:34 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: serving html from apache and servlets from tomcat hi all , I have apache + tomcat running on

Contexts

2002-01-14 Thread Nancy Crisostomo Martinez
Hi everybody! I have some problems with adding contexts.. - context: .../conf/apps-docencia.xml - directory: .../webapps/docencia/ - war file: .../webapps/docencia.war When I added this context, Tomcat doesn't recognize it. And when I try to invoke only the directory (http://URL:8080/docencia/)

AccessControlException with Applet

2002-01-14 Thread Olivier BILLIARD
Hi, I tried to established a communication between an applet and another server by RMI. I also did it with some JSPs and it work fine. But with the applet i have a problem. I can do a lookup to get the interface but when i try to call a method i get a java.security.AccessControlException:

RE: AccessControlException with Applet

2002-01-14 Thread Durham David Cntr 805CSS/SCBE
I think its the applets security settings you should be looking at. You should know that applets are not by default allowed to make socket connections to computers other than the server the applet came from. Hope this helps, Dave -Original Message- From: Olivier BILLIARD

Re: Reload of JSP Pages

2002-01-14 Thread Barry Dreckmann
Hi Michael, What you need to do is within your %@ include file=prj_0007.inc % include the attribute flush with the value true i.e. %@ include file=prj_0007.inc flush=true % Baz Telephone: 01243 753551 Mobile:07810 482776

Re: AccessControlException with Applet

2002-01-14 Thread Olivier BILLIARD
thx Dave u're right I totally forget than the applet didn't use the policy of tomcat but of the JRE. Many many thx Durham David Cntr 805CSS/SCBE a écrit : I think its the applets security settings you should be looking at. You should know that applets are not by default allowed to make

Re: Reload of JSP Pages

2002-01-14 Thread Craig R. McClanahan
On Sun, 13 Jan 2002, Michael Timpe wrote: Suppose You have an JSP page prj_.jsp that includes another JSP page by using a tag like this: %@ include file=prj_0007.inc % If I have changed the file prj_0007.inc and I press Reload in the browser. The changes will have no effect (are not

Re: User Registration Login Problem

2002-01-14 Thread Craig R. McClanahan
On Mon, 14 Jan 2002, Arion Yu wrote: Date: Mon, 14 Jan 2002 13:36:02 +0800 From: Arion Yu [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: User Registration Login Problem Hi! Let me describe a scenario first: 1) When viewing protected

Re: question on form login

2002-01-14 Thread Craig R. McClanahan
On Mon, 14 Jan 2002, Arion Yu wrote: Date: Mon, 14 Jan 2002 13:40:20 +0800 From: Arion Yu [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: question on form login Hi! I would like to ask if the user somehow bookmarked the page for login,

Re: directory of web application

2002-01-14 Thread Craig R. McClanahan
On Mon, 14 Jan 2002, Fought,Tom wrote: Date: Mon, 14 Jan 2002 06:34:23 -0500 From: Fought,Tom [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: directory of web application With all the tough questions here... this should

Tomcat shutsdown with no aparent reason

2002-01-14 Thread Alejandro Ruiz
Hi everyone, I have Tomcat 4.0 installed in Solaris 5.8. I would like to know why is it that Tomcat shutsdown by itself with no aparent reason, even when it is not being used, i mean, with no users accesing the applications that it runs. I installed it following the documentation that is linked

Re: Configuring IIS 5.0 with Tomcat 4.0.1 - working!

2002-01-14 Thread Remy Maucherat
Thanks to everyone who provided me with suggestions. I got it working by useful the files and steps described at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html I'm glad this page is actually useful. Please feel free to suggest improvements to it, as it's a remix of various

RE: AccessControlException with Applet

2002-01-14 Thread Stuart Stephen
Were you trying to connect to the same machine that you were downloading to or to another? Without a certificate you can only connect to a remote machine that the applet was originally downloaded from. The JSP stuff is server side though so you wouldn't encounter the problem. Certificates can be

RE: Tomcat shutsdown with no aparent reason

2002-01-14 Thread Ion Larrañaga
Check if Tomcat shuts down when you close the session you used to start it. The startup script does not use nohup, so when the session is closed Tomcat goes down with it. If this is the case, try starting it with something like nohup ./startup.sh Hope it helps, Ion -Mensaje

RE: Applet security

2002-01-14 Thread Jeff Prideaux
As far as I know, the java sandbox for applets prevents this unless its a signed applet which does require a change to the policy file. Although, if anyone knows of a way not to have to change the policy file, speak up!!! -Original Message- From: Olivier BILLIARD [mailto:[EMAIL

pager taglibrary configuration problem

2002-01-14 Thread kmk kumar
Hi I am trying the pager taglib in jsptags.com. I followed all the installation instruction where it installed in /examples of tomcat. It worked fine. I tried the same thing under a different directory /sample and it will complain unable to locate the taglib. I have added sample in the Context

error-page directives under Tomcat 3.2.4

2002-01-14 Thread Adam Constabaris
I know questions related to this have been asked before, and that 3.2.4 is getting rather long in the tooth, but none of the previous suggestions I've seen has worked, and I'm hoping someone can help me with what I need to do to get error-page working. I gather from reading various sources

Re: getServletContext() returning null...

2002-01-14 Thread G Winstanley
On Mon, 14 Jan 2002 09:59:49 -0500 you wrote: The easiest way to get this behavior is to override init(ServletConfig config) in your servlet and forget to call super.init(config) as instructed in the Javadoc. You can either call super.init(config), or override init() instead, which is

Quick classpath clarification

2002-01-14 Thread Mario Felarca
I just wanted to clarify my understanding with the list. Say I have Tomcat 3.2.4 running as a service, and on its classpath, there is a jar called test.jar. My understanding is that if a webapp has its own version of test.jar in its web-inf/lib directory, that will NOT take priority over the

Problems with GET method

2002-01-14 Thread Luiz Ricardo
Hi, I am trying to pass some parameters to my app by URL but when I try to get them I always get the null value when the parameter value contains the equal sign (=). If I try process the following URL www.server.com/page.jsp?var1=where+col=val and use request.getParameter(var1), it returns

Re: Problems with GET method

2002-01-14 Thread jeff . guttadauro
Hi, Luiz. I think the equals sign in the parameter value needs to be escaped. Take a look at the java.net.URLEncoder class to help with that. HTH, -Jeff

Tomcat4 and alias

2002-01-14 Thread Doremieux, Olivier
Hello, Is there some way to create some alias with tomcat 4? For example I have several set of images or JS that can be used acrros my projects. Having an alias allow me to have a consistent way to call my images and to have only one set on images on my machine. We use this mechanism with

mod_jk Load Balancing with TC4?

2002-01-14 Thread Scott Jones
Hello, We are using Tomcat 3.3 in production with ajp load-balancing, and are hoping to move to tomcat 4 sometime, but will need the load-balancing available. I was just looking through the documentation on the official website, and noticed that the load-balancing is actually included in the

xalan.jar problem with tomcat 4 ...

2002-01-14 Thread Marc G. Fournier
Trying not to embarress myself a second time with a 'spelling mistake', I think I've checked everything this time *cross fingers* First, xalan.jar is installed with the xalan-j port, and I have build.properties set right for it: reilly2001# grep xalan build.properties

Problem with mod_webapp.so

2002-01-14 Thread Ansalvish, Dave R
Hi, I'm trying to intergrate Tomcat 4.0.1 with Apache.1.3 on my Solaris 8 box. When I execute the command 'apachetl configtest' that was in the inscrutions with mod_webapp.so. I receive the following error. _lshrdir3 reference symbol not found I checked the Tomcat User List Archive and

RE: Problem with mod_webapp.so

2002-01-14 Thread Armbrust, Daniel C.
This what you want? paste The binary of the lastest version are not (yet) available. The sources are in http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/src/webap p-module-1.0.1-tc401-src.tar.gz /paste -Original Message- From: Ansalvish, Dave R [mailto:[EMAIL

mime type for Excel files

2002-01-14 Thread Jim Dempsey
I am having a problem with Tomcat 4.0.1 serving Microsoft Excel files. When Tomcat serves the static document to the client, the client does not open up the file properly (e.g. it displays binary data) I have added the following mimetype to the conf/web.xml file and restarted the server:

RE: Problem with mod_webapp.so

2002-01-14 Thread Matt Sweetnam
Anyone have any idea why I'm getting null pointers thrown from Tomcat (4) during the very first call? Installed TC 4 (with Apache) on NT 4. Ran from command line.. all good Went to http://localhost:8080 in IE Got null pointer exception and stack-trace out of the Tomcat JVM. Stack trace looks

URL resolution problem -- Tomcat Newbie

2002-01-14 Thread Patrick Yott
I'm using tomcat 4.0 and Saxon 6.4 to do servlet processing of xml and xslt documents. It looks like everything has been properly installed and configured, but when I try to use the SaxonServlet, it doesn't properly understand URLs passed as parameters, like this:

mapping / without getting into a loop?

2002-01-14 Thread Harri Varpanen
Hi folks, I have a server (myapp.net, say) running apache, tomcat3.3 and mod_jk. Now I'd want that every request to the server is mapped to a dispatcher servlet that performs user authentication (from a remote Oracle database) and loads a page (possibly a frameset containing other servlets)

mod_webapp hanging apache Win 2000 apache 1.3.22 tomcat4.0

2002-01-14 Thread Terry McBride
After searching the archives all I have seen is that people seem to get this to work pretty easily. Unfortunately not me :( . They've been working seperately for a while. When I use mod_webapp and run tomcat apache hangs forever. I tried telnet localhost 80 and it just sits there. Same thing

RE: mod_webapp hanging apache Win 2000 apache 1.3.22 tomcat4.0

2002-01-14 Thread Brian Adams
Hi Terry, I think if you take a close look at the archive you will see that many of us have not installed mod_webapp on windos with success. The hanging is probably on the connector that mod_webapp uses. I bet money if you make a jsp page that has no images it will work. then add a gif

RE: mod_webapp hanging apache Win 2000 apache 1.3.22 tomcat4.0

2002-01-14 Thread Terry McBride
Thanks Brian, I must be a bad archive searcher. I the simptoms seem different though because apache isn't working AT ALL when tomcat is running. Even a text.html file in htdocs dir. I do not have access to Visual Studio. Has anyone out there compiled the latest mod_webapp for Windows? If

Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Steve
Hi; I've been trying to install and use Tomcat 4.0.1 in stand alone mode on Suse 7.2 linux. I haven't been able to get my tomcat files to come up in my browser( Netscape 6.2.1 ) using http://localhost:8080/ I also haven't gotten any error messages that might give me a clue :). I don't have

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand AloneMod e

2002-01-14 Thread jerry . fang
I would check tomcat_home/logs to figure out what's going on. -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 2:37 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode Hi; I've been trying to install

Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread lmarcus
Dont use SUSE its a pain in the ass, stick with RedHat or Mandrake L Marcus - Original Message - From: Steve [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 14, 2002 3:36 AM Subject: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode Hi; I've been

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Jim Dempsey
You may have to set a ulimit parameter... ulimit -s 2048 for details see: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/ -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 12:37 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1

Re: mapping / without getting into a loop?

2002-01-14 Thread Harri Varpanen
Ah, mod_rewrite will solve my problem. Didn't even know that such a module exists. :P Sorry the spam. Harri On Mon, 14 Jan 2002, Harri Varpanen wrote: Hi folks, I have a server (myapp.net, say) running apache, tomcat3.3 and mod_jk. Now I'd want that every request to the server is

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Nelson Yip
Do you have jdk installed on your system? Also did u setup your JAVA_HOME and CATALINA_HOME? -n -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 3:37 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

mime type for Excel files

2002-01-14 Thread Jim Dempsey
I am having a problem with Tomcat 4.0.1 serving Microsoft Excel files. When Tomcat serves the static document to the client, the client does not open up the file properly (e.g. it displays binary data) I have added the following mimetype to the conf/web.xml file and restarted the server:

RE: mod_webapp hanging apache Win 2000 apache 1.3.22 tomcat4.0

2002-01-14 Thread Brian Adams
I don;t have MS Studio either. If your apache is not working at all I think you have a config problem. I would think something is wrong in your httpd.conf file you don't need to step down to tomcat 3 I use tomcat 4 with mod_jk -Original Message- From: Terry McBride [mailto:[EMAIL

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Todd Wright
I have Suse 7.2 with jdk 1.4beta-3 fresh install and It came right up. I never use the distro jdk, I've been burnt too many times. Todd Wright At 04:14 PM 1/14/2002 -0500, you wrote: Do you have jdk installed on your system? Also did u setup your JAVA_HOME and CATALINA_HOME? -n -Original

Getting IIS to pick up changes to uriworkermap.properties?

2002-01-14 Thread Christian Cryder
Hi folks, I have followed the very excellent instructions at http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/ that describe how to integrate Tomcat 4.0.1 with IIS. At this point, I have everything working, but I am observing a (hopefully) minor problem. When I want to add a new

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Nelson Yip
Did you setup your path? In your .bash_profile if you are using bash shell? -n -Original Message- From: Todd Wright [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 4:37 PM To: Tomcat Users List Subject: RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode I

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Nelson Yip
FOLLOW THESE SIMPLE INSTRUCTIONS AND IT SHOULD WORK. BTW, I INSTALLED TOMCAT ON REDHAT 7.2. 1. Download both attached file j2sdk-1_3_1_02-linux-i386.bin and jakarta-tomcat-4.0.1.tar.gz 2. Ftp the files over to your home directory. 3. Gunzip the file gunzip jakarta-tomcat-4.0.1.tar.gz after

RE: Getting IIS to pick up changes to uriworkermap.properties?

2002-01-14 Thread Ignacio J. Ortega
De: Christian Cryder [mailto:[EMAIL PROTECTED]] Enviado el: lunes 14 de enero de 2002 22:40 Isapi_redirector.dll is loaded by inetinfo.exe, that's the IISAdmin service, so you need to Restart IISAdmin Service itself, not IIS alone.. Saludos , Ignacio J. Ortega -- To unsubscribe:

warp conn causes apache redirect to be ignored

2002-01-14 Thread Jeff Grummons
Hi all, I've been through all the documentation I can get my eyes on, and I can't seem to get around this problem: I'm running Tomcat 4.0 and Apache 1.3.22. I have a Virtual Host set up in my httpd.conf as follows: ### TomCat Warp Connector WebAppConnectionApache warp

Re: JDBC authentication configuration

2002-01-14 Thread Paul Phillips
Thanks to David! This fixed my authentication problem! --On Monday, January 14, 2002 10:22 AM -0500 David Smith [EMAIL PROTECTED] wrote: This may or may not be the full problem, but one glaring error is in the connectionURL of your server.xml file. It should read as follows. Note the URL

executing JSP with virtual hosts

2002-01-14 Thread August Detlefsen
I just upgraded from Tomcat 3.2 to Tomcat 4.0. Both were using Apache and virtual hosts. I managed to install mod_webapp and forward requests for virtual hosts to tomcat, but the jsps are not being executed, instead the JSP source code is being sent directly to the browser. Anyone know what

Re: Confusing basic concept about apache-tomcat works.

2002-01-14 Thread August Detlefsen
Apache is listening on port 80, Tomcat is on port 8080. If you include :8080 in your request, it is going directly to tomcat and bypassing apache. -August --- [EMAIL PROTECTED] wrote: I wonder what is the difference between using tomcat as stand alone web server and using tomcat as

  1   2   >