running servlets

2001-02-16 Thread Winifred Sanchez
I copied some sample servlets from the examples context into another context I made to see if they would run. But they won't run. I have placed the servlets inside the WEB-INF/classes directory just like in the examples context and also made a web.xml file under WEB-INF with the following

Re: URGENT! TomCat won't run my servlets.

2001-02-16 Thread Luc Vanlerberghe
Without more information about your setup it's difficult to guess... Could you send any configurations you changed from the defaults? Some wild guesses: - Your HTTPConnectionHandler still uses the default port 8080 instead of 80. From the default server.xml: !-- Normal HTTP --

AW: Hi Ho - Problem with ServletOutputStream in Tomcat

2001-02-16 Thread Wolfgang . Kremser
Ok thx for all your help - i found the problem - or more correct i read the infos a 10th time about InputStreamReader - and now i found the info about conversion of the characters -- i am veerrryy blind thx Wolfgang Kremser -Ursprngliche Nachricht- Von: [EMAIL PROTECTED]

tomcat on FreeBSD4.2

2001-02-16 Thread qazwasyx
Hi, I'm having troubles to understand how really sessions are working. I'm using a servlet to handle every client requests and I'm using jsp session to display various objects between frames, such as: HttpSession session = req.getSession(false); Toto toto =

RE: Where is mod_jk.so for WIN32?

2001-02-16 Thread R N Mukherjee
GOT IT, THANKS ALL At 15:20 05/02/01 +, you wrote: In the standard downloads directory, ie: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i3 86/mod_jk.dll Hope this helps, Steve On Mon, 5 Feb 2001, Michael Wentzel wrote: SUB:Where is mod_jk.so for

tomcat on FreeBSD4.2

2001-02-16 Thread qazwasyx
Is there really nobody out there who know how to install jdk1.3 and tomcat 3.2 or 4.0beta1 no FreeBSD 4.2?! I have sent at least 5-6 messages to this group and have had no help. I know nobody HAS to help, but ignoring people is just plain rude :) Mike (aka desperate tomcatter) D

running servlets

2001-02-16 Thread Winifred Sanchez
I copied some sample servlets from the examples context into another context I made to see if they would run. But they won't run. I have placed the servlets inside the WEB-INF/classes directory just like in the examples context and also made a web.xml file under WEB-INF with the following

Re: tomcat on FreeBSD4.2

2001-02-16 Thread Christoph Kukulies
On Fri, Feb 16, 2001 at 11:23:02AM +, [EMAIL PROTECTED] wrote: Is there really nobody out there who know how to install jdk1.3 and tomcat 3.2 or 4.0beta1 no FreeBSD 4.2?! I have sent at least 5-6 messages to this group and have had no help. I know nobody HAS to help, but ignoring

test

2001-02-16 Thread R N Mukherjee
test mail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: The Ultimate Tomcat as NT Service How-To

2001-02-16 Thread Alex Fernández
Hi Christian! Christian Rauh wrote: To the Tomcat active developers and everyone else, Well, I dont have "The Ultimate Tomcat as NT Service How-To" either. But I think someone must write one soon because this list is being flooded with the same questions over and over. You're right. It

Re: tomcat on FreeBSD4.2

2001-02-16 Thread qazwasyx
Aaah! But not jdk1.3 and not Tomcat 3.2.1, which are the ones I'm interested in... :( Thanks anyway! Mike On Fri, Feb 16, 2001 at 11:23:02AM +, [EMAIL PROTECTED] wrote: Is there really nobody out there who know how to install jdk1.3 and tomcat 3.2 or 4.0beta1 no FreeBSD 4.2?! I

Re: Tomcat3.2.1 with IIS5

2001-02-16 Thread William Brogden
Steve Wong wrote: I have the green arrow in the ISAPI filter in Internet Manager. I can browse http://localhost/examples/jsp/index.html But when I browse http://localhost/examples/servlet/HelloWorldExample It shows: The Page cannot be displayed. There is no error in the isapi.log And

