Tomcat FAQ/Article

2001-05-17 Thread Cheong Takhoe
Hi, I would like to propose an update, patch-up and configuration FAQ/Article for beginners who have installed Tomcat. It would be great to know what needs to be done after the server has been installed to ensure that it run optimumly. Or has such a document been made available already? I'm not

Tomcat Performance

2001-05-17 Thread Cheong Takhoe
Hi, I'm encountering performance issues with regards to Tomcat. I have two servers running. One with Tomcat 3.1 and one with Tomcat 3.2, both on Window NT 4.0 . After running for a certain time, its gets slower and in the end, the web-applications can run anymore. I would like to know if any

Concurrent Users - How to see it

2001-05-17 Thread Cheong Takhoe
Hi, As we need to know how many concurrent users we have on our Tomcat, I would like to know how and what tools do you folks out there use to determine the number of concurrently connect users at the moment? Thanks regards, Cheong Takhoe

Re: start tomcat server remotely --Help needed

2001-05-17 Thread Venkatesh Sangam
I will b using Unix systems .. So do I have to write shell script to remotely login ... ther is smth called SSH (secure shell) ..I just got to know abt this .. if you know abt this ..Please help thanks Venkatesh From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:

java.lang.NullPointerException......Plz Help Me

2001-05-17 Thread Naeem Malik
Dear I am working as a Web Developer in Nishat Dyeing Finishing since 11th Feb 2001 In Lahore, Pakistan. I am developing their website and using tools JSP, Servlet, and working on Jakarta-Tomcat version 3.1. I am the old user of jakarta-tomcat, so i know how to configure it properly. I m

RE: Common (or combined) log format from a servlet/JSP?

2001-05-17 Thread Warren Crossing
It does produce the apache combined format in the access.log however.. tomcat 4 must use an extened combined ( commonly irregular ) format, a superset. awstats.sourceforge.net is a perl stats package, it doesnt like this extended format but it is open source so we can change it. sorry i know

RE: start tomcat server remotely --Help needed

2001-05-17 Thread Alain RAVET
Venkatesh, I will b using Unix systems .. So do I have to write shell script to remotely login ... No, you will be using the standard startup/shutdown.sh from the remote %tomcat_home%/bin ther is smth called SSH (secure shell) ..I just got to know abt this .. if you know abt this ..Please

RE: start tomcat server remotely --Help needed

2001-05-17 Thread Warren Crossing
hey use putty.. its really cool most of us use it cause its just a rad tool! http://www.chiark.greenend.org.uk/~sgtatham/putty/ its really easy to download and easier to run.. just point click =) -Original Message- From: Alain RAVET [mailto:[EMAIL PROTECTED]] Sent: Thursday, 17 May

mailing list or news group??

2001-05-17 Thread Dario Novakovic
hi people! i've been subscribed to this mailing list for some time and the only conclusion i've got is THIS MAILING LIST IS LOOSING ITS PURPOSE i can't believe that mailing list owners don't realize that news groups is perfect solution for this. what am i supposed to do with 300 or more mails

RE: What's a sealing violation?

2001-05-17 Thread Warren Crossing
search through some of the tomcat archives.. basically their really annoying classloader problems.. when it tries to load a jar library and its already loaded. you can add a line to the manifest of the jar file.. but like i said search this archive.. theres heaps of stuff about them. regards,

AW: java.lang.NullPointerException......Plz Help Me

2001-05-17 Thread Ralph Einfeldt
Have a look at line 123 in the generated source file _0002fjsp_0002fNew_0002fdyeing_0002ejspdyeing_jsp_0.java to see which statement causes the exception. If you found the region and can't see the error, try to reduce the page to the bare minimum that reproduces the error and post the source for

Re: mailing list or news group??

2001-05-17 Thread Hassan Siddiqui
I agree. I'm a little surprised as to why they didn't use a newsgroup or web-based forum... Dario Novakovic wrote: hi people! i've been subscribed to this mailing list for some time and the only conclusion i've got is THIS MAILING LIST IS LOOSING ITS PURPOSE i can't believe that

Re: Browser Closed

