Re: How 2 use JAR files with Tomcat in Debian

2001-01-18 Thread Eric Weber
Hi You have to include the name of the jar in the class path, for example : setenv CLASSPATH ${CLASSPATH}:/usr/java/java3d-utils-src.jar Eric Nagappan A wrote: Hello all, I'm using Debian GNU/Linux + Apache + Tomcat. I, have list of class files and I, have made it 2 a jar. Now, how

RE: XSLT Filter implementation hints?

2001-01-18 Thread Leong Mun Wai
I assume that what you want to do is apply an XSLT transformation on the *output* of a JSP page (which generates XML), right? If so, the following general strategy is what you need: Yep, this is exactly what I want to do... a buffer of some sort. When the JSP page is completed (i.e.

Re: Strange problems with a WEB-Application, works under IE but not Netscape!

2001-01-18 Thread Maik Mrazovic
The Problem is solved... well, probably my fault: My WEB-Applications works with the Class com.oreilly.servlet.MultipartRequest, its perfect for uploading Documents with Servlets. In a HTLM-Form I had "FORM ACTION="servlet" ENCTYPE="multipart/form-data"", thats necessary for the upload,

100$ + free dinner in Italy for whom answers this one

2001-01-18 Thread Marino Vittorio
I am setting up BugRat a Bug Tracking System from the Giant Java Tree. It has 3 servlets running on Tomcat v3.2. Servlet make large use of Java Mail API to send bug reports to developers. Java mail sends msg to a smtp mail server I've installed locally on my machine. I cannot figure out how to

RE: Security Manager Problems

2001-01-18 Thread Neil Weller
Thanks very much Ed, it solved it and it is now all working. With reagrd to reporting it, I think there is something on the jakarta page but I don't know. Neil -Original Message- From: Ed Gomolka [mailto:[EMAIL PROTECTED]] Sent: 17 January 2001 22:18 To: [EMAIL PROTECTED] Subject: RE:

Re: Instructions for pre-compiling JSPs

2001-01-18 Thread Nick Holloway
[EMAIL PROTECTED] (Hawkins, Keith Keith) writes: I guess I would want to know what commands the compile servlet executed inside it's init message. I'm looking to figure out how to get the resulting class files to be recognized by Tomcat (the XXX.class naming convention, etc.) You just make

Re: 100$ + free dinner in Italy for whom answers this one

2001-01-18 Thread Robuschi \(Delfi\)
Hello Vittorio! Why do you want to set SMTP server properties in the javamail package Isn't more simple to set server properties in the servlet (read it from a configuration text file) p.s.: di dove sei Robuschi Roberto Delfi srl P.za Ravenet 1/b -

IIS + Virtual Host.

2001-01-18 Thread Nilesh Naik
Can any one tell me how to setup on IIS. thanks in advance. Nilesh Naik Web Master, BLUE STAR Infotech Ltd., Unit # 150, SDF - V, SEEPZ, Andheri (E), Mumbai - 400 096. Tel.: +91 - 22 - 8292669 ext- 444 Email: [EMAIL PROTECTED]

RE: Problem with apj13/jk_mod and multiple cookies!

2001-01-18 Thread GOMEZ Henri
Could you check with the latest source from CVS. It seems to me that it was resolved by Dan just after the release of 3.2.1. "Il est dangereux de concevoir le monde partir de son bureau." -- John Le Car -Original Message- From: Jason Pell [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Tomcat + Apache

2001-01-18 Thread jwas
Hi, I want to configure Apache and Tomcat . For this i have downloaded Apache and Tomcat . One Adapter mod_jserv is required for redirectiong the request. So i have downloaded the src for Tomcat jakarta-tomcat-3_2_1-src_tar.tar file but when i tried to make the file , the

Can Tomcat use XSLT?

2001-01-18 Thread David Tinaquero
Can Tomcat use XSLT? = David Tinaquero Fernndez Ingenieria e Integracion Avanzadas (IngeniA), S.A. Parque Tecnologico de Andalucia 29590 Campanillas Malaga (Spain) Tel. 952 02 93 00 Ext. 385 Fax 952 02 93 09 e-mail: [EMAIL PROTECTED]

sun/tools/javac/Main

2001-01-18 Thread Christophe . Demez
Hello, I have a strange error during an access to a JSP. I have search the archive for a solution, but without success. I have see that for JDK 1.3 we need to add a path to tools.jar (maybe a solution). But for jdk1.2.2 ? Can someone help me ? Thanks a lot Christophe Error: 500 Location:

All the lonley people, where do they all come from?

2001-01-18 Thread John Elia
Has anyone had any experience with this one? I have an application I am working on, and things are going just swell. I do have one issue. When I open a certain .jsp page, I get this warning in my tomcat console window. 2001-01-17 05:54:53 - Ctx( ): IOException in: R( + /PLCB/image/ispb.png

Re: reloading classes in tomcat 3.2

2001-01-18 Thread Zenon Braga F.
From: Yaron Klein [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: reloading classes in tomcat 3.2 Date: Wed, 17 Jan 2001 18:55:10 +0200 Hi, I am a new user of tomcat 3.2 and I'm trying to implements few classes with tag libraries. In order

Is there any portability issues from Windows 2 Linux

2001-01-18 Thread Nagappan A
Hello All, Actually I, had a running and live code of JSP files and JAR files in Resin +IIS + Windows. Now, I'm trying 2 run the same under Linux + Tomcat + Apache. Is there any issues. I'm using MS-SQL server also. But @ present this will remain same. I'm also using other components, which

getting parameters from web.xml.

2001-01-18 Thread Antillon Reyes Rafael Martin - EXT
Good Morning Everyone: How do i configure or where do i have to put files to make this work out? I took the example from "Core Servlets and JavaServer Pages": I have a ShowMessage.class file that gets via parameters from web.xml like this: public void init(ServletConfig config)

Fix for Socket Write Error...

2001-01-18 Thread Jose Ferrer
I've responded to this question several times. Had the same problem and could not find an answer. We installed Tomcat 3.2.1 on Windows NT, Windows 98 and RedHat Linux. The problem did not occur on Linux. But it did occur on both NT and Windows 98. After having tried many things, including the

RE: Security Manager Problems

2001-01-18 Thread Ed Gomolka
Thanks for the tip. I put it into the bug database. -Original Message- From: Neil Weller [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 3:50 AM To: [EMAIL PROTECTED] Subject: RE: Security Manager Problems Thanks very much Ed, it solved it and it is now all working.

Re: 100$ + free dinner in Italy for whom answers this one

2001-01-18 Thread AC
// Properties props = System.getProperties(); props.put("mail.smtp.host", getMailSMTPServer()); // Get a Session object javax.mail.Session mailSession = javax.mail.Session.getDefaultInstance(props, null); where getMailSMTPServer() method is

mod_jk on hpux 10.20? help needed. thanks.

2001-01-18 Thread Bob Brown
I'm trying to install mod_jk on hpux 10.20. I have apache 1.3, tomcat 3.2 and the java developer kit installed. When I run the apxs command to compile mod_jk, I get an error because it can't find sys/select.h This file doesn't appear on any of my hpux systems. If I remove the reference to it,

Re: So, is this the question nobody can answer? mod_jk.conf-

2001-01-18 Thread Jeffry Guttadauro
I could be wrong, but I think that Tomcat didn't create the mod_jk.conf-auto file until version 3.2. Wouldn't hurt to upgrade anyways... [EMAIL PROTECTED] on 01/17/2001 11:52:43 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: So, is this the question nobody can

out of environment space-please guide

2001-01-18 Thread Sudheendra Raghavendra
I have installed tomcat3.2.1 on my win 98 machineand i have set the environmentvariables according to the userguide JAVA_HOME=c:\jdk1.3 CLASSPATH=;c:\jdk1.3\lib\tools.jar TOMCAT_HOME=c:\tomcat when i run startup file gives me out of space error... error is: Out of environment space Unable to set

Re: IIS + Virtual Host.

2001-01-18 Thread Robuschi \(Delfi\)
If you download the 3.2.1 version, in the DOC directory, you will find a page called "Tomcat-IIS HowTo" that explains what you are asking for. Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax 0521/989045 [EMAIL PROTECTED] ---

Re: RE: Transform get to post

2001-01-18 Thread Jeffry Guttadauro
To avoid the JavaScript dependency and simplify things a bit, couldn't you just make your "leave our section" link be a submit button for a form (with method=POST) in which you've written all these variables into hidden input fields? [EMAIL PROTECTED] on 01/17/2001 05:42:05 PM Please respond

Re: Can Tomcat use XSLT?

2001-01-18 Thread Alex Fernández
Joder, un malagueo (t), un granadino (Nacho), un almeriense (yo)... Aqu se est como en casa... :) [Sorry folks, it's so odd to see Spanish folks in these places...] Viva Tomcat, Alex. David Tinaquero wrote: Can Tomcat use XSLT? = David

what is a .war file??

2001-01-18 Thread Antillon Reyes Rafael Martin - EXT
Im kinda new, so, can you tell me what is or where to find something related to .war files? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

How to add repository to allow the standardClassLoader to find classes in an other directory than WEB-INF/classes ?

2001-01-18 Thread Gattaz, Olivier
Bonjour, When many webapps use the same pakages, like utility classes, it would be interressant to share them to have only one copy of the class files. With Tomcat 3.1, you can add a list of path in the shell variable "appClassPath" to allow tomcat to find the utility classes. eg. set

user authentication

2001-01-18 Thread Sam T.
hi all please could someone give me hints on using jdbc [specially jdbcRleam] and servlets or JSP for user authentication to lookup user details to create a connection with. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: sun/tools/javac/Main

2001-01-18 Thread Randy Layman
This is actually an extremely common error. You need to set the environment variable JAVA_HOME to the directory that the JDK is located in so that the shell script/batch file can add JAVA_HOME/lib/tools.jar to your class path for you. Randy -Original Message- From:

RE: sun/tools/javac/Main

2001-01-18 Thread Wang, Jianming
It seems that your jsp file can not be found. Where you put your jsp file? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 9:06 AM To: [EMAIL PROTECTED] Subject: sun/tools/javac/Main Hello, I have a strange error during an access

RE: Config file for a servlet

2001-01-18 Thread Michael Wentzel
I want that files created by my servlet after a certain time be deleted. now I am setting this time in my servlet(mysession.setMaxInactiveInterval(60)). I want that the user on the server the inactive time value in a config file writes and then my servlet on startup reads this value

RE: please Help --session check

2001-01-18 Thread Michael Wentzel
Another possibility is to create a simple custom tag that does the check for you. The example application in the Struts Framework project http://jakarta.apache.org/struts includes just such a tag. It is invoked like this: app:checkLogin/ and currently performs logic very

RE: Can Tomcat use XSLT?

2001-01-18 Thread Coetmeur, Alain
it does, if you install xerces and xalan... cocoon (an XML framework at xml.apache.org) run on tomcat. XSL taglib in jakarta.apache.org works also I've just done it... -Message d'origine- De: David Tinaquero [mailto:[EMAIL PROTECTED]] Date: jeudi 18 janvier 2001 17:01 : [EMAIL

Tomcat trouble with Socket Exception ...

2001-01-18 Thread Dejan Corovic
Hi, As I start Tomcat 3.x, I get repetitive exception, like this: JASPER_LOG Fri Jan 12 22:31:09 GMT+00:00 2001 IMPORTANT: Do not modify the generated servlets/JASPER_LOG Context log path="" :default: init Context log: path="" File not found

How do I protect my WEB-Application?

2001-01-18 Thread Maik Mrazovic
I want to protect my WEB-Application, but I´ve never done this before. I know what´s a "WWW-Authenticate" header, but of course that´s not enough. Are there any packages/documentations of this? Greets, Maik Mrazovic

Re: out of environment space-please guide

2001-01-18 Thread Trevor Little
Try opening a dos window and upping the memory under the properties tab... should take care of the problem Sudheendra Raghavendra wrote: I have installed tomcat3.2.1 on my win 98 machineand i have set the environmentvariables according to the userguide JAVA_HOME=c:\jdk1.3

RE: what is a .war file??

2001-01-18 Thread Hosahalli, RaghavendraX
buddy, just yesterday, somebody posted the same query. Please checkout the archive. I am pretty sure it has the answers. -Original Message- From: Antillon Reyes Rafael Martin - EXT [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 10:01 AM To: [EMAIL PROTECTED] Subject: what is

RE: About tomcat-iis-howto

2001-01-18 Thread Hosahalli, RaghavendraX
buddy, you have to configure IIS to work with tomcat, checkout "how-to" documentation of tomcat raghu -Original Message-From: tianyi [mailto:[EMAIL PROTECTED]]Sent: Monday, January 17, 2000 11:56 PMTo: [EMAIL PROTECTED]Subject: About tomcat-iis-howto Dear all: I

Re: out of environment space-please guide

2001-01-18 Thread Filip Hanik
from a previous post change the initial memory setting of dos window to a value greater than 3200 (or) Edit the config.sys file and add the following line SHELL=c:\command.com /E:4096 /P Restart ur machine /Filip ~ Namaste - I bow to the divine in you. ~ Filip Hanik Technical Architect

RE: Tomcat trouble, can any good soul help ...

2001-01-18 Thread G.Nagarajan
it appears to be a problem with the path of the log files. just check the paths to the log file, and whether the path is in the same machine as tomcat and writeable. I have attached a copy of my server.xml file -Original Message- From: Dejan Corovic [mailto:[EMAIL PROTECTED]] Sent:

JMX

2001-01-18 Thread Grobe, Gary
I'm building Catalina and the docs don't mention anything about JMX_HOME. Yet when I do './build.sh', a msg saying I should point JMX_HOME to the Java Management Extension install appears. What/where is this? Adv(Thnxs)ance -

RE: So can no one help with my Socket Write Error Question ?

2001-01-18 Thread Damian Penney
Thanks Hans, this seems to make the most sense. I was seeing this error on multiple images, not just those in the root, and it would produce errors like: Ctx( ): IOException in: R( + images/ + /tomcat-power.gif = + null) Connection aborted by peer: socket write error Haven't checked but these

OT: Andalucia

2001-01-18 Thread Ignacio J. Ortega
No Veas tio aqui se encuentra uno bokerones y legaosos en tos laos. :-) Por cierto http://es.egroups.com/group/JUGAnd es un grupo de usuarios de Java en Andalucia... Seguro que podeis ayudar mucho... --- Sorry for this OT message, only amazed seeing people from as near as 100 km

netscape-tomcat integration on Solaris

2001-01-18 Thread August Detlefsen
We have Netscape Enterprise Server 3.62 on Solaris. Has anyone been able to successfully integrate Netscape and Tomcat on Solaris? I've seen a lot of questions on this topic, but very few answers... I downloaded the latest source and tried to compile nsapi_redirect, but compilation fails. Can

Re: SSL in Apache for windows.

2001-01-18 Thread Filip Hanik
you can download a compiled installation package with open ssl, Apache 1.3.9 from http://news.pakana.com/opensa_0.20bin.exe Filip ~ Namaste - I bow to the divine in you. ~ Filip Hanik Technical Architect [EMAIL PROTECTED] - Original Message - From: "DPEDROCHE" [EMAIL PROTECTED] To:

Re: Problem with getHeader(Referer)

2001-01-18 Thread Dan Eppinghoff
I'm going to the page via a link, not dialing direct. Both methods leave with with a result of null; [EMAIL PROTECTED] wrote: Are you direct dialing the page or are you clicking a link to see it? i.e. {page1} ... a href="page2.jsp"foo/a ... {page2} ... % if (request.getHeader("referer")

Re: Problem with getHeader(Referer)

2001-01-18 Thread Dan Eppinghoff
I've tried it with IE 5.5, Netscape 4.7, and Netscape 6. All 3 give the same result (null). Any other ideas? Is there any kind of config option in tomcat that would effect this? Dan Kief Morris wrote: Dan Eppinghoff typed the following on 11:02 PM 1/17/2001 -0500 Hello all, I have a

Urgentttttttt!!!!!!!!!!!!!!!!!

2001-01-18 Thread Narayanan
deepak I am facing a problem for a very long time and u please let me know if u have any solution for this I have a JSP Page : Login.Jsp Which takes the User name and Password to a servlet for Authentication I need the request to be send to the servlet in Secured way

Re: what is a .war file??

2001-01-18 Thread Matthias Brantner
-BEGIN PGP SIGNED MESSAGE- Hi, Im kinda new, so, can you tell me what is or where to find something related to .war files? in the Servlet API Specification - -- mfg/best regards Matthias Brantner - -- Tel.: 0621-4055337 Mobil.:

RE: So can no one help with my Socket Write Error Question ?

2001-01-18 Thread Craig O'Brien
Hey that's a good idea! :0) Could you please place these lines in your Servlet, response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache"); .and let us know what happens. This would be helpful for others as I have seen this problem several times on this

Question regarding starting and shuting the tomcat server remotel y through a browser

2001-01-18 Thread Salvady, Gopal
Friends, Is it possible to start and shutdown the tomat server remotely via a browser like the Iplanet server? Any help on this would be appreciated. Thanks Gopal - To unsubscribe, e-mail: [EMAIL PROTECTED]

Can't shutdown

2001-01-18 Thread Thomas Jenkins
I've installed Tomcat ver 3.2.1. I can start it up okay. The tomcat home page displays and functions okay. I shut it down and read "Stop tomcat." However, when I try to start it up again, I get "Fatal error: address already being used." I've tried changing the default port designation (after

Re: Tomcat trouble with Socket Exception ...

2001-01-18 Thread Aleksandar Kacanski
Dejan Corovic wrote: Hi, As I start Tomcat 3.x, I get repetitive exception, like this: JASPER_LOG> Fri Jan 12 22:31:09 GMT+00:00 2001 IMPORTANT: Do not modify the generated servlets/JASPER_LOG> Context log path="" :default: init Context log: path="" File not found

RE: Tomcat trouble, can any good soul help ...

2001-01-18 Thread Dejan Corovic
How do I check that in Win98? regards, Dejan -Original Message- From: Edson Carlos Ericksson Richter [mailto:[EMAIL PROTECTED]] Sent: 18 January 2001 20:22 To: [EMAIL PROTECTED] Subject: RES: Tomcat trouble, can any good soul help ... have you any other service running on the 8081

Re: Problem with getHeader(Referer)

2001-01-18 Thread Bill_Fellows/MO/americancentury
If they're not large, I'd like to see what the code is (sending and receiving pages.) If they're big, don't clutter the group but send 'em my way. [EMAIL PROTECTED] Dan Eppinghoff [EMAIL PROTECTED] on 01/18/2001 07:30:15 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RES: Question regarding starting and shuting the tomcat server remotel y through a browser

2001-01-18 Thread Edson Carlos Ericksson Richter
Create an Servlet that call getRuntime.exec( "/your_directory_to_tomcat/shutdown" ). Good luck! Edson Carlos Ericksson Richter - Mensagem original - De: Salvady, Gopal [SMTP:[EMAIL PROTECTED]] Enviada em: quinta-feira, 18 de janeiro de 2001 16:33 Para:

Re: Tomcat trouble, can any good soul help ...

2001-01-18 Thread Filip Hanik
telnet localhost 8081 if telnet attaches to the port it is busy :) Filip ~ Namaste - I bow to the divine in you. ~ Filip Hanik Technical Architect [EMAIL PROTECTED] - Original Message - From: "Dejan Corovic" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 18, 2001

CPU usage and Tomcat

2001-01-18 Thread Powell, Alex
Hi, I currently have a load test for Apache Tomcat against another generation tool... I cant seem to get Tomcat to use more than 20% of the CPU... Does anyone know of a way to increase page generation through more machine usage?? cheers This message is for the named person's use

RE: Tomcat trouble, can any good soul help ...

2001-01-18 Thread Sen, Puny
netstat -a ? -Original Message- From: Edson Carlos Ericksson Richter [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 1:00 PM To: [EMAIL PROTECTED] Subject: RES: Tomcat trouble, can any good soul help ... Hummm I have no idea... Can you try to do "telnet localhost

RE: 100$ + free dinner in Italy for whom answers this one

2001-01-18 Thread Marino Vittorio
Because the client(BugRat) needs to know the server host/port and user/pass to access it. The Java Mail API is part of the client side, 'cause it's used in the servlets themself. PS Milano, tu? -Original Message- From: Robuschi (Delfi) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

unable to open tablibrary

2001-01-18 Thread Yang,Chun
Can someone please shed some light on this one ? I know, I know. This _should_ have been posted to the taglib user mailing list and it has been! The problem is there doesn't seem to be a lot of traffic on that mailing list and I haven't received any meaningful help/suggestion.. Thanks for

RE: Question regarding starting and shuting the tomcat server re motel y through a browser

2001-01-18 Thread Michael Wentzel
Create an Servlet that call getRuntime.exec( "/your_directory_to_tomcat/shutdown" ). Good luck! I believe this solution would work for shutdown but then your out of luck. I think you need a restart instead of shutdown cause once you run shutdown you're SOL cause the servlet will be stopped

RE: CPU usage and Tomcat

2001-01-18 Thread Barclay, Tom
How many machines are you running fetches of JSP pages from? Try a greater number of clients, or try having the clients spin up multiple threads to request JSP pages. Either of those techniques (more machines is better) can increase load (depends on your test jig though). Also, you may have

Re: Can't shutdown

2001-01-18 Thread Geoff Lane
On Unix, use ps to see if there are still Java/Tomcat processes running. If so, you'll need to kill them manually before you can restart Tomcat. I included method to kill all the remaining threads in the rc script that I sent to the list yesterday. I've seen this on the IBM 1.3 JDK for Linux.

RE: Problem with getHeader(Referer)

2001-01-18 Thread Craig O'Brien
Are you linking to the page or typing it in. There is no referer if you type it in; I use: request.getHeader(referer) (Note that referer is all lowercase) and get the referer fine in tomcat 3.2.1 Good luck, Craig -Original Message- From: Dan Eppinghoff [mailto:[EMAIL PROTECTED]]

RE: Tomcat trouble, can any good soul help ...

2001-01-18 Thread CPC Livelink Admin
Try netstat -a. This works on NT/2000/UNIX, I don't know if Win9X has it. -Original Message- From: Edson Carlos Ericksson Richter [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 4:00 PM To: [EMAIL PROTECTED] Subject: RES: Tomcat trouble, can any good soul help ...

How to import or create my own application on Tomcat 4.0-m5

2001-01-18 Thread ron
Dear Sir, I have installed Tomcat 4.0-5m in my window 2000 platform, I can startup the server, and after typeing url: http://localhoat:8080, it work correctly, but when Icopy mysource codes directory as a sub directory of E:\Tomcat\webapps, (my server install at E:\Tomcat), it can't wok.

What is a virtual host and how do you set it and access it?

2001-01-18 Thread karanmalhi
Could anybody tell me what is a virtual host and how to set a virtual host with apache and tomcat (3.2.1) and how to use it? - Original Message - From: "Edson Carlos Ericksson Richter" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 19, 2001 2:28 AM Subject: RES: Question

Re: What is a virtual host and how do you set it and access it?

2001-01-18 Thread John Elia
virtual hosts let you set a home for various websites using the same IP. Apache will take the Named virtual host IP, and follow the list and deliver the proper html page for the specified URI. The URI must have the DNS set, either by you, or by the person or company you are hosting. If this is

RE: How to import or create my own application on Tomcat 4.0-m5

2001-01-18 Thread Kiran Muglurmath
Copy your files to the ROOT folder under e:\tomcat\webapps and that should work. If you have your files in a separate folder under webapps, then you can access it via http://localhost:8080/foldername -Original Message- From: ron [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18,

Add Virtual Host

2001-01-18 Thread Johnson Lim
Hello all, I have question regard the configuration on Tomcat. - Do we need to restart tomcat every time we add new context, virtual host ? - Does tomcat have any reload capability? if yes how we can do it? Thanks in advance Regards Johnson

Pointers on JDBCRealms

2001-01-18 Thread Peter Giannopoulos
Hello all, can anyone give me some pointers on documentation or even examples that make use of JDBCRealms in a clear and concise manner? Thanks in advance. -- Peter Giannopoulos,Software Developer Gemplus Software,

Tracking Session creation / destruction

2001-01-18 Thread Shahed Ali
Hi, Is there any way a java servlet can keep track (be notified via an event), when ever a new client session is created / destroyed ? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

Installing tomcat on Windows 2000

2001-01-18 Thread Michael Yellen
I'm running into trouble installing on windows 2000. I'm following the tomcat_ug document. Although I am setting the JAVA_HOME env vairable, tomcat start still complains saying the variable isn't set. I have turned echo on but it doesn't appear to be set. Also, do I need

RE: Pointers on JDBCRealms

2001-01-18 Thread Vijay Prabhakar
Title: RE: Pointers on JDBCRealms My apologies...I didn't do that cut and paste quite the way I meant to :) -Original Message- From: Vijay Prabhakar Sent: Thursday, January 18, 2001 5:39 PM To: [EMAIL PROTECTED] Subject: RE: Pointers on JDBCRealms If you get such a

Re: Installing tomcat on Windows 2000

2001-01-18 Thread Filip Hanik
Although I am setting the JAVA_HOME env vairable try setting this variable inside the script (bin/tomcat.bat) ApacheModuleJServe.dll definitely not. If you want to connect Apache and Tomcat later you will need mod_jk.dll Filip ~ Namaste - I bow to the divine in you. ~ Filip Hanik Technical

RE: Installing tomcat on Windows 2000

2001-01-18 Thread Hosahalli, RaghavendraX
Just to install tomcat, you don't need apache... probably you are setting it in command prompt. so it's restricting itself to that window. what I suggest is, it's better to put JAVA_HOME in global environment variable list. I think you know how to set environment variables in "system". just set

Restarting Apache and Tomcat

2001-01-18 Thread Brian Marshall
Greetings all. I am installing Tomcat for the first time and I am running into a problem. Here's the setup: Linux 2.2.16 Apache 1.3.14 IBM Java2 1.3 Jakarta-Tomcat 3.2.1 I am using the mod_jk include with Apache and it works fine when it loads so our developers apps work on it but if I have to

Dr. Watson in INETSRV.EXE with Tomcat for Windows

2001-01-18 Thread Darrell Porter
I've a new install with Windows NT 4.0, SP6a; Internet Option Pack 4.0 with Internet Information Server 4.0 and a need to serve JSPs. I'm using JDK 1.3 dated 06/02/2000 and Tomcat binaries dated 4/18/2000. I've installed the ISAPI redirector per the How-to. I have Tomcat debugging set to DEBUG

Re: Tracking Session creation / destruction

2001-01-18 Thread William Brogden
Shahed Ali wrote: Hi, Is there any way a java servlet can keep track (be notified via an event), when ever a new client session is created / destroyed ? Thanks. Just implement HttpSessionBindingListener in an object that is added to all sessions when they are created. You will get a

Admin context login

2001-01-18 Thread Gary Bonde
Hi, I am a newbie at running tomcat and I have it running on windows 2000 server and I am using tomcat 3.21 running as a stand alone environment for now. I try and run the admin context page to edit contexts and I am asked for a username and password for the realm admin. I am not sure if

RE: Admin context login

2001-01-18 Thread Stefan Langer
Tomcat keeps its own realms if you use the SimpleRealm setup (default). The setup can be changed in server.xml. The realms are defined in the fiel tomcat-user.xml Stefan

RE: Admin context login

2001-01-18 Thread Craig O'Brien
You are having an issue with your server's security. Tomcat does not implement anything like that. Make sure that you are logged on with all permissions. You probably have to be in the admin group or better. God luck, Craig PS print out all the documentation ("html files" etc.) and you

Re: Admin context login

2001-01-18 Thread Gary Bonde
Thanks very much for the help. Gary Bonde [EMAIL PROTECTED] - Original Message - From: Stefan Langer To: [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 7:41 PM Subject: RE: Admin context login Tomcat keeps its own realms if you use the SimpleRealm

Re: Admin context login

2001-01-18 Thread Gary Bonde
Thanks for the help. I will start reading the docs again. - Original Message - From: Craig O'Brien To: [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 7:33 PM Subject: RE: Admin context login You are having an issue with your server's security. Tomcat

301 vs 302 redirect vs. 303 other

2001-01-18 Thread Andy Nuss
Hi, Does the reference J2EE spec for tomcat specify whether Tomcat is required to use 301, 302, or 303 for the HttpServletResponse.sendRedirect(java.lang.String location) api? (Browsers don't all do the same thing.) -Andy

sendRedirect bug?? HTTPS - HTTP

2001-01-18 Thread Filip Hanik
We are using Tomcat/Apache with mod_jk. Apache (1.3.14) is running mod_ssl (2.7.1-1.3.14) with OpenSSL (0.9.6). When a servlet is requested under https://www.mydomain.com:/test/MyServlet and the servlet does a simple response.sendRedirect("loginfailed.html"); this makes the browser request

Re: SSL in Apache for windows.

2001-01-18 Thread Pete Ehli
Yes there is a mod_SSL Apache server -- if you can't find it email me direct and I will send you the url - it is based on Apache 1_3_14 --Pete-- - Original Message - From: "DPEDROCHE" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 10:58 AM

Re: Installing tomcat on Windows 2000

2001-01-18 Thread Pete Ehli
I use win 2000 and tomcat - you need to set three envorment variables JAVA_HOME C:\jdk1.3.0_01 CLASSPATH C:\jdk1.3.0_01\lib\tools.jar TOMCAT_HOME C:\Program Files\Tomcat these have to be set in control panel - system icon - advanced tab - enviorment variables button. of course these

res.encodeURL() not working with Apache-tomcat-Please Help

2001-01-18 Thread Prathapan Nair
Hi all My enviornment :Tomcat 3.1.1/Apache 1.3.14/Win2000 I want to use urlencoding for session tracking. res.encodeURL("url") rewrites the url with session id when I use tomcat alone. When I use tomcat with apache it doesnt rewrite the url with session id . It only returns the url. Can any

Error: 500 -- Please Help ..............

2001-01-18 Thread Mick Sullivan
Hi all. Help needed here for an amatuer, should be easy enough to fix. Im working on an online car park booking system for a project for uni. Here is my problem. I have a frames page, index.html, for the booking system in webapps\Admin. One of the pages within the frames page is

Need help on tomcat startup

2001-01-18 Thread Daniel Chan
Hi I just finished Tomcat 1.3 installation on UNIX 5.7 and started Tomcat the first time. This is what I got on screen felix2{danielc}69: ./startup.sh Using classpath:

Re: Error: 500 -- Please Help ..............

2001-01-18 Thread Pete Ehli
This is a listserve about server configuration - there is a JSP listserve - why in the world would you use the weapps admin context. That is for server administration - not your applications. You need to create your own context via the server.xml file in the conf directory (easy to do) look

Re: Need help on tomcat startup

2001-01-18 Thread Pete Ehli
Don't use unix but try this url http://www.jammconsulting.com/servlets/com.jammconsulting.servlet.JAMMServle t/ReadingRoomPage --Pete-- - Original Message - From: "Daniel Chan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 6:58 PM Subject: Need help on tomcat

jsp 404 Error

2001-01-18 Thread Anthony Scott
tomcat-user, Sorry if this question has already been answered. I looked over the user group email and I did not find an solution. System RH 6.1 P200 126 MEG JDK1.3 Tomcat3.2 Apache1.3 servlet run fine but jsp file return with 404 error. The message displayed ctx(/examples): 404 R (/examples

SSL in Apache for windows.

2001-01-18 Thread DPEDROCHE
Hello, Who can I install SSL in Apache for windows? Thanks a lot! ___ Consigue tu e-mail gratuito TERRA.ES Haz click en http://www.terra.es/correo/ - To

Re: Installing tomcat on Windows 2000

2001-01-18 Thread Erik G. Dybdahl
JAVA_HOME C:\jdk1.3.0_01 CLASSPATH C:\jdk1.3.0_01\lib\tools.jar TOMCAT_HOME C:\Program Files\Tomcat these have to be set in control panel - system icon - advanced tab - enviorment variables button. Avoid setting CLASSPATH globally. It's not necessary either; tools.jar will be added

load balancing

2001-01-18 Thread Jayesh
Is it possible to do load balancing with Tomcat 3.2.1 or Tomcat 4.0 alone. I don't want to install Apache. Thanks, Jayesh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

AW: Installing tomcat on Windows 2000

2001-01-18 Thread Wenz Christian
I agree with Erik. tools.jar is included into CLASSPATH in tomcat.bat, and spaces in paths may not be a problem, but definitely are a problem in applications (e.g. the Nokia WAP Toolkit for Windows won't run if installed into a directory that contains spaces). So it is a good idea to try the

Re: Installing tomcat on Windows 2000

2001-01-18 Thread Pete Ehli
These paths are out of the Book "Professional JSP" wrox title and you obviously don't understand how environment variables are set in windows. Yes there are spaces and yes we are talking "windows" this is not Unix! I myself tried to set these variables in the autoexec.bat file and Tomcat would

  1   2   >