Re: Tomcat

2001-02-16 Thread William Brogden
Julie Ruiz wrote: Hi, Where can I find a configuration manual of Tomcat??? A manual that explain all the directives that we can configure in the server.xml and in the web.xml. Julie Ruiz. Configuring web.xml is covered in detail in the servlets API documentation - download it in

How to disable sessions timeout?

2001-02-16 Thread mike niemaz
Does removing the appropriate lines in server.xml would make my sessions lifetime? --mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Win2k and IIS 5 - 404 on all new web apps

2001-02-16 Thread Randy Layman
Have you modified the uriworkermap.properties file? If thats not it, look at the isapi.log and the tomcat console to see how far the request gets. If Tomcat sees it then it should be fairly easy to determine why Tomcat is returning 404. If isapi.log sees it and Tomcat doesn't

Re: How to disable sessions timeout?

2001-02-16 Thread Hristo Katsarski
hi, No, the default session timeout is 30 min. regards Hristo -Original Message- From: mike niemaz [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED] Date: Friday, February 16, 2001 2:29 PM Subject: How to disable sessions timeout? Does removing the appropriate lines in server.xml

RE: i: Issue with TOMCAT 3.2.1 on IIS5.0

2001-02-16 Thread Pattacini, Robert
Hi All, I installed ISAPI_redirect.dll as describe in the document "How to set up IIS to cooperate with TOMCAT" but I encountered some difficulties. I also troubleshoot as describe in document and my conclusion is that I've got the following error : If the number following GET "/..." is

Missing Resource

2001-02-16 Thread Jon A. Pollard
Sorry to do this to the list, I've searched the archives and found many posts of this problem, but can't find the answer anywhere. I am trying to run tomcat 3.2.1 on Linux Redhat 6.2 using JDK1.3 I get the error MissingResourceException Can't find Bundle for base name

Xalan and Tomcat - installation and performance issues

2001-02-16 Thread Edwards, Peter
I hope no-one minds me cross-posting this but it covers all areas. I have had success using Xalan2 in a servlet on Tomcat3.2 and also found some major performance problems. I thought it would be useful for people to be aware of these problems and I would value any comments/suggestions. First, I

Re: RequestDispatcher.forward() in Tomcat 3.2.1

2001-02-16 Thread William Au
You are right. Control does return to the calling servlet. It just couldn't write to the response. It would be nice if an exception was thrown. After control returns to the calling servlet, I try forwarding to a second servlet and that doesn't seem to work. The first servlet that was

ContextManager Configuration

2001-02-16 Thread Art Taylor
Techies, In the server.xml file, the ContextManager has two parameters, 'debug' and 'workDir'. What is the impact of these parameters? Thanks, -- Art __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year!

help on jsp

2001-02-16 Thread Junlin Shen
please help. after install and start tomcat, example jsp doesn't work. i got error 500 page. following is pasted error msg when i am using browser, click jsp examples, then excute on the next page Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error:

RE: Tomcat on HP With IAS

2001-02-16 Thread Mike Braden
Michel, Make sure your Tomcat shutdown OK. I've had some problems with it leaving stuff running which I had to kill before I could startup again. # ps -eaf|grep java Look for any tomcat related stuff running after you shutdown and kill the processes. Also, I ran into a problem the other day,

Error starting of Tomcat-4.0-b1, when using oracle-jdbc driver.

2001-02-16 Thread Johannsmeier, Dieter
Hi, we have problems, when we try to start Tomcat-4.0-b1 (Catalina) including the oracle-jdbc driver (classes12.jar in TOMCAT_HOME/lib). We get the following error message: Using CLASSPATH: ..\bin\bootstrap.jar;c:\jdk1.3\lib\tools.jar Exception in thread "main"

RE: Error starting of Tomcat-4.0-b1, when using oracle-jdbc driver.

2001-02-16 Thread Mike Braden
Dieter, I've had the same problem. I wasn't able to fix it, but was able to work around the problem. I added the Oracle classes to the catalina.sh script in the classpath. Add them to the end of the CP= line. # - Set Up The System Classpath ---