2001-05-17 Thread Milt Epstein
On Wed, 16 May 2001, Alin Simionoiu wrote: I think this event as also fired when you browse thru the pages..wright?.. Want I will really like to have is a SessionEnd event... Basically ... there isn't a generic, catch-all way to do this, so you're going to need to rely on the session

AW: mailing list or news group??

2001-05-17 Thread Ralph Einfeldt
This topic has been discussed several times. The reasons you mention can be adressed by a proper organisation of the mail client: - Most clients are able to show the messages by thread. - Most clients are able to filter the messages in a way that all tomcat messages go in a separate

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-17 Thread Milt Epstein
On Thu, 17 May 2001, Kwan, Kenneth Y wrote: May I suggest that if an unsubscribing mail is received with a different address, send the instructions on how to unsubscribe to the sender. I think this may help. Well, it would be nice if it would give generic info along the lines of the address

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-17 Thread Laurence Mayer
I have tried to unsubscribe using the only 2 address I have and still get failure messages. There is defiantly something wrong. Does someone have the email address of the owner of the list? Thanks Laurence -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent:

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-17 Thread Ramsay Domloge
To remove your address from the list, send a message to: [EMAIL PROTECTED] Send mail to the following for info and FAQ for this list: [EMAIL PROTECTED] [EMAIL PROTECTED] Similar addresses exist for the digest list: [EMAIL PROTECTED] [EMAIL PROTECTED] To get messages 123 through

RE: using the context admin tool

2001-05-17 Thread Artigas, Ricardo Y.
in your tomcat-users.xml, add a username for your use and assign admin to the role section. This should enable you to login into the admin tool. :^) Ricky Y. Artigas Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. - Easycall Internet - 418 Arayat St.,

Re: Install Tomcat on Wíndows 95

2001-05-17 Thread skolski
Hi, your entry set JAVA_HOME=C:\jdk1.3 is probably not right... Yo must point to the /bin directory instad... where the executables files are located set JAVA_HOME=C:\jdk1.3\bin should work... Sascha

Re: AW: java.lang.NullPointerException......Plz Help Me

2001-05-17 Thread Antony Bowesman
Ralph Einfeldt wrote: Have a look at line 123 in the generated source file _0002fjsp_0002fNew_0002fdyeing_0002ejspdyeing_jsp_0.java to see which statement causes the exception. If you found the region and can't see the error, try to reduce the page to the bare minimum that reproduces the

Bug in runtime/JspFactoryImpl.java

2001-05-17 Thread Antony Bowesman
Hi, Excuse the cross post to User/Dev but this problem has been reported by others in user. Further to yesterday's message re jasper/tomcat exceptions, it seems that there is either a bug in the coed generation or the JspFactoryImpl. If the generated code gets an exception pageContext is never

Re: Install Tomcat on Wíndows 95

2001-05-17 Thread Dick Poon
just type this under the dos command line: COMMAND.COM /E:4096 /P 4096 represent 4MB memory,you can change it to any applicable value. Dick Poon - Original Message - From: Bruno Crapart To: '[EMAIL PROTECTED]' Sent: Thursday, May 17, 2001 4:51 PM Subject: RE:

Difficulties with Virtual hosts

2001-05-17 Thread Glen Eustace
I have followed the examples in the mod_jk documentation, but can not seem to make any headway. The tomcat logs indicate the host contexts are being loaded but tomcat can not find any of the files. I have docBase set correctly, and it is outside the tomcat directory. I am at a loss as to what

Re: AW: java.lang.NullPointerException......Plz Help Me

2001-05-17 Thread Naeem Malik
on line 123 in _0002fjsp_0002fNew_0002fdyeing_0002ejspdyeing_jsp_0.jav there is the following code: } catch (Exception ex) { if (out.getBufferSize() != 0) out.clearBuffer(); pageContext.handlePageException(ex); } finally {

servlet chaining, session null

2001-05-17 Thread SAMEUNIE
Hi, i'm trying to use Servlet chaining with three servlets. In the first one i create a cession (if it doesn't exist), in the second one i put some attributes in the cession. But when i arrive in the third servlet, my session is null? As anybody already had this problem ? Is it possible to get

