Multiple sites on RequestController..

2001-04-09 Thread Christian Bjørnbak
Hi We are building af site where a lot of companies are having there on site (expressed with xml and xslt) and sharing one common RequestController servlet. The url today is http://www.ourportal.com/requestControllerServlet?companyid=aCompany which isn't that readable or remendable for the

Where is Alex.Garret??

2001-04-09 Thread Christian Bjørnbak
Hi Posting to tomcat-user I get the following error message from [EMAIL PROTECTED] Could somebody please remove [EMAIL PROTECTED] from the list?? /Christian Bjrnbak -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 9. april 2001 08:29 To: [EMAIL PROTECTED]

Re: DirectoryIndex - /servlet/MyServlet

2001-04-09 Thread Kenneth Westelinck
Hi, You could place an index.html page with the following content in the htdocs directory of apache: html head meta http-equiv="refresh" content="0; url=http://www.mydomain.com/servlet/MyServlet" /head /html regards, Kenneth Westelinck From: Christian Bjørnbak [EMAIL

ssl-levels of security

2001-04-09 Thread Rams
hi, How can we set secure access to certain page/directorty? l'm using Tomcat. l've to set clientAuth=true for certain pages and false to some other pages.How can l achieve this? l am grateful if my prob. will be solved. -Rams winmail.dat

RE: DirectoryIndex - /servlet/MyServlet

2001-04-09 Thread Michael Hale
I think you can set that up in the welcome file area in either server.xml or web.xml (I can't remember which). Michael -Original Message- From: Kenneth Westelinck [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 2:40 AM To: [EMAIL PROTECTED] Subject: Re: DirectoryIndex -

Apache vhosts single Tomcat JVM - problem with the howto

2001-04-09 Thread Dave Woolaway
I'm following this document: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto. html#virtual_hosting to set up a single Tomcat JVM serving multiple Apache vhosts (I hope). There is a problem in the example configuration snippets. The example server.xml file: "Option 2

Map .html suffix to JSP engine...*how*?

2001-04-09 Thread John Hardin
Hi! I'm running Tomcat 3.2.1 on Redhat Linux 6.2. I've got it properly configured to run with Apache (1.3.12). I've declared the following Context in conf/server.xml: Context path="" docBase="src/htdocs" debug="0" reloadable="false"

Session handling over different Tomcats

2001-04-09 Thread juan . alvarez
Hello, has anyone experience in session handling over different tomcats ? The scenario is as follows: - one apache - four tomcats at the apache - every tomcat contains an application of a third party company with its own session handling Problem: Implementing a global session handling between

Re: DirectoryIndex - /servlet/MyServlet

2001-04-09 Thread Arnaud Vandyck
Michael Hale wrote: I think you can set that up in the welcome file area in either server.xml or web.xml (I can't remember which). This is in web.xml for each web-application but the original question was for an Apache directive. You can do it with the DirectoryIndex directive in httpd.conf

RE: Map .html suffix to JSP engine...*how*?

2001-04-09 Thread Michael Hale
My guess is that apache is serving up the page because it thinks it is an html page, so tomcat never gets ahold of it. I think the only way to fix this is to create your own version of mod_jk.conf-auto with JKMount *.html in the appropriate spot. And then include your file in apaches httpd.conf.

How to parse JSP whithin a Servlet

2001-04-09 Thread Eduard Witteveen
Hello, I'm trying to parse a jsp page within my servlet. The reason i want to to that is to use anothor program to parse a script which is generated after parsing the jsp. The parsing should give me back a script, which is used by an external program, after which i will send the result of

RE: Session handling over different Tomcats

2001-04-09 Thread Alistair Hopkins
how about running a separate login java instance on one of the boxes which can be called by all servers over RMI to check login? -Original Message- From: Moin Anjum H. [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 10:22 AM To: [EMAIL PROTECTED] Subject: Re: Session handling

java.lang.OutOfMemoryError (Help?)

2001-04-09 Thread Danny Angus
Error: 500 Location: / Internal Servlet Error: java.lang.OutOfMemoryError Can anyone help me, I'm new to tomcat, fairly new to java too, but have been doing the apache/perl thing for too long... Why wont my servlets memory be being re-cycled? I have variously, installed the latest builds,

JBuilder Remote Debugging

2001-04-09 Thread Rob Shorney
Hi, Does anybody know how to debug java code remotely using JBuilder 4 and Tomcat 3.2. I belive it is something to do with the following options -Xdebug -Xnoagent -Djava.compiler=none -Xrunjdwp:transport=dt_socket,server= y,address=1234,suspend=n

Caching Servlet Output in Browser

2001-04-09 Thread Mathias Held
Hi toms, how can I tell the browsers out there that he should not forget the output made by a (my) servlets ? Even 'View Page Source' doesn 't show me anything. Back always repost the FORM method. ciao Mathias -- Langfristig sind wir alle tot. ^

load balancing

2001-04-09 Thread unplug
Hi all, I have searched the web about load balancing of tomcat. However, I still get no idea how it does. Does anyone have experience and tell me how to do that?? Rgds, unplug

soap 2.1 on tomcat 4.0b3

2001-04-09 Thread Anindya Saha
Hi, Has anyone tried deploying soap 2.1 on tomcat 4.0 beta 3? Regards, Anindya

Apache 1.3.9. and Tomcat 3.2.1 integration

2001-04-09 Thread Anne-Marie Ternes
Hi, I'm using here Oracle's IAS 8i, which is basically an Apache 1.3.9 web server. I've been trying desperately to integrate Tomcat into Apache. Tomcat on itself runs ok, the examples work. But when I try to start Apache, I always get a message telling me that several "ApJServ" directives should

RE: Apache 1.3.9. and Tomcat 3.2.1 integration

2001-04-09 Thread Christian Bjørnbak
Hi Oracle IAS 8i is distributed with Jserv... So you have to remove this Oracle specific Jserv configuration - It's referenced in Httpd and the file is called oracle_web.conf or something. Hope it helps.. /Christian Bjrnbak -Original Message- From: Anne-Marie Ternes [mailto:[EMAIL

RE: database access problem

2001-04-09 Thread Danny Angus
I dont think its the SQL statement thats causing your grief.

RE: JBuilder Remote Debugging

2001-04-09 Thread Alexander Jesse
Hi, although I cannot comment on Tomcat and JB4 debugging, a work-colleague has this info for remote debugging under jb4: - I got a running remote debugging configuration using JBuilder4 as Debugging UI to debug the new CSServlet

RE: Session handling over different Tomcats

2001-04-09 Thread juan . alvarez
We had the idea to use rmi too. We have the problem, that we are not allowed to use cookies. So we have to make an url rewrite (other ideas ?). We think that it would cost a lot of performance to make a call for every request to the session rmi. What do you think of a special apache module for

Re: Apache 1.3.9. and Tomcat 3.2.1 integration

2001-04-09 Thread Anne-Marie Ternes
Hi, as I was pretty sure I completely messed up my configuration files, I restored the pre-messed-up files. I got to work Tomcat alone, and Apache alone, then included the tomcat-apache.conf file in httpds.conf. He complained again about the double definitions of several directives, so I copied

RE: JBuilder Remote Debugging

2001-04-09 Thread Rob Shorney
Hi, Many thanks for this information, I was nearly there, I cut and pasted you options into TOMCAT_OPTS in tomcat.bat, as shown rem - Verify and Set Required Environment Variables - set TOMCAT_OPTS=-server -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address =5000

error

2001-04-09 Thread karthik iyer
hello i'm new to software.i'm working on servelt i'm trying to install tomcat3.2.1. i'm finding error in startup thats error is couldn't find servlet.jar please help me if u know the answer please tell me in detail the step also if u further detail please mail to me waiting 4 reply karthik

JAVA_HOME trouble

2001-04-09 Thread Derek Mc Connon
Hello I am running Tomcat 3.1 under Apache and I am having trouble running JSP pages. I get a 500 error (Internal Servlet error) when trying to load them I have tried setting up JAVA_HOME variable but this does not seem to work Could anyone tell me what files it needs to be changed in (.bat

Re: JAVA_HOME trouble

2001-04-09 Thread Shankar Gowda
hi, please check out in command as 'java' if it is working then your path is correct ! if not go to Autoexec.bat in win9x or .bash_profile in linux add this inst #comments JAVA_HOME =/usr/jdk1.2.2 #start after path= and add this donot remove other #paths PATH=$JAVA_HOME/bin: EXPORT PATH

RE: Map .html suffix to JSP engine...*how*?

2001-04-09 Thread Danny Angus
or alter apache's config, to remove html from the list, I think you may want to look in httpd/conf/apache-mime.types but it seems a little unlikely if you get htm to work ok.. :-( -Original Message- From: Michael Hale [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 9:37 AM

problems with wml pages

2001-04-09 Thread qari . qasim
HI. I am trying to open a simple wml file. But I get the content-type error: " Content-Type Error ...found Content-type: text / plain. No translator for Content-type: text/plain." I believe there is nothing wrong with my wml file since I can run it through my hard drive. Its only when I try to

Re: problems with wml pages

2001-04-09 Thread Christoph Fischer
Did you set the following parameters in you java-program? Chris CONTENT_TYPE = "text/vnd.wap.wml"; DOC_TYPE = "!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"\n" + " \"http://www.wapforum.org/DTD/wml_1.1.xml\""; [EMAIL PROTECTED] wrote: HI. I am trying to open a simple wml file. But I

Re: Internal Servlet Error

2001-04-09 Thread Nabanita
All the files including the classes are in the IIS root directory.. Inetpub/wwroot/jsp/. I tried creating a Web-inf and putting my class there , and also put the path in the system's classpath, but it's still not working.

IIS and Apache side by side

2001-04-09 Thread Joar Vatnaland
I installed Apache on my Win2000 machine, which also has Internet Information Server 5.0 running. Both are for developing purposes. After I installed Apache, my IIS pages have stopped working. They are not accessible anymore, because Apache now has the starting point of http://localhost/ Does

JDBCRealm + extra features ?

2001-04-09 Thread Dries Watteyne
Hello, I'm trying to add some extra features to JDBCRealm. In stead of using the server.xml file I use another file with extra parameters, so that I can make a connection pool. Another question: How can I make sure that the username is NOT case sensitive? Normally I have to override some

Re: IIS and Apache side by side

2001-04-09 Thread jae H. Roh
You need to have them listen on different ports. The default for http is port 80. I know that this is selectable for apache. I have no idea about IIS. - Original Message - From: "Joar Vatnaland" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 09, 2001 8:51 AM Subject: IIS

RE: IIS and Apache side by side

2001-04-09 Thread Taylor, Richard
Your web server uses port 80 to serve pages as default, so when you type in http://localhost/ it is the same as typing in http://localhost:80. You cannot run any two servers on the same port so you must choose another port to run one of the servers on. Here is an example that will get them both

RE: Caching Servlet Output in Browser

2001-04-09 Thread Gael Oberson
??? more details please... -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Mathias Held Envoye : lundi, 9. avril 2001 11:33 A : [EMAIL PROTECTED] Objet : Caching Servlet Output in Browser Hi toms, how can I tell the browsers out there that he should

RE: error

2001-04-09 Thread Gael Oberson
You have to copy the "servlet.jar" file in the "/lib" directory under tomcat's home directory. If it don't work, give us more details... -Message d'origine- De : karthik iyer [mailto:[EMAIL PROTECTED]] Envoye : lundi, 9. avril 2001 18:20 A : [EMAIL PROTECTED] Objet : error hello i'm

RE: problem executing jsp's with Apache/Tomcat

2001-04-09 Thread Brandon Cruz
I am using an apache-tomcat configuration to be able to serve jsp pages. I seem to have everything configured correctly using virtual hosts. My server xml file has the host directive below... Host name="www.mycompany.com" Context path=""

RE: IIS 5 and Win200000

2001-04-09 Thread Kirill Averianov
Thanks a lot. I had one wrong registry entry. It works now. -Original Message-From: H.F.N. den Boer [mailto:[EMAIL PROTECTED]]Sent: Monday, April 09, 2001 9:14 AMTo: [EMAIL PROTECTED]Subject: Re: IIS 5 and Win20 Look at your registry entries. I had one letter wrong

RE: Session handling over different Tomcats

2001-04-09 Thread Michael Hale
I read an article on ibm.com/developerworks by Kyle Brown et al that dealt with this issue in general. Basically the idea is that you have a shared database that is keeping track of the sessions and associated information. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Using JNDI with Jakarta-Tomcat 4.0 beta 3

2001-04-09 Thread Julian Payne
Hi, I have been using Jakarta-Tomcat 3.2.1 and when I upgraded to the 4.0 beta 3 I have a propblem with my JNDI configuration. I have a servlet that uses an EJB container that requires the following "jndi.properties" : java.naming.factory.initial

RE: IIS 5 and Win200000

2001-04-09 Thread Michael Weissenbacher
win20? microsoft must have gone mad with versions ;) michael smime.p7s

secure access

2001-04-09 Thread Rams
hi, How can we set secure access to certain page/directorty? l'm using Tomcat. l've to set clientAuth=true for certain pages and false to some other pages.How can l achieve this? l am grateful if my prob. will be solved. -Rams winmail.dat

Using IAIK in Jakarta-Tomcat

2001-04-09 Thread Steven D. Keens
I'm new to SSL and have the task of getting IAIK to work with Tomcat 3.2.1 webserver. Has anyone every tried such a thing and if so how did you do it? Any help would be appreciated. Thanks in advance. Here's what I know right now. Tomcat's server.xml configuration file has a section that

Security Reasons

2001-04-09 Thread Martin Mauri
Hi gurus! Just for security reasons, I would need to have a servlet in a context so that when a user points to that context, the servlet takes the request, and then, due to some security code, the servlet sends back the appropiate URL and the browser shows it. I have an applet that connects by

Re: prob with shutdown script

2001-04-09 Thread Deidra Powell
I'm just starting with tomcat install and config. I sent this on Friday. Would greatly appreciate any help for those that have gotten past this. I'm on Solaris 2.6, tomcat 3.1.1. thanks! Deidra Powell wrote: I was trying to get tomcat going and I too am having trouble with the stop script.

Help With System.out.println

2001-04-09 Thread Rob Shorney
Hi, I have recently switch from Jrun 3.0 to tomcat 3.2.1 and everything appears fine except the where does the text from System.out.println go to, I would have thought that in would go in log in the tonmcat_home/logs directory but nothing appears here. Could somebody please give me

RE: prob with shutdown script

2001-04-09 Thread Benoit Jacquemont
Hi, Send us your server.xml file to check up. The more information you can give, the sooner you're problem will be solved. For the moment, it looks like a missing ajp12 listener. Benoit I'm just starting with tomcat install and config. I sent this on Friday. Would greatly appreciate any

Apache error when executing jsp's

2001-04-09 Thread Brandon Cruz
Is anyone familiar with this error? I am using a module from another person's machine, and I think that might be the problem. I don't want to have to go back and reinstall the source of Tomcat to build my own module unless I am sure that is necessary though. Here is what I am getting in the

Did you get any answers?

2001-04-09 Thread Jani Toro
Hello Lin Gan In January you wrote a question to a mailing list: Hi, I try to run Servlet from TOMCAT, but it has error. Please give me some help! The Servlet is to access Oracle DB. V8i. from the Travel DB that I download from Oracle site. I use Jdeveloper 3.1.1.2 to create this project.

RE: Help With System.out.println

2001-04-09 Thread Antonio Vazquez
Hi Rob, Have you configured tomcat as a service?.In this case all the messages that you write with System.out.println,are written in jvm.stdout file, in TOMCAT_HOME/logs.And the errors in jvm.stderr file. Regards and good luck. -Mensaje original-De: Rob Shorney

Re: Help With System.out.println

2001-04-09 Thread Martin Mauri
Rob, it will be useful if you tell us if you're using Tomcat as standalone or with Apache. regards. Hi, I have recently switch from Jrun 3.0 to tomcat 3.2.1 and everything appears fine except the where does the text from System.out.println go to, I would have thought that

RV: Help With System.out.println

2001-04-09 Thread Antonio Vazquez
-Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 09 de abril de 2001 16:14 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Asunto: RE: Help With System.out.println Hi Rob, Have you configured tomcat as a service?.In this case all the messages that

Hide an URL

2001-04-09 Thread Martin Mauri
Hi users! Is there anyway to hide the URLs in the browser for security reasons? any help will be appreciated! Lic. Martin O. Mauri Profesion + Auge A.F.J.P Parana 666 - Cap. Federal TE: (011) 4373-7786/7 int: 422 [EMAIL PROTECTED] www.profesi.com.ar

RE: Hide an URL

2001-04-09 Thread Alistair Hopkins
set index.html to be a frameset with a single frame which loads your previous index.html as the default. But then you can't mess with the title. Alistair -Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 3:22 PM To: [EMAIL PROTECTED] Subject:

Re: prob with shutdown script

2001-04-09 Thread Deidra Powell
I'm sure it is probably a newbie problem! Your help is appreciated though! I looked it up in the archive but didn't see a clear answer. thanks again - d beg file -- ?xml version="1.0" encoding="ISO-8859-1"? Server !-- Debug

RE: tomcat installation problems

2001-04-09 Thread William Kaufman
i'm having trouble installing jakarta tomcat on my computer. i have set my ms-dos prompt to 4096 for initial environment. when i run 'startup.bat' in c:\tomcat\bin, it will open a new dos window titled 'java' but it always hangs when it reaches the following message: 2001-04-09

Re: problems with wml pages

2001-04-09 Thread Bo Xu
[EMAIL PROTECTED] wrote: HI. I am trying to open a simple wml file. But I get the content-type error: " Content-Type Error ...found Content-type: text / plain. No translator for Content-type: text/plain." I believe there is nothing wrong with my wml file since I can run it through my

RE: Did you get any answers?

2001-04-09 Thread Brett Knights
I had a similar error recently when I compiled a servlet with the jsdk2.0 classes on my classpath. Recompiling with the current servlet classes fixed it. Hi, I try to run Servlet from TOMCAT, but it has error. Please give me some help! The Servlet is to access Oracle DB. V8i. from the

RE: Hide an URL

2001-04-09 Thread Gaël Oberson
You can create an HTML Frame, wich has only ons column and one line. So the browser's url will be permanently your site's url, and the content of the frame will change, following your links. -Message d'origine- De : Martin Mauri [mailto:[EMAIL PROTECTED]] Envoy : lundi, 9. avril 2001

RE: Hide an URL

2001-04-09 Thread Danny Angus
but the URL will be available if you right click the frame and choose properties. this is not a good thing to need, better to configure the server so that the URL you need to hit isn't a security risk. try using proxying if you need to "hide" machines or POST and ssl if you need to secure

Re: prob with shutdown script

2001-04-09 Thread Deidra Powell
Benoit, Thank you. That worked. I appreciate the help! D Benoit Jacquemont wrote: The reason why you can'a shutdown your tomcat is because you remove the ajp12 connector description in your server.xml file. Ajp12 is used to connect to tomcat and to shutdown it. Additionnaly, it also

Tomcat redirects ignore my virtual hosting (eg test.com - main.com:8003)

2001-04-09 Thread Tim Darling
And this is a fatal error when using HTTPS (which is listening on :8443) Is there a configuration option in WEB.XML to fix this? What should I do? (I'm running Tomcat 3.1+Aolserver). Thanks!

Re: IIS and Apache side by side

2001-04-09 Thread Anuj Agrawal
Have them listening on different ports. You can change the port for IIS via the MMC (Microsoft Management Console). And you can change the port for Apache in the httpd.conf file in the conf directory. Anuj. Joar Vatnaland wrote: I installed Apache on my Win2000 machine, which also has

Re: Help With System.out.println

2001-04-09 Thread Gunnar Eilers
Would you mind using plain text postings to this mailing list. Thanx Gunnar At 15:12 09.04.2001 +, you wrote: image001.jpg Hi, I have recently switch from Jrun 3.0 to tomcat 3.2.1 and everything appears fine except the where does the text from System.out.println go to, I would have

Using session id for load balancing

2001-04-09 Thread David M. Rosner
Hi All, We use a Foundry Server Iron switch to load balance our Tomcat application servers. I recently discovered that it uses IP addresses to determine which server to send the user back to. Problem is many networks may use different IP addresses for a single client for different requests.

RE: Windows 2000 Professional Isapi Redirection Problrm

2001-04-09 Thread Everitt, Andrew
Hi Brian, Check your uriworkermap.properties file. You need to have an entry for each URI that you want to be trapped by isapi_redirect and forwarded to Tomcat. I have Tomcat/Win2K/IIS combination working here so it is possible! Andi. -Original Message- From: Brian Rook

RE: database access problem

2001-04-09 Thread Bryant, William
Oracle does support table and column aliasing using the 'AS' keyword. I'm pretty sure this is part of the SQL-92 standard. ... Mike -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 08, 2001 5:35 PM To: [EMAIL PROTECTED] Subject: RE: database access

Tomcat + win 98

2001-04-09 Thread Mike Campbell
Title: Tomcat + win 98 I take it from various other posts here that tomcat does indeed work with Windows '98. Are there any special things outside the normal stuff mentioned in the docs to get it working? I've gotten Tomcat working fine on NT, but at home on my '98 box, it seems to not be

Re: Tomcat + win 98

2001-04-09 Thread Jim Cheesman
At 05:56 PM 4/9/2001, you wrote: I take it from various other posts here that tomcat does indeed work with Windows '98. Are there any special things outside the normal stuff mentioned in the docs to get it working? I've gotten Tomcat working fine on NT, but at home on my '98 box, it seems

NetDynamics and Tomcat

2001-04-09 Thread Zhao, Zhipeng
Title: NetDynamics and Tomcat Hi, Recently, I added Tomcat 3.1 to a NT Server 4.0 which already hosts NetDynamics 4.2. Tomcat is running as a standalone Web server and NetDynamics is integrated with IIS 4.0. The problem is that Tomcat locked a dozen of NetDynamics processes, eventually

RE: Tomcat + win 98

2001-04-09 Thread Danny Angus
it does run on win98, i have it on my laptop, but I only had problems with startup.bat, once I cured them it was OK. you have to put http:// infront of addresses with port numbers, is that it? try http://127.0.0.1:8080/ I hope it is ! -Original Message- From: Mike Campbell

problem with response.sendRedirect()

2001-04-09 Thread Patrick . Pierra
Hi, I try to redirect users who try to access page on my site and who have not enter username + passord. I have a litle jsp : % User tUser = (User)session.getAttribute("user"); if ( tUser == null) { response.sendRedirect("http://localhost:8080/"); } % which call

Re: run servlet and get page not found

2001-04-09 Thread Patrick . Pierra
You have to update the web.xml file Patrick PIERRA "Jack Li"

RE: problem with response.sendRedirect()

2001-04-09 Thread Michael Wentzel
I try to redirect users who try to access page on my site and who have not enter username + passord. I have a litle jsp : % User tUser = (User)session.getAttribute("user"); if ( tUser == null) { response.sendRedirect("http://localhost:8080/"); } % which call

RE: Tomcat + win 98

2001-04-09 Thread Mike Campbell
Title: RE: Tomcat + win 98 Have you tried with the full protocol (ie. http://127.0.0.1:8080)? Of course not, since that would be the logical thing, wouldn't it? =) I'll give that a shot tonight; thanks.

put an object in the application

2001-04-09 Thread Patrick . Pierra
what is the equivalent to session.setAttribute("aName", anObject) but whith an application scope thanks

linux classpath problem?

2001-04-09 Thread stan chang
Greetings - I'm trying to add a library for my application, however I can't get tomcat to find it in the classpath. I've added the directory of the classes to the tomcat shell script (where I declared a CLASSPATH variable and exported it). My setup is an RPM install on a Linux kernal 2.2.14

RE: put an object in the application

2001-04-09 Thread Michael Wentzel
what is the equivalent to session.setAttribute("aName", anObject) but whith an application scope there's context.set|getAttribute(String, Object); for webapp context scope attribs. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

ssl with apache

2001-04-09 Thread Dave Weis
I've got Tomcat 3.2.1 working fine with apache via http, but can't get it to do ssl properly. Is there a minimum version of mod_ssl that needs to be used? The signature of my server is Apache/1.3.9 Ben-SSL/1.37 Server. Adding the line "SSLOptions +StdEnvVars +ExportCertData" from the howto at

RE: Windows 2000 Professional Isapi Redirection Problem

2001-04-09 Thread Rao Bhethanabotla
I am having j_security_check problem with Tomcat3.2.1/Win2K/IIS. Have you tried any pages with method Post and action "j_security_check"? When I try this login page, after login, I get j_security_check error. I appreciate any help in this regard. -Rao -Original Message- From: Everitt,

Re: put an object in the application

2001-04-09 Thread Leon Palermo
application.setAttribute("aName", anObject) what is the equivalent to session.setAttribute("aName", anObject) but whith an application scope thanks

Re: put an object in the application

2001-04-09 Thread Bo Xu
[EMAIL PROTECTED] wrote: what is the equivalent to session.setAttribute("aName", anObject) but whith an application scope thanks Hi :-) I am not sure, I suggest the following: in the following three kinds of "setAttribute/getAttribute": -0 ServletContext.setAttribute/getAttribute -1

Apache 2.0 mod_webapp?

2001-04-09 Thread T. Park
Hello, what's the concensus on Apache 2.0? Is there a mod_webapp for Apache 2.0 as well as Apache 1.3 and if so what's the recommended route (ie. 1.3 vs. 2.0 Apache)? -Thom Bo Xu wrote: [EMAIL PROTECTED] wrote: what is the equivalent to session.setAttribute("aName", anObject) but whith

RE: Tomcat3.2+Redhat 7.0+glibc-2.x.x+jdk1.x == stable??

2001-04-09 Thread Bill Graham
I've been doing a lot of similar tests in search of the best jdk to work with linux and tomcat and have been seeing the same lack of stability as Chris. I was running the IBM JDK 1.3.0 bld cx130-20010207 with glibc-2.1.3-15 and kernel 2.2.16-21.7.1 running with both SMP and UP. The VM would just

Re: apache vhost-mod_jk-servlet container

2001-04-09 Thread Brian Elliott
Brendon, I am having problems establishing the same configuration that you are trying to do: /home/domain1.com/servlet /home/domain2.com/servlet And accessing the jsps for each domain from the document root or below. This way all the servlets and jsps are under the domain's doc root. Being

needed: mod_jk.so for HP-UX

2001-04-09 Thread Xavier Quesada
Hi... Does anybody have a working mod_jk.so or mod_jserv.so for (Series 800) HP-UX 11.00 64 bit? It would be greatly appreciated. Thanks. -- Xavier Quesada [EMAIL PROTECTED]

Re: Tomcat3.2+Redhat 7.0+glibc-2.x.x+jdk1.x == stable??

2001-04-09 Thread Steve Ruby
I've had no problem with IBM JDK 1.3.0 on redhat 6.1 with glibc 2.1.3 kernel 2.2.12 I posted some tests a while back with multi threaded (multi machine) load testing, I had some problems with tomcat 4 at the time but I 3.2 was fine. I'm currently setting up a redhat 7 machine glibc 2.2 IBM

Sessions

2001-04-09 Thread Martin Mauri
Hi! Does anyone know how to manage JSP and Servlets security using session objects? any idea will be appreciated! Lic. Martin O. Mauri Profesion + Auge A.F.J.P Parana 666 - Cap. Federal TE: (011) 4373-7786/7 int: 422 [EMAIL PROTECTED] www.profesi.com.ar

sendRedirect problem on IE

2001-04-09 Thread Melissa Matthews
Title: sendRedirect problem on IE I've seen this posted before, but none of the proposed solutions has worked for me. I am using a sendRedirect if a user is not logged in. When I use IE, it displays output from the original file (after where the re-direct would have taken place) and from

JDBCRealm Error?

2001-04-09 Thread Danny Uy
What does the following mean? I'm trying to implement a postgresql database with servlets and have modified servlet.xml accordingly. This message comes up when I try to run the jsp example, snoop. $ $ 2001-04-09 12:24:02 - ContextManager: JDBCRealm: Authentication unsuccessful for user null

session cookies across contexts

2001-04-09 Thread Dave Weis
Is it possible to configure Tomcat to use a single session cookie for all web contexts? Right now I only have a single context in a subdirectory and it is sending the session cookie with that subdirectory at the front. I would also like the session data shared. I see that the cookie is being

Re: sendRedirect problem on IE

2001-04-09 Thread David M. Rosner
Hi, I had reports from a small percentage of people (all IE users) that they were hitting our JSP pages and seeing the text of the JSP file instead of the compiled and executed results of the page. We upgraded to the last version (3.2.2 i think) and the problem went away. hopefully this will

Modifying encodeURL()

2001-04-09 Thread David M. Rosner
Hi All, Is there a way to add a tag to a url along with the session id? For example, when cookies are disabled Tomcat includes the jspsessionid value in the URL to identify the session: http://mydomain.com/SomeScript.jsp;jspsession=ASDF1234?form=xform=y What I need to do is add a paramter

Re: linux classpath problem?

2001-04-09 Thread stan chang
Hi - I tried downloading the jaf-1.0.1 library and I copied the activation.jar file to the tomcat home/lib directory. However, now when I try to view my page I get the following error: org.apache.jasper.compiler.ParseException: Cannot read file: /login.jsp Could there be conflicting parsers?

servlet mapping question

2001-04-09 Thread William Blackmon
Title: servlet mapping question I'm trying to map the /faqtool url listed below form name=menu action=/faqtool method=post so that it references the class com.taglib.wdjsp.faqtool.FaqAdministrationServlet I've tried the following in webapps/bill/web.xml and in tomcat\conf\web.xml and I

RE: servlet mapping question

2001-04-09 Thread Randy Layman
I appears that your context name is bill and I would assume that its url is something like localhost/bill. Therefore, your servlet needs to be referenced as /bill.faqtool. All of this can/should be done in the AppName/WEB-INF/web.xml file and not in the /conf/web.xml file.

RE: Modifying encodeURL()

2001-04-09 Thread Grewal, Gary
Title: RE: Modifying encodeURL() You could use a hidden form field to do this and read the the parameter . === Gary Grewal -Original Message- From: David M. Rosner [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: Modifying encodeURL()

tomcat start error

2001-04-09 Thread Georges Boutros
hi everyone, when i shutdown tomcat i get this error message ./tomcat.sh: line 164: 770 Segmentation fault (core dumped) $JAVACMD $TOMCAT_OPTS -Dtomcat.home=${TOMCAT_HOME} org.apache.tomcat.startup.Tomcat -stop "$@" does anyone know why??? thanks Georges

Possibly OT: Struts questions

2001-04-09 Thread Larry Meadors
I know, I know, I know! Please no flames! This is the tomcat-user list, but I figured this would be a good place to start. Are people using struts now? How stable is it? Is it nearly complete? Within 3 months? 6 months? 12 months? How does struts relate to Cocoon? Competing or

  1   2   >