RE: Tomcat on HP With IAS

2001-02-16 Thread michel.knight
Thanks, We were thinking of re-installing it all. Because we didn't use the default directory that they propose : $JAKARTA_HOME/jakarta-tomcat $JAKARTA_HOME/jakarta-servletapi we use $JAKARTA_HOME/jakarta-servletapi-3.2-src $JAKARTA_HOME/jakarta-tomcat-3.2.1-src I did change the code on the

RE: RequestDispatcher.forward() in Tomcat 3.2.1

2001-02-16 Thread CPC Livelink Admin
What Craig meant (I believe) by "prohibits you from modifying the response" is that the response has been committed and no more data can be sent. The html/other-data you are sending to the client is part of the response. When the forward returns, you are prohibited by the spec, from adding any

Help me!

2001-02-16 Thread Lallier, Sylvain Olivier
Title: Help me! I want to start my directory index xxx.jsp and she include a satic file name xxx.html. I have the following. org.apache.jasper.compiler.CompileException: /export/home/apache/tomcat/webapps/prt/accueil.jsp(12,5) Bad file argument to include at

RE: Help me!

2001-02-16 Thread Randy Layman
accueil.jsp(12,5) Bad file argument to include This means that the file you are trying to include can't be found. The offending @include is on line 12, column 5 (or is it line 5, column 12 - I can never remember) of the file accueil.jsp. Randy -Original Message-

RE: Win2k and IIS 5 - 404 on all new web apps SOLVED + New Question

2001-02-16 Thread Tim Trentham
That was it. I should've read the IIS HowTo more carefully. Thanks One more question that you might know the answer to. First, I tried /myapp/*.jsp=ajp12 /myapp/servlet/*=ajp12 That served the jsp page in myapp just fine, but it was unable to find a jpg that a jsp refers to in the same

RE: (Off topic) How to know which hyper-link has been clicked?

2001-02-16 Thread Grobe, Gary
May you could use a servlet to catch the URL in the request? -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 9:10 PM To: '[EMAIL PROTECTED]' Subject: RE: (Off topic) How to know which hyper-link has been clicked? why dont u use

Re: Configuring Isapi Redirector with IIS

2001-02-16 Thread Eli Segev
The problem here had nothing to do with IIS or Tomcat. It had to do with read permissions on the folder of the DLL. This folder is web shared. The security permissions for the folder should be 'read access' to everyone or to guests. When you configure IIS to use a filter, it makes the folder

RE: Thanks, bye, and check out www.locomotive.com

2001-02-16 Thread John Golubenko
you should try with winblowz platform. Winblowz rules! -Original Message- From: J Austin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 9:18 AM To: [EMAIL PROTECTED] Subject: Thanks, bye, and check out www.locomotive.com I have found this to be a useful list although, the

RE: Thanks, bye, and check out www.locomotive.com

2001-02-16 Thread GOMEZ Henri
For now, I am running Resin from http://www.caucho.com and may explore http://www.locomotive.com/ later on. Have a nice trip and don't forget than OpenSource projects need help. Prepackaged products exist at higher cost and The noise-ratio is normal in open project. There is no noise when

What is open software... Sorry, could not resist...

2001-02-16 Thread Jan Labanowski
On Fri, 16 Feb 2001, GOMEZ Henri wrote: Sorry that you didn't understand what is OpenSource... Here it is... Malice {:-)}. This is a official quote by Microsoft Corp.'s Windows operating-system chief, Jim Allchin. "Open source is an intellectual-property destroyer. I can't imagine

SOLVED: runaway threads eating cpu cycles on Solaris 7