Fwd: Re: Install Tomcat on Wíndows 95

2001-05-17 Thread Benoit Jacquemont
Hi again, maybe but if if I have a slight look at my configuration I'm very shure that Tomcat works with JAVA_HOME pointing to c:\jdk1.3\bin ... It's because when Tomcat start, it looks for the java executables, and if it can find it in the path, then build the JAVA_HOME from this

Static filed reference BUG since( Tomcat 4b2-b5)

2001-05-17 Thread Andrew
Hi, every time I try to reference static field(from jsp page)in nonpackaged class I've got jasper error: Undefined variable or class name: Myclass, but I've put that in \WEB-INF\classes dir of my app and Tomcat4b1 process my page without any errors. What could be wrong?

Re: AW: mailing list or news group??

2001-05-17 Thread Milt Epstein
On Thu, 17 May 2001, Hassan Siddiqui wrote: Perhaps there is an obvious solution to all this, so please respond if I'm being silly. Ideally I would like to 1. Search through previous messages/faq 2. Post messages Through one interface. One could use the local mail client for both, but

Re: Install Tomcat on Wíndows 95

2001-05-17 Thread Naeem Malik
try with this path set PATH=%PATH%;c:\jdk13\bin;c:\java\jakarta-tomcat\bin set JAVA_HOME=c:\jdk13 set CLASSPATH=.;c:\jdk13\jre\lib\rt.jar; c:\jdk13\lib\tools.jar; c:\jdk13\lib\jsdk.jar; c:\java\jakarta-tomcat\lib\servlet.jar;

Re: question about setting up Apache and Tomcat

2001-05-17 Thread rday
At 5/16/01 5:45:08 PM, HDung [EMAIL PROTECTED] wrote: # Hello everybody, # I've had hard time in setting up Apache to talk to # Tomcat in WinNT. # I read some questions and answers similar to my # problem but they didn't help me either. # Hopefully, I can get help from this list. # # Here

Enterprise ready implementation of JavaSpace

2001-05-17 Thread nati shalom
Hi all, J-spaces announce the availability of J-Spaces Platform 1.0 at www.j-spaces.com. J-Spaces is a commercial implementation of the JavaSpaces specification, with emphasis on openness, scalability, reliability and powerful API. To those who are not familiar with JavaSpaces ,

web.xml url-pattern and apache conf

2001-05-17 Thread Mark Papiani
I am running the test servlets supplied with Tomcat but the url-pattern directives do not appear to work. My context is /test/servlet and based on apache conf and web.xml below, the following work OK: http://myhost:port/test/servlet/servlet1 http://myhost:port/test/servlet/servlet4 even

RE: mailing list or news group??

2001-05-17 Thread Randy Layman
I would suggest you read the mailing list archives from last December to understand why a lot of people don't want this to be a news group. Randy -Original Message- From: Dario Novakovic [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 3:51 AM To: tomcat user

RE: Hi

2001-05-17 Thread Randy Layman
1. I would suggest not posting using HTML - it limits your audience and you want everyone who can to read the message. 2. This problem is usually because the filename in the registry for the uriworkermap.properties file does not correspond to its actual location, or all of

RE: Tomcat Performance

2001-05-17 Thread Randy Layman
We did experience this. Our problem was a growing memory consumption that was caused by a bug in our code. We did a lot of experimenting and ran Tomcat inside of OptimizeIt to determine where the memory was leaking. Randy -Original Message- From: Cheong Takhoe

RE: Static filed reference BUG since( Tomcat 4b2-b5)

2001-05-17 Thread Randy Layman
Just a thought - have you imported that class? You need to remember that all generated classes are placed into a package corresponding to their location in the webapp (prefixed by jsp, I believe), so classes that aren't in any package aren't in the same package as the JSP file. I

Tomcat in production

2001-05-17 Thread Aravind Naidu
Hi All, We have been using Tomcat for development and are quite happy with it. I would like to know any success/failure(?) stories of Tomcat as a production servlet/JSP engine. -- Aravind

RE: Tomcat in production

