AUTH: j_security_check

2001-06-05 Thread P.Miller
Hi, I tried the FORM-authentification in Tomcat 3.2.1: login.jsp: form method=POST action=j_security_check Username: input type=text name=j_usernamebr Password: input type=password name=j_passwordbr br input type=submit value=login name=j_security_check /form I get the correct Form but when

load balancing

2001-06-05 Thread Ian Mair
Hello all, I am trying to load balance 2 machines with tomcat 3.2.1 My set up is as follows: mach1 has Apache with mod_jk and tomcat, mach2 only has tomcat. in the workers.properties file on mach1 I have : worker.list=loadbalancer, rinv002,

Xerces or Crimson

2001-06-05 Thread Curtis Spencer
Can anyone tell me the difference between these XML parsers and which one is the best? Thanks, Curtis

Building 3.2.2

2001-06-05 Thread James Bromberger
Good evening all. I have followed the instructions ni README, yet see: prepare: BUILD FAILED /home/dev/jbberger/source/tomcat/3-2-2/jakarta-tomcat-3.2.2-src/build.xml:32: /home/dev/jbberger/source/tomcat/3-2-2/jakarta-ant-1.3/bin not found. Now, it's quite right: there is no

RE: LDAPRealm JNDIReam for Tomcat 3.2 and 4.0 beta 1 is available

2001-06-05 Thread GOMEZ Henri
What about a port of LDAPRealm JNDIReam to TC 3.3 ? Thanks http://www.peacetech.com/java/files/apache/tomcat/default.htm

ServerSocket exception

2001-06-05 Thread Kirsten . Gloeer
Hi, We have a problem using jakarta-tomcat 3.2.1 / 3.2.2 standalone on HP UX 11.00. We can start tomcat normally without getting any errors. The error occurs when we try to access tomcat. In the tomcat source the position is the call of a Java method: ServerSocket.accept() this method starts

AW: URL Help

2001-06-05 Thread Anja Beckmann
for me it works like this servlet servlet-name Controller /servlet-name servlet-class de.datadesign.fb.web.servlets.Controller /servlet-class /servlet !-- mapping comes after servlet definitions -- servlet-mapping servlet-name

Startup / Configuration Error

2001-06-05 Thread Oliver Korpilla
Hi, I got a problem with installing and configuring Tomcat. On 1st startup, Tomcat stops with an error message, a Java stacktrace, Adress in use, always when doing something about Context /test. This happened to me with binary 3.2, source 3.2 and source 3.3-m3 distributions. An example follows

AW: Startup / Configuration Error

2001-06-05 Thread Anja Beckmann
HI, I guess your tomcat is trying to get a httplistener listening to port 80 (standard configuration, I think) and you already have a webserver running. comment this out in your server.xml and start tomcat again or alternatively shutdown your webserver then start tomcat and see if it works now -

Startup / Configuration error