2001-02-16 Thread Kelly Kleinfelder
found this snippet as a comment in the tomcat cvs repository. +6.11 Misconfiguration Can Cause CPU-Bound Loop++If you misconfigure Tomcat 3.2 in a way that there is no valid context to+handle a request (such as removing the root context and then attempting a+request that should be

Re: How to disable sessions timeout?

2001-02-16 Thread Filip Hanik
How to disable sessions timeout? No, the default session timeout is 30 min. really, that doesn't sound right. You have to be able to disable the session timeout. This is taken from the servlet specification, you can set the timeout to -1 in web.xml for your web application or do it

JDBC realm

2001-02-16 Thread uthay
is there any specific advantage in using JDBC realm. Why cant we load the driver (as static into the jvm) directly and operate? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

setting the classpath for a webapp

2001-02-16 Thread Peoter Veliki
I'm a little confused about how Tomcat sets the classpath of the different webapps. I thought that if you placed jar files in the webapps/myapp/WEB-INF/lib directory that they were automatically added to the classpath and that the webapps/myapp/WEB-INF/classes directory was also added

RE: mod_jk + ssl + apache

2001-02-16 Thread Connie Chan
I had specified JkMount in Virtual Host directive in httpd.conf file and specified the path in the host directive in server.xml. They are as following: In httpd.conf, VirtualHost host1.myorg.com:443 DocumentRoot j:/webapps/rootexample/secure_html

Anybody doing doPost successfully ?

2001-02-16 Thread Mandar Joshi
Hi, I am still not successful in getting data in doPost. anybody is doing it successfully ? Regards, Mandar - Original Message - From: Mandar Joshi To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 6:15 PM Subject: No Data available in doPost ? Hi,

RE: Pathing Problems

2001-02-16 Thread John Grove
Hi, I'm a newbie at the opensource thing, I have had the same issues and grievances about the documentation, or lack thereof. I have found the following site an excellent resource for these issues. Please take the time to thank the author if you find this useful.

Compile error of Servelet

2001-02-16 Thread Happy Room
Hi, We have tried theexample of Tomcat: D:\foo\tomcat\webapps\examples\WEB-INF\classes\cal\TableBean.java After the compling, the error message shows following: D:\foo\tomcat\webapps\examples\WEB-INF\classes\cal\TableBean.java:62: Package javax.servlet.http not found in import.import

Re: Aliases/Rewrites (was: ajp12 vs ajp13 mod_jk.conf-auto

2001-02-16 Thread Mel Martinez
--- Jan Labanowski [EMAIL PROTECTED] wrote: It is my (and others) experience that mod_jk has to be loaded BEFORE mod_rewrite for it to act responsibly. In your case the mod_rewrite is linked statically, i.e., loaded before mod_jk. I would suggest to make both mod_jk and mod_rewrite DSO,

RE: Anybody doing doPost successfully ?

2001-02-16 Thread CPC Livelink Admin
I have successfully received post data in a JSP both using the getParameter and using the com.oreilly.servlet utility classes. How are you sending the post data? Are you using a web browser and form, or are you trying to post it yourself using an applet or something. The process does

In-process Tomcat with IIS 4.0

2001-02-16 Thread Connie Chan
I have set up tomcat with IIS 4.0 in out of process operation successfully. I followed the steps in the document "In-Process How to" to set up in-process. But it doesn't work. The tomcat does start up. But when I browse jsp page, I get the browser error. When I look into the log, the log

Re: JDBC realm

2001-02-16 Thread Craig R. McClanahan
uthay wrote: is there any specific advantage in using JDBC realm. Why cant we load the driver (as static into the jvm) directly and operate? You are certainly welcome to use a JDBC driver directly in your own applications, in any manner that you wish. The reason that JDBCRealm exists is to

Re: Anybody doing doPost successfully ?

2001-02-16 Thread Mandar Joshi
Hi , This is for a Servlet- Well I tried it in both ways - Posting datausing a java client like this URL url = new URL(http://mandar:8080/commerceroute/servletname); URLConnection conn = url.openConnection(); if(conn instanceof HttpURLConnection) { HttpURLConnection httpConn =

changing from mod_jserv - mod_jk: Invalid command 'LoadModule'

2001-02-16 Thread Chris Richard Adams
I've tried to use mod_jk.so on my RedHat 6.2 linux with apache .14 but I get this error: [root@atechapp bin]# ./apachectl start Syntax error on line 8 of /packages/tomcat/conf/mod_jk.conf-auto: Invalid command 'LoadModule',

RE: What is open software... Sorry, could not resist...

2001-02-16 Thread Mike Braden
If I had this, I'd feel the same way. ;-) I guess it takes proprietary products and knowledge get you there. Of course, as complex as products are today, that's what it'd cost to compete as well. The real world is a tough place for sure. Not much room for people at this level.

RE: What is open software... Sorry, could not resist...

2001-02-16 Thread Nael Mohammad
And companies such as yours are obviously running scared now that the world has an alternative choice. -Original Message- From: Mike Braden [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 11:51 AM To: '[EMAIL PROTECTED]' Subject: RE: What is open software... Sorry, could not

CLASSPATH

2001-02-16 Thread michel.knight
HI, What is the minimum environment variable that should be setup to run TOMCAT 3.2.1 on HP using SDK 1.2.2. CLASSPATH= JAKARTA_HOME= TOMCAT_HOME= What else, is there any other environment setup? Does anybody know this. Michel == Michel Knight

module not included in the server configuration??

2001-02-16 Thread Chris Richard Adams
OK to test, I've gone back to mod_jserv and I'm interestingly enough geting the same error message: ** [root@atechapp bin]# ./apachectl start Syntax error on line 1 of /packages/tomcat/conf/tomcat-apache.conf: Invalid command

RE: CLASSPATH

2001-02-16 Thread Chris Richard Adams
You should also have a JAVA_HOME variable defined...for the JDK you are using... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 5:47 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: CLASSPATH HI, What is the

RE: CLASSPATH

2001-02-16 Thread michel.knight
Hi, I already have the JAVA_HOME Setup , i'm getting CLASSPATH ERROR when i'm trying to start it. Is there a list of the CLASSPATH variable that should come with Tomcat and Apache using SDK 1.2.2 Michel == Michel Knight ITArchitecture(Oracle)group

libexec directory on apache - how do I reference it.

2001-02-16 Thread Chris Richard Adams
I seem to have lost reference to my libexec directory in apache - this may be a result of installing a new version of apache - v14 from v12. I've installed apache in the same location as it comes with Redhat 6.2 - in /etc/httpd. - but now when the libexec directory is refernced as

RE: CLASSPATH

2001-02-16 Thread Michael Wentzel
Hi, I already have the JAVA_HOME Setup , i'm getting CLASSPATH ERROR when i'm trying to start it. Is there a list of the CLASSPATH variable that should come with Tomcat and Apache using SDK 1.2.2 Michel Are you sure? Echo out all these environ vars to console at startup to

RE: CLASSPATH

2001-02-16 Thread Randy Layman
If you are using Tomcat all you need to do is set TOMCAT_HOME and JAVA_HOME. The startup and shutdown scripts take care of setting the necessary classpathes. When you say getting a CLASSPATH ERROR, what do you mean - there is a message on the console saying "CLASSPATH ERROR"

RE: CLASSPATH

2001-02-16 Thread Chris Richard Adams
Not sure, but it helps me to elimnate classpath problems to put all the classes I want for an app in the tomcat.sh filethis way you can manage what is being covered in the tomcat app itself rather than you login environment. Confirm the classes you need - or just default - appear to be

RE: CLASSPATH

2001-02-16 Thread michel.knight
Hi, I known that the JAVA_HOME is set properly,because it's working properly with mod_jserv(IAS) I would like to check but , what should the value be for CLASSPATH. Is there DOC that specifies the minimum JAR file that should be setup ? Michel ==

default context

2001-02-16 Thread Christoph Rooms
Hi, Under my /webapps dir I have a few contexts. I want to define 1 as the default one. (So I don't have to define a context in the url), So if no context is defined in the url, I will go to this url ... this is what I putted in my server.xml Context path=" " docBase="webapps/rnb"

RE: default context

2001-02-16 Thread Chris Richard Adams
Interertingly enough...I just spent a week on this problem...I should at least let you suffer for a day or 2but I'm a nice guy:) The ROOT context is used as the default - just use that and define a context within to define where to put your images. -Original Message- From:

RE: CLASSPATH

2001-02-16 Thread Chris Richard Adams
my first guess is your missing servlet.jar... is it there? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 6:21 PM To: [EMAIL PROTECTED] Subject: RE: CLASSPATH HP-UX 11 D-Class 9000. SDK 1.2.2 IAS(Internet Application

RE: default context

2001-02-16 Thread Christoph Rooms
hi, just found it :))) I also found ... if you want to keep on working with your original directory ... by pointing another dir to the root context it works also : Context path="" docBase="webapps/rnb" crossContext="true" debug="0" reloadable="true"/ /ContextManager Context path="/rnb"

RE: CLASSPATH

2001-02-16 Thread Michael Wentzel
It looks like from your error log and your classpath set at the top of the log you do not have servlet.jar in your classpath. It should be in TOMCAT_HOME/lib/. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com mailto:[EMAIL PROTECTED] - Punisher of those

RE: CLASSPATH

2001-02-16 Thread michel.knight
Thanks , i think that was it, I will do more test tommorow . Thanks Again. Michel == Michel Knight ITArchitecture(Oracle)group [EMAIL PROTECTED] (819)953-1791 == -- Original Text -- From:

R: Help - stuck with mod_jk

2001-02-16 Thread Eugenio Ascoli-Bartoli
First, thank you for your help Yes, it should have been a "plain vanilla setup" following quick start instructions. System is a tomcat-3.2.1-1.noarch.rpm from Falsehope on a linux box (mandrake 7.2 - kernel 2.4.0-12mdk) It works fine on port 8080. Apache is

WEB-INF\Classes

2001-02-16 Thread John Burr
I'm running Tomcat 3.2.1 under Windows 2000. I have a Server.xml entry of: Context path="/JspIn24Hours" docBase="c:\JspIn24Hours" debug="4" reloadable="true" /Context I can browse to http://localhost:8080/JspIn24Hours OK and some

RE: WEB-INF\Classes

2001-02-16 Thread Randy Layman
Are you really sure that the directory is WEB-INF? Tomcat is written in Java, which means that file names are case sensitive even though Windows isn't. I would suggest removing the WEB-INF directory and recreating it. (I believe its supposed to be all caps, but just reviewing my

FATAL:java.io.IOException: Address already in use

2001-02-16 Thread Bryan Murtha
I'm using RedHat 7 and have installed the tomcat rpm 3.2.1. When I try to start it says Address already in use. I changed all the port numbers within server.xml and still get the same error. I'm not sure what Address it is refering to. Does anyone know how to fix this? Regards, Bryan

RE: libexec directory on apache - how do I reference it.

2001-02-16 Thread Mike Braden
Did you build apache yourself or use a binary version? I'd check to make sure DSO (modules) support is available: # /usr/local/apache/bin/httpd -l Compiled-in modules: http_core.c mod_so.c # If you see mod_so.c, then DSO is supported and modules should load from libexec if the path is

-RE: (Off topic) How to know which hyper-link has been clicked?

2001-02-16 Thread Paul Yoon
Hello, Vikramjit Singh Thank you for your kind reply. Could you let me know how to set parameter in link? Could you give me some example? Thank you so much. Paul -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 11:10 PM To: '[EMAIL

R: JDBC Driver for MySQL

2001-02-16 Thread Eugenio Ascoli-Bartoli
If you are looking for Jdbc drivers form my sql, classical ones (type 4) for MySql are: - twzJdbcForMySql http://www.voicenet.com/~zellert/tjFM/ - mm.mysql.jdbc http://mmmysql.sourceforge.net/ If your question is whether is better to use type III or type IV, Type 3 is only going to be flexible

RE: mod_jk + ssl + apache

2001-02-16 Thread guyr
Title: RE: mod_jk + ssl + apache Tomcat only works with IP-based virtual hosts. Using a different host name resolves to a different IP address, so Tomcat can serve from the correct directory. Trying to use 443 on the same host name as your public system resolves to the same IP address, so

Question about sessions

2001-02-16 Thread A Yang
If I instantiate a javabean from a JSP: jsp:useBean id="myBean" class="com.mycorp.somebean" scope="session" jsp:setProperty name="myBean" property="*"/ /jsp:useBean and hand off control to a servlet where I retrieve the session using: HttpSession session = req.getSession(false); Shouldn't

RE: Pathing Problems

2001-02-16 Thread guyr
I don't think you want to be setting ContextManager.home - that (apparently, from reading the user's guide) is a way to have Tomcat load all its configuration files from a place other than TOMCAT_HOME, and that doesn't really have anything to do (directly) with Tomcat-Apache communication.

RE: Question about sessions

2001-02-16 Thread George McKInney
-Original Message- From: A Yang [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 3:05 PM To: [EMAIL PROTECTED] Subject: Question about sessions If I instantiate a javabean from a JSP: jsp:useBean id="myBean" class="com.mycorp.somebean" scope="session" jsp:setProperty

RE: What is open software... Sorry, could not resist...

2001-02-16 Thread GOMEZ Henri
We all know that OpenSource cost time and money. We spent time learning, adapting, patching and helping other users. But we have the control over the product we use. No more risk to see a great product disapear when the company is out of business. We're the business. Yes OpenSource as a

Forwarding Servlet/JSP Request to Tomcat from Apache

2001-02-16 Thread Ratnakar Malla
Hi All, After much hair pulling,I have been successful in installing tomcat with Apache Server. Now the Apache Server , registers , the JServ extensions. however, when i try to access the example servlets in the Tomcat distribution i get the "File Not Found Error". I am enclosing , here the

Socket write error solved

2001-02-16 Thread Tal Dayan
Several people mentioned in the past the 'socket write error' that happens when using standalone Tomcat and IE. We also encountered this problem and here are our findings, some of them based on facts and some are assumptions. Basically, the problem occurs because IE is smarter than the Tomcat's

IIS still won't play nice

2001-02-16 Thread Conrad Gustafson
Hi all. I need some expert help with a mystery that's been plaguing me. I have the ISAPI redirector installed and Tomcat configured to run with it. I am using IIS 5 under Win2K. I've checked everything over and it all looks fine (from my newbie perspective -- read the how-tos and follow

Newbie Question, this should be easy

2001-02-16 Thread Ashant Chalasani
Hi all, I have the following error when trying to load a simple JSP page. Please find the JSP code as well as the error below. Could someone see what the problem is? Thanks in advance, AC JSP --- % page import = "Input.Splash" % JSP:USEBEAN id="schedule"

Re: Virtual Hosts

2001-02-16 Thread sfarrell
I think you need to upgrade to tomcat 3.2.1 - to get support for virtual hosting. Scott Bertone Advertising [EMAIL PROTECTED] 16/02/2001 03:41 AM Please respond to tomcat-user To:[EMAIL PROTECTED] cc: Subject:Virtual Hosts I am using tomcat 3.0 with Apache

RE: HELP!!!!!

2001-02-16 Thread Andrew Stewart
rick, the apache modules under RH go into /etc/httpd/modules@ which is a symlink pointing to /usr/lib/apache Redhat's screwy implementation ... go figure ## # Andrew Stewart ([EMAIL PROTECTED]) # MEGAStation.com # Web / Systems Developer

How to start tomcat

2001-02-16 Thread Daniel Liu
I have just downlad tomcat.zip and unzip it. After I typed startup on DOS prompter I got the messagesaid You must set JAVA_HOME to point at your Java Development Kit installation Does anybody know whatthe message means? I work on NT4.0

RE: How to start tomcat

2001-02-16 Thread Aleksandar Milanovic
Go to ControlPanel-system-environment and set the environment variable JAVA_HOME to the location of your JDK installation. All this is explained in the tomcat documentation. Environment variables are variables that get passed to programs you run so that they can adjust their behaviour to

RE: Newbie Question, this should be easy

2001-02-16 Thread CPC Livelink Admin
Well, there are two errors. One, you don't have the java compiler in your classpath. This is usually in a file called tools.jar. Second, the XML tag extentions are case sensitive. You will need to use jsp:usebean and jsp:setproperty (thought I can't remember if it is useBean and setProperty

https requests to tomcat

2001-02-16 Thread Ahmed Saad
I have configured Tomcat3.2.1 to work with JSSE1.0.2. Now what should i do to test that it can process https://... requests. is this enough to write https://localhost:8080 in browser. But it is not working. _ Get Your

Re: Toolkit.getDefaultToolkit() error under Solaris

2001-02-16 Thread Nick Didkovsky
Thanks David and Pam, We grabbed the Xvfb binary and dropped it into /usr/openwin/bin After stopping and restarting tomcat the problem was solved. Best, Nick David Bullock wrote: Do a Google Search for XVFB ( X Virtual Frame Buffer ). To use AWT stuff in a server-side environment on Unix,

FW: Tomcat3.2.1 with IIS5

2001-02-16 Thread Steve Wong
It shows me Server Application Error : The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. Here is the isapi.log with log_level

Re: Forwarding Servlet/JSP Request to Tomcat from Apache

2001-02-16 Thread nickm
I have this exact problem, hope someone else can help. S - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cannot find file mod_jk.conf-auto

2001-02-16 Thread Ratnakar Malla
Hi All, The documentation says that the file "mod_jk.conf-auto" the configuration file for mod_jk.dll, will be automaticlly generated. however in my directory, i cannot find any file by the specified name. can someone please guide me, as to how i need to make Apache talk with tomcat. Thanx in

RE: cannot find file mod_jk.conf-auto

2001-02-16 Thread Adam Fowler
I take it you have ran tomcat to generate the file, yes? Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from some

Re: Regarding support for tomcat server....................

2001-02-16 Thread Bill Madden
At 02:47 PM 2/15/1996 +0530, you wrote: The above line shows a possible problem. Set your system date to 2001. It might be doing a time diff, and always think than an update is needed, hence a recompile. Hello Sir, I am Ravindra using tomcat 3.2.1 server in standalone mode for learning jsp .

RE: IIS still won't play nice...And neither does Apache...

2001-02-16 Thread Adam Fowler
Hi, Interestingly enough this also happens on my Linux Mandrake 7.2(kernel-2.4.0-2mdk) installation. I too followed the very detailed how-to's on the web *snigger*.(need a mod_jk documentation re-writer?) I am an experienced Linux user and I've checked the logs which say NOTHING. I've come to

RE: Newbie Question, this should be easy

2001-02-16 Thread James Goodwill
It is jsp:useBean and jsp:setProperty. The JSP standard actions are camel case and follow the bean spec. Thanks, James -Original Message- From: CPC Livelink Admin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 7:37 PM To: [EMAIL PROTECTED] Subject: RE: Newbie Question, this

Re: libexec directory on apache - how do I reference it.

2001-02-16 Thread anonymous
Quick fix/work around: $ln -sd /usr/lib/apache /etc/httpd/libexec This will create a soft link between the two directories so that references to libexec look into /usr/lib/apache. Make sure mod_jk.so gets copied to /usr/lib/apache as well. - Original Message - From: "Chris Richard

Hotw to set Tomcat as out-of process servlet container on Windons 98

2001-02-16 Thread $BM{(B $BBgL@(B
Could anyone tell me how to set Tomcat as out-of process servlet container on Windons 98 Daming - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Please help me in this issue

2001-02-16 Thread Mazamir Sorbi
Hello Before every thing thanks alot for your attention to my EMail and your product... Please guid me how can I have a website on the different directory out of tomcat directory and use it by IIS.please tell me the step by step instruction Best Regards Mazamir Sorbi Software Developer