2001-05-17 Thread Bruno Crapart
It works fine for me !!! In a European dimension company ... Have fun with Tomcat ! Is someboy under W2000 Tomcat4 Apache MSSQL7 ? Bruno, a frenchy who used Tomcat since 1 year as a production JSP engine. -Message d'origine- De : Aravind Naidu [mailto:[EMAIL PROTECTED]] Envoyé :

Supid errors gone but another internal error with JDBC Realm

2001-05-17 Thread tw.richter
Hello, the error I posted in JDBCRealm/Tomcat do not not protect Web Pages!?... is solved. Stupid I was I forgot to rename the *.html files to *.jsp. Tomcat obviously totally ignores the html-File and doesn't protect it. Ok seems to work. But now when accessing the protected source I get an

Re: AW: mailing list or news group??

2001-05-17 Thread Dario Novakovic
--- Ralph Einfeldt [EMAIL PROTECTED] wrote: This topic has been discussed several times. that means subscribers want it and it is time to switch to news and web based forum is not bad idea The reasons you mention can be adressed by a proper organisation of the mail client: - Most

Unsubscribe successful!

2001-05-17 Thread Tew Tee Li
Hey guys, It works, thanks a zillion!! TL

RE: AW: mailing list or news group??

2001-05-17 Thread Robert Wohlgemuth
Hi! Mailinglists are very good, but if the amount of messages explode (like in this mailing list) it should be considered to split the mailinglist into several more specific ones: e.g. tomcat + IIS tomcat + apache (win) tomcat + apache (linux) tomcat + security and so

RE: AW: mailing list or news group??

2001-05-17 Thread rday
that's not a bad cut - another way of slicing might be - tomcat - config install tomcat - applications It seems to me, that the cross-platform differences aren't enough to warrant splitting it along those lines. That's if we want to do it that way. My vote is for a Mailing list. Means that I

Re: AW: mailing list or news group??

2001-05-17 Thread John Clark Naldoza y Lopez
Hassan Siddiqui wrote: I vote for a web-based forum - all you need is a web browser, which you all no doubt have or you wouldn't have subscribed to this forum in the first place! I may have a web browser... But I'm somewhat restricted in trying to surf to websites... Our internet

Recovering from oversize upload exception ?

2001-05-17 Thread James Noctor \(NC\)
Hi Tal ? Sorry to bother you. I say your message posted (attached) about problems trying to gracefully reject large uploaded files. Did you find a solution ? (Only way we can provide graceful errors is to read the whole file which defeats the purpose of limiting the file size...) Hope you can

Re: Tomcat admin servlet

2001-05-17 Thread Kevin Pang
Add a line in tomcat-users.xml: user name=name password=password roles=admin / use name/password to access Regards, Kevin - Original Message - From: Mark Papiani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 3:20 PM Subject: Tomcat admin servlet Hi, I read

Re: Attn: Roger - question about setting up Apache and Tomcat

2001-05-17 Thread HD
I'm not even sure how you got Apache to run with this configuration (have you tried Apache.exe -t?). == Usually I double click the apache.exe file. I just tried your cmd the msg is: syntax OK, that's it. Include c:/hqbin/apache/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto == Tomcat doesn't

Re: Supid errors gone but another internal error with JDBC Realm

2001-05-17 Thread Antony Bowesman
[EMAIL PROTECTED] wrote: Hello, the error I posted in JDBCRealm/Tomcat do not not protect Web Pages!?... is solved. Stupid I was I forgot to rename the *.html files to *.jsp. Tomcat obviously totally ignores the html-File and doesn't protect it. Ok seems to work. But now when accessing

RE: Cookies