2001-06-05 Thread Oliver Korpilla
Hi, I already tried to startup with shutdown web server. I tried changing port (though it was already set to non-standard 8080 if I'm understanding this right) in server.xml. Both did not change behaviour (see original message). Ciao, Korpo

RE: Tomcat as an ISAPI filter wont work

2001-06-05 Thread Randy Layman
Your problem is that IIS wants your username and password for accessing the DLL. You need to: 1. (in IIS) For the virtual directory that holds isapi_redirect.dll edit the security permissions to have only anonymous checked 2. (in File Explorer) For the directory

Fw: binary file upload fail

2001-06-05 Thread João Folha
- Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail

Fw: binary file upload fail

2001-06-05 Thread João Folha
- Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail

Fw: binary file upload fail

2001-06-05 Thread João Folha
- Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 8:06 PM Subject: Fw: binary file upload fail

RPM of 3.3m3 - XERCES-J instead of JAXP - Agree ?

2001-06-05 Thread GOMEZ Henri
Just to comment the RPM building : In my TC 3.3-m3 RPM, I choose to use xerces-j = 1.2 instead of the jaxp 1.1 present on TC 3.3 I add the RPM dependency and didn't install jaxp.jar and parser.jar. At install time the RPM make a link to xerces in common lib : ln -s /usr/share/java/xerces.jar

Re: Fw: binary file upload fail

2001-06-05 Thread Hemant Singh
HI Folha: This seems some stream related problem or ... Which Env you are getting the problem? Also Send the file to which your form is submitted from the browser side. Cheers --- João_Folha [EMAIL PROTECTED] wrote: - Original Message - From: João mailto:[EMAIL PROTECTED] Folha

AUTH: j_security uriworkermap.properties

2001-06-05 Thread P.Miller
Hi, because I get a error.-.message of [EMAIL PROTECTED] I post it once again: 1. I tried the FORM-authentification in Tomcat 3.2.1: login.jsp: form method=POST action=j_security_check Username: input type=text name=j_usernamebr Password: input type=password name=j_passwordbr br input

Re: Fw: binary file upload fail

2001-06-05 Thread Johnathan Smith
PLEASE GET ME OFF THIS LIST --- Hemant Singh [EMAIL PROTECTED] wrote: HI Folha: This seems some stream related problem or ... Which Env you are getting the problem? Also Send the file to which your form is submitted from the browser side. Cheers --- João_Folha [EMAIL PROTECTED] wrote:

Re: AUTH: j_security_check

2001-06-05 Thread Pae Choi
Tomcat, as a servlet/jsp container, has knowledge of j_security_check itself. Your FORM-based authentication may passing thrugh the HTTP server, i.e., apache, and the problem behind of your problem may caused by the HTTP server which does not know how to forward from the HTTP server to Tomcat,

RE: Fw: binary file upload fail

2001-06-05 Thread Terje Kristensen
Haven't I sent this to you before? quote To remove your address from the list, send a message to: [EMAIL PROTECTED] /quote Terje K. -Original Message- From: Johnathan Smith [mailto:[EMAIL PROTECTED]] Sent: 5. juni 2001 14:19 To: [EMAIL PROTECTED] Subject: Re: Fw: binary file upload

Re: Java servlet that sends form data to email

2001-06-05 Thread Peter Choe
use the javamail api. Alkmini D. wrote: HI all! Sorry for the newbie question. Can anyone give me any hints on how to make a java servlet that reads form data and sends it to an email address? Thanks ! Do You Yahoo!?

Tomcat 3.2.1 : Session timeout bug ??

2001-06-05 Thread Hervé Guidetti
Hi all, I'm using tomcat 3.2.1. In the tomcat/conf/web.xml file, I changed the session-timeout to 60 (meaning 60 minutes). If, in my servlet, I write : mySession.getMaxInactiveInterval() it returns 1800 (meaning 30 minutes). Is that a bug ? Do I miss something ? Is there a workaround ?

Re: Java servlet that sends form data to email

2001-06-05 Thread Hemant Singh
HI Use following code import javax.servlet.*; import javax.servlet.http.*; import sun.net.smtp.*; import java.io.*; public class SendMail extends HttpServlet{ String to =[EMAIL PROTECTED]; SmtpClient mailClient; public void init(ServletConfig config){

Socket closed in https session

2001-06-05 Thread Phillip Gibb
Hi, I have generated a keystore and a certificate, I have added a connector in server.xml to handle ssl connections. Starting tomcat correctly establishes the correct connction handlers for normal http and for ssl(port 8443). But if I try to start up a https session using

Re: Java servlet that sends form data to email

2001-06-05 Thread Pae Choi
See topics related to Servlet, JavaMail, and SOAP4J. That will give you a good starting point. Pae HI all! Sorry for the newbie question. Can anyone give me any hints on how to make a java servlet that reads form data and sends it to an email address? Thanks !

Re: Tomcat 3.2.1 : Session timeout bug ??

2001-06-05 Thread Wolle
Hello, try to set the MySession.setMaxInteracticeInterval(sec), for me it works so. Greetings, Wolle Hervé Guidetti wrote: Hi all, I'm using tomcat 3.2.1. In the tomcat/conf/web.xml file, I changed the session-timeout to 60 (meaning 60 minutes). If, in my servlet, I write :

Re: URL Help

2001-06-05 Thread Jerry Villamizar
Can someone please get me off this list - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 5:48 PM Subject: URL Help I need my URL to look like this: http://localhost/Gillette/Venus?SerialId=ZVXZVContactId=1 where Gillette is a directory

Re: Java servlet that sends form data to email

2001-06-05 Thread Johnathan Smith
PLEASE TAKE ME OFF THIS LIST!!! --- Pae Choi [EMAIL PROTECTED] wrote: See topics related to Servlet, JavaMail, and SOAP4J. That will give you a good starting point. Pae HI all! Sorry for the newbie question. Can anyone give me any hints on how to make a java servlet that

Re: Tomcat 3.2.1 : Session timeout bug ??

2001-06-05 Thread Johnathan Smith
PLEASE TAKE ME OFF THIS LIST!!! --- Wolle [EMAIL PROTECTED] wrote: Hello, try to set the MySession.setMaxInteracticeInterval(sec), for me it works so. Greetings, Wolle Hervé Guidetti wrote: Hi all, I'm using tomcat 3.2.1. In the tomcat/conf/web.xml file, I changed the

Re: Socket closed in https session

2001-06-05 Thread Johnathan Smith
PLEASE TAKE ME OFF THIS LIST!!! --- Phillip Gibb [EMAIL PROTECTED] wrote: Hi, I have generated a keystore and a certificate, I have added a connector in server.xml to handle ssl connections. Starting tomcat correctly establishes the correct connction handlers for normal http and for

Re: URL Help

2001-06-05 Thread Johnathan Smith
PLEASE TAKE ME OFF THIS LIST!!! --- Jerry Villamizar [EMAIL PROTECTED] wrote: Can someone please get me off this list - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 5:48 PM Subject: URL Help I need my URL to look like this:

RE: Tomcat 3.2.1 : Session timeout bug ??

2001-06-05 Thread BARRAUD Valérie
Title: RE: Tomcat 3.2.1 : Session timeout bug ?? 1/ MAIL TO [EMAIL PROTECTED] 2/ CONFIRM with the e-mail address given in the reply -Message d'origine- De: Johnathan Smith [SMTP:[EMAIL PROTECTED]] Date: mardi 5 juin 2001 15:01 À: [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet: Re:

About GET and POST methods

2001-06-05 Thread Rainer Schweigkoffer
Hi folks ! Being a newbie concerning the use of Tomcat I am marvelling about the following : On SunOS 5.8 I have installed Tomcat 3.2.1 connected to Apache 1.3.19 via mod_jk.so with both an AJP12 (port 8007) and an AJP13 (port 8009) handler installed. The Apache Server is listening on ports

Has anyone successfully installed mod_jk on HP UX on 32 bit mode?

2001-06-05 Thread Joyce . Fung
I am trying to get apache and tomcat to run together on a HPUX 11.00 on a 32 bit mode. I heard that my troubles are only beginning when I am starting to install mod_jk? Has anyone installed it successfully? Does anyone have any hints? Thanks! Joyce Fung Systems Group Statistics Canada Email

Tomcat/Apache on HP-UX

2001-06-05 Thread Rainer Schweigkoffer
Hi folks ! I am trying to connect Tomcat 3.2.1 to Apache 1.3.19 via mod_jk.so on 32-bit HP-UX 11.00. After some failing attempts to build mod_jk.so with the sources of Tomcat 3.2.1 I took those of Tomcat 3.3-m3 and tried to use build-hpux.sh along with GNU C-compiler 2.95.2. However

ssl handshake failure

2001-06-05 Thread Phillip Gibb
Hi, reading further into the Java Secure Socket Extention I found a usfull command -Djavax.net.debug=all, while I appending to the line in tomcat.bat that starts the server. The result is a lot of information, it tells me further what my error actually is: i.e a handshake failure here is the

TOMCAT and APACHE

2001-06-05 Thread François Andromaque
I've configured separately apache to work with SSL and TOMCAT to establish a distant database connection, i would like know to make the both to work together. If mod_jk is really necessary, what are the steps to compile it?

Install

2001-06-05 Thread Jeremy Walsh
I downloaded the file jakarta-tomcat-3.2.2.zip from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2/bin/ which are supposed to be the binary .class from for Tomcat 3.2.2 When I follow to instructions on how to install and run Tomcat, however, it fails because there are NO class

download files using ftp

2001-06-05 Thread aswath satrasala
Hi, I have seen on Sun's web site, an option to download JDK using ftp download. Are there any samples to do this. Please point to the documentation. Thanks -Aswath From: François Andromaque [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: TOMCAT and APACHE Date:

RE: download files using ftp

2001-06-05 Thread William Kaufman
Do you mean you're trying to do an FTP download _of_ Java _in_ Java? I wouldn't attempt this: there's one form (the license agreement) followed by another form (the FTP download site selection). And Sun would probably consider bypassing the forms (if possible) as legally questionable,

RE: java.net.MalformedURLException: unknown protocol: jndi

2001-06-05 Thread John Menke
I was getting the same error using b3. I'm not sure about b5 but you can try this: http://jakarta.apache.org/turbine/howto/jboss-howto.html -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 12:01 AM To: [EMAIL PROTECTED] Subject:

How do I unsubscribe?

2001-06-05 Thread Kris Vale
unsubscribe

RE: Install

2001-06-05 Thread Randy Layman
In the %TOMCAT_HOME% directory should be a directory named lib. In this lib folder you should find webserver.jar, in which you will find Tomcat.class. The source is included in case you want to build it yourself, or know what is going on in the code (sometimes it can be useful

Secure tomcat

2001-06-05 Thread Phillip Gibb
Hi, if I try to run secure tomcat I get the following : FATAL:java.io.IOException: access denied (java.security.SecurityPermission putPr oviderProperty.SunJSSE) java.io.IOException: access denied (java.security.SecurityPermission putProvider Property.SunJSSE) at

RE: How do I unsubscribe?

2001-06-05 Thread Bob Molden
To remove your address from the list, send a message to: [EMAIL PROTECTED] -Original Message-From: Kris Vale [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 05, 2001 9:15 AMTo: [EMAIL PROTECTED]Subject: How do I unsubscribe? unsubscribe

WAR file behavior and Tomcat 3.2.x

2001-06-05 Thread Darrell Porter
REPOST as I REALLY need help on this... I've read the documentation. I've added the unpackWARfiles=FALSE to my server.xml Why is Tomcat still unpacking the WAR file into the WEBAPPS directory? Should it not simply be unpacking files to WORK as it needs them? I had heard that it was possible

Tomcat OS/390

2001-06-05 Thread james ward
Hi, Can anyone tell me If Tomcat will run on OS/390. And if so what problems have they run into. Thanks Terry Ward

Startup / Configuration Error

2001-06-05 Thread Oliver Korpilla
Hi, I solved my problem, thank you! wwwoffle was using ports 8080 and 8081, and so Tomcat couldn't use them (with non-standard port 8080 as default). Ciao, Korpo

How smart...

2001-06-05 Thread Jan Labanowski
Do you think you are smart? On Tue, 5 Jun 2001, Johnathan Smith wrote: PLEASE TAKE ME OFF THIS LIST!!! --- Wolle [EMAIL PROTECTED] wrote: Hello, try to set the MySession.setMaxInteracticeInterval(sec), for me it works so. Greetings, Wolle Hervé Guidetti wrote:

Tomcat+Apache running on different machines using mod_jk

2001-06-05 Thread Chauhan, Anand
Hi All: I am looking to set up apache and tomcat to spread over two machines. I have one machine that will run tomcat and the other running Apache. I was wondering where I might find the required documentation and configuration. Thanks a bunch. Anan

RE: About GET and POST methods

2001-06-05 Thread Swart, James (Jim) ** CTR **
as far as I know, if you are going to send information to a servlet from a input form (html or jsp) you have to use a GET when invoking the servlet? At least, that's how mine are developed. -Original Message- From: Rainer Schweigkoffer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05,

Re: How smart...

2001-06-05 Thread Wolle
Hey, what do you mean, please don't send so stupid mesage to me and of course not to the mailing list. When you can't get out of the list, any reason i don't know, it will bring nothing to spam the mailing list (which email you will get also). So when you are still in the list, you are also after

Re: Fw: binary file upload fail

2001-06-05 Thread Boris Niyazov
You may want to take a look at O'Reilly package com.oreilly.servlet for file uploading: http://www.servlets.com/cos/index.html works for me. HTH * * Boris NiyazovPh: 212-854-4094 Fax: 212-854-1749 * * Systems

Reload

2001-06-05 Thread Carsten Elshoff
Hi, all! Has anyone discovered the fact that servlets are being reloaded during the day without any significant reason? The problem is I don't see any entry in my log files that i.e. the destroy method of my servlet is being called. But the server doesn't accept any calls during this time and I

RES: About GET and POST methods

2001-06-05 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- No, i guess you are wrong! You can use either get(doGet) or post(doPost) method ! The only difference between them is the following: Get command sends data through get' header and Post sends data through new http headers. This is a HTTP RFC. The problem below

RE: About GET and POST methods

2001-06-05 Thread William Kaufman
Look at the method attribute of the form element in HTML, and form submission: http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13 -- Bill K. -Original Message- From: Swart, James (Jim) ** CTR ** [mailto:[EMAIL

Appropriate list?

2001-06-05 Thread Skyberg, David
Is this the appropriate list for Tomcat 4.0/Apache user questions? If not, can someone redirect me so I don't waste folk's time on this list? If this is the right list, can someone provide me with an example httpd.conf file with a WebAppDeploy directive? I can't seem to get Apache to recognize

RE: LDAPRealm JNDIReam for Tomcat 3.2 and 4.0 beta 1 is availab le

2001-06-05 Thread Roytman, Alex
Title: RE: LDAPRealm JNDIReam for Tomcat 3.2 and 4.0 beta 1 is availab le Hello Henri, Has Interceptor architecture changed in TC3.3? If not 3.2 version should work just fine. In general I do not mind doing it however I did not see much interest from apache developers and little from

Re: ssl handshake failure

2001-06-05 Thread Tim O'Neil
When it happened to me the cause (non-specifically, I didn't spend a lot of time investigating it) was because I was trying to use a regular (or not self-signed) cert. I solved the problem by switching to Apache + Tomcat as a platform. I personally found the combo much easier ssl enable than

problems with sending mail (associated with secret key)

2001-06-05 Thread Mike Kmetz
Hello all, I have got Tomcat with Jetspeed running okay on a redhat 7.1 box. I have sendmail configured properly and working. The problem is that whenever I try to create a new user, I never receive the email with the secret key. I have found some log message that indicate that the requests have

Re: Install

2001-06-05 Thread Johann Raster
Hi Jeremy, the class files are included in the jar-files in the /lib directory. you can try jar -t filename.jar to see them. i also installed it on NT and it works fine but if you do not have a ms compiler you have to user the mod_jk module to make it run with apache. hope this helps. Hans

tomcat 4.0 +ssl +solaris

2001-06-05 Thread Bernhard Wraase
Does ssl work with tomcat 4.0 standalone on solaris 8? Any comments about experiences are very much appreciated, Bernhard Wraase

Tomcat NT service mode

2001-06-05 Thread Dong Chen (Non CoCreate)
Hello, When we run jk_nt_service.exe, by default the Tomcat NT service will be set in manual mode. But we want to set the automatic mode as the default when we register Tomcat NT service. Is it difficult to change the source code to do that? Where may I find the source code for

RE: Appropriate list?

2001-06-05 Thread Swart, James (Jim) ** CTR **
yes it sure is! As for Tomcat, I am still on 3.2.. sorry. -Original Message- From: Skyberg, David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 9:20 AM To: Tomcat-User (E-mail) Subject: Appropriate list? Is this the appropriate list for Tomcat 4.0/Apache user questions? If

Re: SSL

2001-06-05 Thread Bernhard Wraase
If you have no certificate for your webclient You must set clientauthorisation to false? -- MfG Bernhard Wraase

RE: About GET and POST methods

2001-06-05 Thread Swart, James (Jim) ** CTR **
*ducks to avoid the swinging claws* Thanks for the info! -Original Message- From: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 9:04 AM To: [EMAIL PROTECTED] Subject: RES: About GET and POST methods -BEGIN PGP SIGNED MESSAGE-

Re: SSL

2001-06-05 Thread Bernhard Wraase
If you have no certificate for your webclient you must set clientauthorisation to false? -- MfG Bernhard Wraase

RE: About GET and POST methods

2001-06-05 Thread Nael Mohammad
Where can I find information to learn about the proper Get and post methods? CONFIDENTIALITY NOTICE: This e-mail may contain confidential information that is legally privileged. Do not read this e-mail if you are not the intended recipient. This e-mail transmission, and any documents, files or

RE: Tomcat NT service mode

2001-06-05 Thread Swart, James (Jim) ** CTR **
can't you just change it's properties to startup up automatically in the services control panel? -Original Message- From: Dong Chen (Non CoCreate) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 10:29 AM To: '[EMAIL PROTECTED]' Subject: Tomcat NT service mode Hello, When we

RE: About GET and POST methods

2001-06-05 Thread William Kaufman
On the browser side: http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13 On the servlet side: http://java.sun.com/products/servlet/download.html -- Bill K. -Original Message- From: Nael Mohammad [mailto:[EMAIL

Cannot instantiate the Bean

2001-06-05 Thread Shailendra T Kontham
Hi all, I was runnig tocat without any problems and all of a sudden i got the error that it cannot instantiate a Bean and throws a Servlet Exception. What might be the reason ? Can anyone please help ? Thanks - Shailendra T. Kontham Advcancework Inc.,

RE: Has anyone successfully installed mod_jk on HP UX on 32 bit mode?

2001-06-05 Thread GUMMALAM,MOHAN (HP-PaloAlto,ex1)
Hi Joyce: If you are not particular about using mod_jk, and are ok with using mod_jserv (Ajp12), then you might want to download apache 1.3.14 bundled with Tomcat 3.1.1 at http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo .pl?productNumber=B9415AA (click on the orange

Apache/Tomcat Statistics

2001-06-05 Thread Mahesh Sooriarachchi
Hi, Are there any tools/configurations to figure out the Apache/Tomcat statistics like how many unique users visited the site during a given time period, refereal URLs, total # of page views, #bytes served, etc? Thanks, Mahesh.

RE: how to put jsp files in regular apache root?

2001-06-05 Thread Swart, James (Jim) ** CTR **
yes.. that gives me an idea.. in apache/tomcat config can you put in a wildcard proxy for like /*.jsp http://localhost:8080/*.jsp or even /*.jsp to http://localhost:8080/myjspfolderhere/*.jsp ?I know IBM's IHS has this option but I am not sure if wildcards are natively supported in apache.

Re: Session Cookie relation

2001-06-05 Thread Hemant Singh
HI Chu : Well i think if the browser is once closed at than restarted should not it generate the new session id, As the browser has started a new session with servlet, but because of old session values i m getting lot o f problem as i m have made Session values primary key, IS there any way to

Re: binary file upload fail

2001-06-05 Thread Hemant Singh
HI Folha: the problem can be at place where you taking streams or in jsp which is called on form submit, send the code of "doc_entrega.jsp"? Which OS did u tried the above attached code? Hemant - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent:

RE: location of tomcat-apache.conf

2001-06-05 Thread Swart, James (Jim) ** CTR **
try a find / -name tomcat-apache.conf -print | more and make the computer find it. It *SHOULD* be in /var/tomcat/conf (that's where mine is). -Original Message- From: Cody Caughlan [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 5:34 PM To: [EMAIL PROTECTED] Subject: location of

RE: Tomcat Dies with a lot of processes

2001-06-05 Thread Swart, James (Jim) ** CTR **
I know mine has tons of java processes to. even so, with apache, tomcat, java, sendmail, dns, ftp samba running it only uses 60MB of the 160MB od ram. so I didn't think much of it. *drool*.. I can't wait for my 1 gig of ram to get here.. (then it'll be time to move the unix server to a big-bad

JDK's (ibm vs. sun)

2001-06-05 Thread Swart, James (Jim) ** CTR **
this brings up a good question. Tomcat 3.2 says it *assums* you are using IBM's JDK? Does sun's suck or something? -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 8:06 AM To: '[EMAIL PROTECTED]' Subject: RE: download files using ftp Do

RE: URL Help

2001-06-05 Thread Swart, James (Jim) ** CTR **
take yourself off the list. To remove your address from the list, send a message to: [EMAIL PROTECTED] -Original Message- From: Johnathan Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 7:01 AM To: [EMAIL PROTECTED] Subject: Re: URL Help PLEASE TAKE ME OFF THIS LIST!!!

RE: URL Help

2001-06-05 Thread Swart, James (Jim) ** CTR **
take yourself off the list. To remove your address from the list, send a message to: [EMAIL PROTECTED] -Original Message- From: Jerry Villamizar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 6:50 AM To: [EMAIL PROTECTED] Subject: Re: URL Help Can someone please get me off

RE: Socket closed in https session

2001-06-05 Thread Swart, James (Jim) ** CTR **
take yourself off the list. To remove your address from the list, send a message to: [EMAIL PROTECTED] -Original Message- From: Johnathan Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 7:01 AM To: [EMAIL PROTECTED] Subject: Re: Socket closed in https session PLEASE

RE: Java servlet that sends form data to email

2001-06-05 Thread Swart, James (Jim) ** CTR **
go away. geesh. -Original Message- From: Johnathan Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 7:01 AM To: [EMAIL PROTECTED] Subject: Re: Java servlet that sends form data to email PLEASE TAKE ME OFF THIS LIST!!! --- Pae Choi [EMAIL PROTECTED] wrote: See topics

RE: Java servlet that sends form data to email

2001-06-05 Thread Swart, James (Jim) ** CTR **
now THIS is the kind of response I would *expect* from a list.. although it *technically* is a Jakarta list not a *Learn how to make Java Servlets* List. Just a reminder to staying on topic. Say, is there a mailing list out there to direct code-specific issues to? Maybe that would help..

Netscape crash!

2001-06-05 Thread Carlos Mayorga
Hello, We have a problem with tomcat (v. 3.2.1) / apache (v.1.3.14), xsl and netscape 6. We cannot see the pages correctly. The pages are processed for the xsl proccesor, but we see in Netscape 6 the html code. In Explorer we don't have any problem. The Netscape shows exactly the same that if I

To unsubscribe (WAS Re: Java servlet that sends form data to email)

2001-06-05 Thread Chu J Tan
With the amount of posts in this mailing list. I'd recommend that we'd just cut down mails by not replying unsubscribe information or sending smart remarks to the list but directly to the person targeted. And, everyone in this list should be samaritan enough to send instructions below directly

RE: Netscape crash!

2001-06-05 Thread Michael Weissenbacher
it's simple, just do a response.setContentType(text/html); in all your servlets. ie seems to not care about the content type which can be quite annoying either. michael -Original Message- From: Carlos Mayorga [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 7:44 PM To: [EMAIL

RE: How to get server URL?

2001-06-05 Thread Swart, James (Jim) ** CTR **
I know there are methods in the java.net.URL class for this: Attatched is the entire java.net.URL class for you to reference. see the examples that comes with tomcat too! -Original Message- From: Pernica, Jan [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 11:57 PM To:

RE: Netscape crash!

2001-06-05 Thread William Kaufman
You might need to specify the content type to convince Netscape that the content is HTML (while IE just looks for an html tag). Try, HttpServletResponse resp; resp.setContentType(text/html); before streaming the XSL results. You can also try adding, xsl:output

RE: How to get server URL?

2001-06-05 Thread Filip Hanik
java.net.URL I believe you are a little bit off topic here :) take a look at the HttpServletRequest http://java.sun.com/j2ee/j2sdkee/techdocs/api/index.html *getRequestURI() Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP

Apache-Tomcat-Cocoon configuration

2001-06-05 Thread francesco.casalena
Hi, I've problems with Apache-Tomcat-Cocoon configuration. I use Apache 1.3.19, Jakarta-Tomcat 4.0 m5, Cocoon 1.8.2 and JDK 1.1.3 on Linux RedHat 6.2. All settings (env variables,...) seem ok, Apache works properly on port 80 and Catalina does the same on port 8080. Mod_webapp.so, contained

mod_webapp for Tomcat 4.0

2001-06-05 Thread Torkil Svensgaard
Hi I have Apache 1.3.19 running on a 2.4.3 Debian box. I have built mod_webapp.so following the instructions given in the documentation with no errors. I get the following error when I try to load the module in httpd.conf: DECpc:/etc# /etc/init.d/apache start Starting web server: apache. Syntax

RE: load balancing

2001-06-05 Thread Swart, James (Jim) ** CTR **
I am sure this us a silly question, but did you put a load on it? If it's round-robin that's one thing.. if it's SMART load-balancing.. then you would have to hammer on it for it to push to the second machine (assuming your configuration is correct, of course). A program like LoadRunner(tm)

Tomcat w/ native threads under Unixware 7.1.1

2001-06-05 Thread Mike Jackson
I'm using SCO's JDK 1.2.2 under Unixware 7.1.1 and trying to get Tomcat 3.2.2 running with native threads. I haven't made any major changes to the configuration files, only adding another context and adding the apj13 listener (for mod_jk). Everything works perfectly with green threads, but when

RE: How to get server URL?

2001-06-05 Thread Swart, James (Jim) ** CTR **
well for starters, you can use anything you want to in a Servlet (including java.net.URL). I find using things like getRequestURI() to be a pain, simply put, because I don't WANT the URI. I also don't want the local server's verison of the URL since I use proxies. java.net.URL provides more

Re: JDK's (ibm vs. sun)

2001-06-05 Thread mazzen al-najjar
Swart, James (Jim) ** CTR ** wrote: this brings up a good question. Tomcat 3.2 says it *assums* you are using IBM's JDK? Does sun's suck or something? Brings up other questions. We've just been told, again, in the last few days, to use JDK 1.2.2_05 or better, and not JDK 1.3, because of

How can i force mod_jk.conf-auto use ajp13

2001-06-05 Thread João Folha
Help on the subject

Re: How can i force mod_jk.conf-auto use ajp13

2001-06-05 Thread Rui M . Silva Seabra
On Tue, Jun 05, 2001 at 02:58:32PM +0100, João Folha wrote: Help on the subject do not use mod_jk-auto at all. learn from it and make your own configuration. safer, and deterministic. hugs, rms -- + No matter how much you do, you never do enough -- unknown + Whatever you do will be

Re: How to get server URL?

2001-06-05 Thread Pae Choi
Hey Jimbo, Are you feeling better after pissing off as a net junky? I saw many of postings from you discouraging the participation. If you need to develop your ugly attitude, get of the net. We do not need a junky like you who waste the bandwidth. Otherwise, behave yourself. Pae well for

Tomcat 3.2.2

2001-06-05 Thread fthomas . baltzley
Hi. I reviewed the FAQ site but did not see anything to help me with my problem. I tried to login to the FAQ website but received an error so I could not submit my question there. I was wondering if someone could help or direct me to the correct address. I've installed Tomcat 3.2.2 on a

  1   2   >