2001-05-17 Thread William Kaufman
(I'm not sure what this question has to do with cookies,...) I use JDBCRealm and I'd like to have the connection times out after a certain period of time. Currently, it seems that once you have logged in, as long as you don't exit from your browser, the servlets can be run forever. Is there

RE: Supid errors gone but another internal error with JDBC Realm

2001-05-17 Thread Ignacio J. Ortega
Please File a bug at http://nagoya.apache.org/bugzilla with this behavior... Saludos , Ignacio J. Ortega -Mensaje original- De: Antony Bowesman [mailto:[EMAIL PROTECTED]] Enviado el: jueves 17 de mayo de 2001 15:50 Para: [EMAIL PROTECTED] Asunto: Re: Supid errors gone but another

Re: Re[2]: Tomcat standalone with SSL

2001-05-17 Thread Kevin Pang
I tried your solution, the same with before, my steps : (RH7, openssl0.9.5.a,Tomcat3.2.1,JDK1.3) 1. keytool -genkey -alias tomcat -keyalg RSA 2. openssl req -new -out REQ.pem -keyout KEY.pem 3. openssl req -x509 -in REQ.pem -key KEY.pem -out CERT.pem 4. openssl pkcs8 -topk8 -nocrypt -in KEY.pem

Servlets and JSP sharing ONE context

2001-05-17 Thread dmolinier
Hi everybody. Could someone explain me HOW to configure Tomcat (server.xml and tomcat.conf) so that JSPs and servlets share the same context ? BTW, I would like my files not to be located in .../tomcat/webapps directory. Thanks in advance. -- David

server.xml context port from 3.2.1 to 3.3

2001-05-17 Thread samuel . eaves
I have a question. I've had to install Tomcat 3.3 to get around a bug I encountered while building mod_jk. I had a simple context set up in server.xml on an NT box running Tomcat 3.2.1. I would like assistance in converting the 3.2.1 context to a 3.3 context.

RE: AW: mailing list or news group??

2001-05-17 Thread Cox, Charlie
Title: RE: AW: mailing list or news group?? I vote for the mail list because I keep many messages with good explainations that I don't always remember the exact wording of. this way I can search in my local archive and not have to search the entire tomcat archive. it would be difficult to for

Re: Homepage

2001-05-17 Thread Daniel de Almeida Alvares
Becareful guys !! This is a virus I?m right that was not known! REgards Daniel ___ Daniel de Almeida Alvares Santos - SP - Brasil [EMAIL PROTECTED] - Original Message - From: ALex Loubyansky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 15, 2001

Re: Tomcat admin servlet

2001-05-17 Thread Mark Papiani
Thanks Kevin, but I already have this in the tomcat-users.xml: user name=admin password=admin roles=admin,tomcat / The admin servlet still reports: 2001-05-17 03:19:39 - Ctx( /admin ): 500 R( /admin + /contextAdmin/contextAdmin.jsp + null) You must mark the administration application as

Re: Attn: Roger - question about setting up Apache and Tomcat

2001-05-17 Thread rday
At 5/17/01 2:44:56 PM, HD [EMAIL PROTECTED] wrote: # I'm not even sure how you got Apache to run with this # configuration (have you tried Apache.exe -t?). # # == Usually I double click the apache.exe file. I # just tried your cmd the msg is: syntax OK, that's it. # # # Include #

Re: AW: mailing list or news group??

2001-05-17 Thread Mark Mynsted
No problem. But I am not the owner of Jakarta Tomcat. I believe that the owner(s) should put this in SourceForge if they like the idea. That way they can implement what ever parts, including no parts, of SourceForge they believe would be consistent with their mission. Sincerely yours; Mark

RE: Apache, Struts, .conf files

2001-05-17 Thread Dante le Poole
Replace the ApJServMount statements with JkMount statements in the generated tomcat-apache.conf file (and replace any other JServ statements with their mod_jk equivalents). That did it for me. Dante ::-Original Message- ::From: [EMAIL PROTECTED] ::[mailto:[EMAIL PROTECTED]]On ::Behalf

Re: servlet chaining, session null

2001-05-17 Thread Bo Xu
[EMAIL PROTECTED] wrote: Hi, i'm trying to use Servlet chaining with three servlets. In the first one i create a cession (if it doesn't exist), in the second one i put some attributes in the cession. But when i arrive in the third servlet, my session is null? As anybody already had this

Connection pooling

2001-05-17 Thread Magnus Jansson
I've seen that there is a connection pooling thing under the jakarta project. Is that good?

test (please ignore) ???????????????????????????

2001-05-17 Thread majid nakit
test __ FREE voicemail, email, and fax...all in one place. Sign Up Now! http://www.onebox.com

RE: Preserving single quotes

2001-05-17 Thread Cox, Charlie
Title: RE: Preserving single quotes My guess is that you inserted quotes copied from Microsoft Word. Word repaces normal single quotes with smart quotes(their term, not mine). This is some value that is not resolved by a lot of applications(notepad,xml/xsl,etc),although XMLSpy seemed to know

Tomcat 4/Apache combination

2001-05-17 Thread Laurens Fridael
Hi, Can anyone comment on the stability of the Tomcat 4 / Apache combination? Do the Apache module and the Tomcat 4 connector work well enough for production use? I know Tomcat 4 is still in beta state, but I'm willing to take the risk.The Servlet 2.3 Filter feature will be a great

question about configuring tomcat with apache

2001-05-17 Thread John Paca
Is there any way to configure tomcat so that it opens the apache web server instead of the other way around? The reason I ask is that for security reasons we would like to put the apache web server on one NT and have tomcat run on another with a firewall between the 2. It would be more secure

Has anybody resolved no-refresh of servlets?

2001-05-17 Thread Mark Mynsted
Has anybody resolved why servlets do not seem to be refreshed when the reloadable=true flag is on for a context? I have the reloadable flag set to true for a context. When my JSPs change they are reloaded. When my Serlvets change, they are NOT reloaded. Why? What do I need to do? Sincerely

Re: Homepage

2001-05-17 Thread Martin Mauri
Yes, I also notified it... Becareful guys !! This is a virus I?m right that was not known! REgards Daniel ___ Daniel de Almeida Alvares Santos - SP - Brasil [EMAIL PROTECTED] - Original Message - From: ALex Loubyansky [EMAIL PROTECTED] To: [EMAIL

RE: FORM-based login questions

2001-05-17 Thread Kevin HaleBoyes
Thanks for your help. I've been browsing the archives for this list and have noticed that the question about the mis-redirect from the direct-access to the login.jsp comes up fairly often. I'm wondering (haven't tried anything yet) if I can set up the redirection manually if the login page is

Difficult question Urgent!!!

2001-05-17 Thread mohamed imdadullah
Hhi all, I have Tomcat running under apache, i have been able to have same authentication for both apache (serving perl) and tomcat(serving jsp). The problem is , after authenticating user in jsp, i need to get the user name of the person who has logged in to make further queries with the

No mod_jk.so?

2001-05-17 Thread TWR - Hauptuser
Hi, why is there no mod_jk.so in the jakarta-3.2.2b5 directory, but mod_jk.dll and for Netware, OS which are VERY freely distributable ;-)? I tried the former mod_jk.so for 3.1.1 but it seems not to work (Internal server error...). Where can I get a mod_jk.so? Regards Thomas

Re: Application with distributed resources

2001-05-17 Thread Bip Thelin
On Thu, 17 May 2001, Twylite wrote: [...] 1. Sessions are not shared between servers. Although I do not store any information in sessions (at this stage, at least), I need to transfer a user's identity and roles between servers. At the moment a redirection to another server means the

A Servlet Exception Has Occurred

2001-05-17 Thread Bruno Crapart
I have tried to upgrade all my system to Tomcat4, JDK1.3.1, JSDK1.3 Here is the result, Wrong java file is created from jsp file It worked fine with past versions of Tomcat JDK and JSDK A Servlet Exception Has Occurred org.apache.jasper.JasperException: Unable to compile class for

Re: Attn: Roger - question about setting up Apache and Tomcat

2001-05-17 Thread HD
Roger, I don't know why the instruction on the Tomcat website include the mod_jk.conf-auto. Since I don't know much about it, so I just followed exactly what they instructed. I bet it does. Try this: http://localhost/examples/jsp/ == don't know why it doesn't. That's why I need help. I

RE: Tomcat 4/Apache combination

2001-05-17 Thread Bruno Crapart
The same for me ! I am confident with Jakarta But i encounter one problem below : A Servlet Exception Has Occurredorg.apache.jasper.JasperException: Unable to compile class for JSPC:\tomcat\bin\..\work\localhost\egc\carriersite\code_jsp.java:62: Incompatible type for method. Explicit cast

RE: servlet chaining, session null

2001-05-17 Thread SAMEUNIE
Well, all my servlets are on the same webapps. I don't use the url rewriting, but the HttpSession. for example in the first servlet: HttpSession session = request.getSession(false); if (session == null) session = request.getSession(true); session.setAttribute(path1,request.getServletPath());

Re: tomcat-user

2001-05-17 Thread Mark Mynsted
I doubt any IBMers will comment. ;-) Sincerely yours; Mark Mynsted VHA Management Information Systems Client Services [EMAIL PROTECTED] (972) 830 - 0592, Internal x1592 [EMAIL PROTECTED] 5/17/2001 10:18:11 AM At 04:01 PM 5/17/2001 +0100, George wrote: I am a partially happy OS/2 user.

Thanks RE: Apache, Struts, .conf files

2001-05-17 Thread DHarty
Thanks Dante! Your email made me realize that the struts instructions assume that your using JServ and not mod_jk D -Original Message- From: Dante le Poole [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 10:23 AM To: [EMAIL PROTECTED] Subject: RE: Apache, Struts, .conf

Creatying java file

2001-05-17 Thread Bruno Crapart
From jsp file, who is creating Java file ? (under work folder) My problem is that this creator is doing a bad job under Tomcat4.0 ! Bruno -Message d'origine- De : John Paca [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 17 mai 2001 17:05 À : [EMAIL PROTECTED] Objet : question about

Re: Creatying java file

2001-05-17 Thread Bip Thelin
On Thu, 17 May 2001, Bruno Crapart wrote: My problem is that this creator is doing a bad job under Tomcat4.0 ! Read my previous mail, I would think that there is no problem with your creator. ..bip

Tomcat Socket Error

2001-05-17 Thread Jaimes Blunt
Title: Tomcat Socket Error Hi guys, I was wondering if someone could help me. I am using Tomcat as a standalone middleware server, that basically manages connections to a remote system, and parses all data received. I have started getting weird error messages as mroe people begin to access

Re: passing quotes in html

2001-05-17 Thread Christoph Kukulies
On Thu, May 17, 2001 at 05:43:36PM +0200, Christoph Kukulies wrote: Sorry that this is not directly tomcat related but in the course of writing a jsp/servlet application I came across the problem that I'm generating a FORM which contains something like: fprintf(yyout,input

inserted line feeds in concatenated strings

2001-05-17 Thread Christoph Kukulies
I'm seeing different browser behaviour between unix netscape vs. Windows (NT) Netscape or MSIE. I'm generating a page with text between PRE.../PRE. The text is generated via out.println(text + , + number); and I get a line break after 'text' while under Unix browsers I don't get a line break.

Virtual Hosting and security

2001-05-17 Thread Renato Weiner
Hi all, I know this is a quite common subject but I didn't find any ultimate answer. In a shared hosting environment, how can I prevent clientX to read files from clientY ? - java.policy doesn't cover this. If I use grant codeBase 'file:/...' or 'http://', it doesn't work. - can I override

RE: Static filed reference BUG since( Tomcat 4b2-b5)

2001-05-17 Thread Randy Layman
There is a difference between adding to the classpath and importing. The class path helps the JVM find the .class file for a particular class. The import statements allow a developer to use the short class-only name (i.e. Vector) instead of the fully qualified class name (i.e.

Re: passing quotes in html

2001-05-17 Thread Wyn Easton
Use the single quote (') in the HTML that has double quotes. Like this: input type=text value='Hello' --- Christoph Kukulies [EMAIL PROTECTED] wrote: Sorry that this is not directly tomcat related but in the course of writing a jsp/servlet application I came across the problem that I'm

starting tomcat in debug VM

2001-05-17 Thread Nathan Coast
Hi, I'm trying to start tomcat in debug mode using these options: TOMCAT_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n as I understand it, the address to which the debuger should connect should be displayed on stdout. However, all that is being displayed is the agent

Tomcat 4 as an NT/2000 Service

2001-05-17 Thread Christopher Benson
Does anyone know when a version ofjk_nt_service.exe for Tomcat 4.x will be available so that Tomcat 4 can be run as an NT/2000 Service? Alternatively, is there a way the current jk_nt_service.exe can work with Tomcat 4. Tomcat 4 has no workers.properties file which is required by

RE: No mod_jk.so?

2001-05-17 Thread GOMEZ Henri
What OS did you look for ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: [EMAIL PROTECTED]

RE: Application with distributed resources

2001-05-17 Thread Vijay Prabhakar
Title: RE: Application with distributed resources I'm really interested in this kind of stuff. I have been working on this myself with Tomcat to do session failover and shared memory spaces. I found a company that's doing some interesting work with shared memory as well. Is this feature

RE: start tomcat server remotely --Help needed

2001-05-17 Thread Vijay Prabhakar
Title: RE: start tomcat server remotely --Help needed _theoretically_ you could do this. I wouldn't suggest that though. I'd say use JMX to do stops and restarts. -Vijay -Original Message- From: Valeriy Molyakov [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 1:54 AM

Re: Struts, Velocity, JSP, XSLT?

2001-05-17 Thread Jeff Kilbride
Speed is one consideration. XML and XSLT are great, but are very processor intense for all the translation/transformation that is done on the fly. --jeff - Original Message - From: Richard Draucker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 9:18 PM Subject:

Re: Cookies

2001-05-17 Thread Jeff Kilbride
Look at the session-timeout directive in your web.xml file. The default is 30 minutes. --jeff - Original Message - From: Oki DZ [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 10:26 PM Subject: Cookies Hi, I use JDBCRealm and I'd like to have the connection

RE: Application with distributed resources

2001-05-17 Thread Bip Thelin
On Thu, 17 May 2001, Vijay Prabhakar wrote: I'm really interested in this kind of stuff. I have been working on this myself with Tomcat to do session failover and shared memory spaces. I found a company that's doing some interesting work with shared memory as well. Is this feature expected

RE: Difficult question Urgent!!!

2001-05-17 Thread William Kaufman
javax.servlet.http.HttpServletRequest.getRemoteUser(). -- Bill K. -Original Message- From: mohamed imdadullah [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 9:17 AM To: [EMAIL PROTECTED] Subject: Difficult

Re: Browser Closed

2001-05-17 Thread Alin Simionoiu
Is possible to find out if a specific session is no longer valid?.. - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 1:15 AM Subject: Re: Browser Closed On Wed, 16 May 2001, Alin Simionoiu wrote: I think this event as also

Tomcat Apache/ JServ mod_jserve problem ...

2001-05-17 Thread Anil Kumar
Hi I thought Some one can help .. I am getting these error messages ... [17/05/2001 09:25:38:758] (ERROR) an error returned handling request via protocol ajpv12 [17/05/2001 09:25:41:553] (EMERGENCY) ajp12: can not connect to host 127.0.0.1:61618 [17/05/2001 09:25:41:553] (EMERGENCY) ajp12:

Re: Difficult question Urgent!!!

2001-05-17 Thread Jeff Kilbride
How about the getRemoteUser() method of the request object? --jeff - Original Message - From: mohamed imdadullah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 4:17 PM Subject: Difficult question Urgent!!! Hhi all, I have Tomcat running under apache, i have

test -- apologies.

2001-05-17 Thread mepstein
Testing ...

Problems replacing SessionInterceptor

2001-05-17 Thread David M. Rosner
Hello, I've written my own version of the SessionInterceptor and placed this with my application class files (com.myapp.uril.SessionInterceptor). I updated the server.xml file to point to my version of the class instead of Tomcats by updating the following: RequestInterceptor

Re: AW: AW: mailing list or news group??

2001-05-17 Thread Milt Epstein
On Thu, 17 May 2001, Ralph Einfeldt wrote: Sorry, but it has been discussed in at least three threads! Some examples: http://mikal.org/interests/java/tomcat/archive/view?mesg=26350 http://mikal.org/interests/java/tomcat/archive/view?mesg=26349

  1   2   >