Re: Please Help

2001-12-20 Thread Micael Padraig Og mac Grene
At 01:13 PM 12/20/01 +0530, you wrote: Hi To All, What is TC Stand alone Servlet Contairs Please help Vikas Cannot imagine what the fire is, but I assume that you mean Tomcat for TC and by stand alone using the Tomcat server without a J2EE application? -- To unsubscribe: mailto:[EMAIL

System crash with Tomcat 4.0.1

2001-12-20 Thread Rami Developer
Hi, System Spec: I am using a Windows 2000 Local system, where the local is Arabic. I installed Tomcat 4.0.1 using the .exe installer. Moreover, I installed Tomcat as a service. The JDK version is 1.3.1_01 Problem: when I run tomcat as a service. Every thing up to now is OK, but when I open IE

Re: mail.jar

2001-12-20 Thread Jayashree Gopal
mail.jar is the jar file which is referred by the java programs/applications which use the javamil.api. I guess ur using tomcat and hence the q of common/libs comes. Any program which runs thru ur tomcat refers to common/lib for the appropriate .jar files. --- E B [EMAIL PROTECTED] wrote: Why

VERY VERY URGENT!!! PLEASE HELP!!!

2001-12-20 Thread Jayashree Gopal
Hello, I have Tomcat version 4.0 installed which supports servlet 2.3 API and JSP 1.2 specifications. I am writing a servlet which creates a session and includes the username and password inside this session. I am passing the session ID to the other html pages generated thru a servlet. However

RE: Problems running Tomcat4.0 under WindowsXP

2001-12-20 Thread Rama
what is the value of: type %CATALINA_HOME% ? Rama -Original Message- From: Paul Bundick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 11:29 PM To: [EMAIL PROTECTED] Subject: Problems running Tomcat4.0 under WindowsXP Has anyone experienced problems with the

Tomcat 4 mod_webapp in Win2k

2001-12-20 Thread Rama
Hi, Can anyone explain to me what I should do to make Apache 1.3.22, Tomcat 4.01, and mod_webapp work in my Win2k system? Please do not tell me to read the documentation. I've done exactly what the documentation told me but it seems Apache is always taking 99% of system resource (in other

File upload won't work with Tomcat4 ...

2001-12-20 Thread martin eberle
Hi, i try to upload any stuff (mostly .zip, .doc, .xls, .txt) - but it doesn't matter which filetype, the result is always the same: Apache Tomcat/4.0.1 - HTTP Status 404 - ../webapps/mywebapp/data/attachements/61_7781091_win.ini (File not found) type Status report message

RE: Tomcat 4 mod_webapp in Win2k

2001-12-20 Thread Diego Castillo
Just read the comments of the server.xml file from your Tomcat installation. It worked just fine for me and I have exactly the same software you talk about. Diego -Message d'origine- De : Rama [mailto:[EMAIL PROTECTED]] Envoye : jeudi 20 decembre 2001 09:26 A : [EMAIL PROTECTED] Objet

Re: File upload won't work with Tomcat4 ...

2001-12-20 Thread Lester June Cabrera
Try to upload to upload your data files in the apache htdocs directory and access them via your JSP files from there. This is our setup in our webhosting company. All our JSP apps are in /webapps directory. And all the rest of the files (*.html, *gif, *.jpg, *.zip) are in /htdocs. At 09:42

Please help me on NT Authentication

2001-12-20 Thread ans M
Hi, I am building a system for the Intranet. We have a NT network. I wanted to know if by any means I can use the username and password that is registered in the NT Server, so that when a user logs in to NT system, he should be automatically logged in to my application built on Tomcat? Can

google

2001-12-20 Thread E B
google doesnt index this tomcat mailing list from some archive; wouldnt it be nice if it does. It would be easy for me to search there first b4 posting here. __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to

AW: File upload won't work with Tomcat4 ...

2001-12-20 Thread martin eberle
I've thinked about /htdocs dir, too .. But: why does tomcat tries to access the file in ../webapps/mywebapp/data/attachements/ ?? In result, how should the /htdocs directory labeled? /usr/local/httpd/htdocs/webapps/mywebapp/data/attachements/ ?? Or anything else? regards, -martin

shlow(some times never) shutdown

2001-12-20 Thread E B
tomcat shuts down slowly on my linux. It shows 'Stopping service Tomcat-Standalone' and doesnt say anything about Tomcat-Apache. btw, what are these two? __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to

Re: google

2001-12-20 Thread antony
http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 E B wrote: google doesnt index this tomcat mailing list from some archive; wouldnt it be nice if it does. It would be easy for me to search there first b4 posting here. __ Do You Yahoo!?

google

2001-12-20 Thread E B
google doesnt index this tomcat mailing list from some archive; wouldnt it be nice if it does. It would be easy for me to search there first b4 posting here. __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to

Re: AW: File upload won't work with Tomcat4 ...

2001-12-20 Thread Lester June Cabrera
Our setup in our web hosting company is if we have a /webapps/data directory, we should also have a /htdocs/data directory. All JSP's and classes reside in the /webapps directory while the rest are in /htdocs directory. Lester At 09:57 AM 12/20/01 +0100, martin eberle wrote: I've thinked

Re: google

2001-12-20 Thread E B
I know, but why doesnt google index these archives? --- [EMAIL PROTECTED] wrote: http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 E B wrote: google doesnt index this tomcat mailing list from some archive; wouldnt it be nice if it does. It would be easy for me to search there

AW: Tomcat 4 mod_webapp in Win2k

2001-12-20 Thread Lauer, Oliver
Hi, I had similar problems and switched to mod_jk which works fine for that purpose ! Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail:

Re: Tomcat 4 mod_webapp in Win2k

2001-12-20 Thread Bruno VERNAY
Hi, I got the same configuration working. I just write a little doc covering only this configuration. Little changes are needed from default configuration : http://bruno.vernay.free.fr/HowTo/index.html What I can't do is change the default directory of the WebApps. Can someone help me on this.

Re: shlow(some times never) shutdown

2001-12-20 Thread Bruno VERNAY
You can use Tomcat only (without Apache) as a complete web server. This is stand alone. You can use Tomcat with Apache with a connector. WARP (mod_webapps) for example. In this case you can delete the whole service stand-alone ... in the server.xml. And leave only the service tomcat-Apache.

Re: VERY VERY URGENT!!! PLEASE HELP!!!

2001-12-20 Thread James Williamson
- Original Message - From: Jayashree Gopal [EMAIL PROTECTED] Hello, I have Tomcat version 4.0 installed which supports servlet 2.3 API and JSP 1.2 specifications. I am writing a servlet which creates a session and includes the username and password inside this session. I am

black magic mystery

2001-12-20 Thread E B
This is about classloaders again. Same old problem about message style soap services, and soap classes in soap/WEB-INF/classes. 1. How do I find out which classloader loaded the classes shown in the stack trace? 2. In the stack trace that is shown below, the class MessageServer is in the

request-simulation

2001-12-20 Thread Michael Remme
Hi all, for testing-purpose i would like to simulate a request for my servlet. Do you know, wether i have a chance to create a request-object pragrammatically? i tried already to serialize a request from realtime, but serialization isn't supported, there. Thanks in advance, Michael

Re: request-simulation

2001-12-20 Thread Jim Cheesman
At 10:40 AM 20/12/01, you wrote: Hi all, for testing-purpose i would like to simulate a request for my servlet. Do you know, wether i have a chance to create a request-object pragrammatically? i tried already to serialize a request from realtime, but serialization isn't supported, there. Have

Permissions for file created by tomcat on Solaris system

2001-12-20 Thread Hitchman, Peter
Hi, We have tomcat app creating files, which get created with permissions rw-r--r--, the default according to the system umask 022. Is it possible to configure tomcat to change the permissions used when it creates a file? Thanks. Pete [END]

Any one knows a good Web hosting service?

2001-12-20 Thread yilmaz
Hi all, The subject may sound a trivial subject for you, please be patient with me. if you are providing this kind of service or would like to suggest me a good JSP ISP please do continue reading: You can reply to my private email address : [EMAIL PROTECTED] Our company is located in

Re: Imported classes run, but not under Tomcat

2001-12-20 Thread Leandro
Or you con put them on %tomcat_home%/lib []s Leandro - Original Message - From: Kendal L. Montgomery [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 10:25 PM Subject: RE: Imported classes run, but not under Tomcat Put your compile class

Tomcat hangs due to mistyped Oracle login until that servelt completes !!!??

2001-12-20 Thread Vesna Milosavljevic
Hello to the list Problem : Whenever a servlet/jsp that connects to oracle is executed with mistyped login/passwd, no other/same servlet/jsp dealing with Oracle on that Tomcat instance can be executed, till the processing of that request

RE: AW: Classloader question

2001-12-20 Thread Arnaud Héritier
The simpliest solution is to rename your WEB-INF/lib/classes12.zip to WEB-INF/lib/classes12.jar and it works. -Message d'origine- De: Craig R. McClanahan [SMTP:[EMAIL PROTECTED]] Date: jeudi 20 décembre 2001 03:31 À:Tomcat Users List Cc: Lauer, Oliver Objet:Re: AW:

mod_jk and Tomcat 4.0.1 on Linux

2001-12-20 Thread Tore Skogly
I am using Tomcat 4.0.1 and Apache 1.3.20 on a RedHat 7.2 system. Does anyone know how to integrate Tomcat and Apache using mod_jk? I would like to have Apache handle my static html pages and Tomcat to handle my jsps. and servlets, and to be able to place all my web content in directories under

AW: Contrary Login Use Case

2001-12-20 Thread Ralph Einfeldt
Just one idea: Define two jsp's: /public/jsp/foowrapper.jsp /member/jsp/foowrapper.jsp Both JSP' contain just an include to /jsp/foo.jsp Let the login link point to the /member/jsp/foowrapper.jsp Let /member/jsp/foowrapper.jsp be protected by tomcat. -Ursprüngliche Nachricht-

RE: Stability of Tomcat 3.3 vs. 4.0

2001-12-20 Thread GOMEZ Henri
Load balancing can be simulate it with several warp connectors and virtual host, the load balancing is not more than a very good configured pooling connection, that's what is in 4.x It's not totally true. VirtualHost and warp connectors didn't do a real load-balancing. ie: If you have 500

RE: AW: Classloader question

2001-12-20 Thread Justin Rowles
Servlet containers look for JAR files, not ZIP files. Why Oracle persists in shipping their JDBC drivers in ZIP format is a mystery to me -- but the complaints should go to them. As I understand it, .zip files can be renamed to .jar files without a problem. The manifesto is missing, but

RE: Illegal State Exception

2001-12-20 Thread tomcat-user-return-5492-archive=jab . org
I would begin by examining the form on which the error occured as indicated by the message. You should locate the source code under the TOMCAT_HOME/work/{webcontext}/.../form_jsp_{Highest number}.java That should show the source of the problem form and from there you should be able to

RE: Illegal State Exception - Further information.

2001-12-20 Thread tomcat-user-return-5493-archive=jab . org
The Servlet spec says that you can not call HttpServletResponse.sendError() once output has been committed to the browser. If you do so, you get the IllegalStateException you are seeing. With content already sent, it is too late to do a redirection. AH! *So*, the theory here is that I

RE: AW: Classloader question

2001-12-20 Thread Arnaud Héritier
I tried and it works. The manifest isn't used here so you can only rename the file. If you want to be clean you must unzip the file and recreate the jar but it's pointless. arno -Message d'origine- De: Justin Rowles [SMTP:[EMAIL PROTECTED]] Date: jeudi 20 décembre 2001 11:09 À:

Re: Tomcat hangs due to mistyped Oracle login until that servelt completes !!!??

2001-12-20 Thread Vesna Milosavljevic
Seems that this could be a buffering problem ! Here is the output of a simple serlvet named DBping that accepts the oracle name/pass, connects to database and execute a simple query. When started DBping gets its ID (Random) so I can identify the output in the log file. In the following

RE: AW: Classloader question

2001-12-20 Thread Justin Rowles
I tried and it works. The manifest isn't used here so you can only rename the file. If you want to be clean you must unzip the file and recreate the jar but it's pointless. Thanks for that - that was my understanding. Nice to have it confirmed. J. -- You're only jealous cos the little

subfolder in WEB-INF

2001-12-20 Thread Ralf Praschak
hello! i´ve a problem to solve. all me ideas doesn´t work ;( i have a folder projekt in the webapps the servlet classes are in the classes folder of the WEB-INF - webapps/projekt/WEB-INF/classes a servlet called Hello.class in the classes folder runs perfect -

RE: Clear Cache In IE5

2001-12-20 Thread Guido Medina
The last thing you can do is to stop tomcat, erase everything inside TOMCAT_HOME/work and start it again. -Original Message- From: Yiu Wing [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 10:00 PM To: 'Tomcat Users List' Subject: Re: Clear Cache In IE5 Go to server.xml

Re: Tomcat 4 mod_webapp in Win2k

2001-12-20 Thread Bruno VERNAY
At least I solved my problem ! I was trying to put the webapps in a different directory. I use Tomcat 4 and Apache 1.3.22 with an WARP connector (mod_webapps.) First : I totaly delete the Stand-alone service in the server.xml. It worked. Then I moved the WebApps directory and here is my new

Re: subfolder in WEB-INF

2001-12-20 Thread Vesna Milosavljevic
As far as I know (I'm mostly CGI programer), you shlould put subproject servlets into package named for example test_srv, and upload servlets (and other related classes) in : webapps/projekt/WEB-INF/classes/test_srv/... Now you can call your servlets:

RE: Problems executing Conn Pool example that comes with JSQLConnect

2001-12-20 Thread Guido Medina
put this file also inside TOMCAT_HOME/common/lib or /lib -Original Message- From: Rudi Doku [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 8:28 PM To: [EMAIL PROTECTED] Subject: Problems executing Conn Pool example that comes with JSQLConnect Greetings, I'm currently

Re: google

2001-12-20 Thread Bruno VERNAY
I didn't find any newsgroup too. Is there only http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 to avoid the mailing-list ? I have try comp.lang.java.programmer but it's too general. I don't thing that it is the right place to discuss Tomcat-Apache WARP connector. Thanks -- To

RE: AW: Classloader question

2001-12-20 Thread Guido Medina
a piece of advise is to unzip it and create a jar file with the unzipped files...it is easy with the jar tool. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 10:31 PM To: Tomcat Users List Cc: Lauer, Oliver Subject: Re: AW:

RE: mod_jk / EAPI for Win NT

2001-12-20 Thread Larry Isaacs
I'm probably not as well informed on this one as I should be. I haven't yet tried to build an Apache with mod_ssl, which I assume is where the EAPI is coming in. I wouldn't thing that mod_jk operation would be affected, so I think the warning could be ignored. I'll try to install mod_ssl on a

RE: AW: Classloader question

2001-12-20 Thread Guido Medina
the manifest.dtd can be generated with the jar tool, don't invent, just follow the standards...unzip, jar -c somedir somefile.jar That's it -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 6:09 AM To: 'Tomcat Users List' Subject: RE:

RE: subfolder in WEB-INF

2001-12-20 Thread Larry Isaacs
The URL would be http://server/projekt/servlet/test.Hello if you don't want to use a servlet mapping in web.xml. Cheers, Larry -Original Message- From: Ralf Praschak [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 7:35 AM To: Tomcat Mailinglist Subject: subfolder in

Unknown error

2001-12-20 Thread JBrawner
I have Tomcat 4 running standalone. The error message below is in my catalina_log file many times and I don't know what the problem is. All my JSP's and servlets run fine. 2001-12-20 07:53:45 HttpProcessor[80][3] process.invoke java.lang.NullPointerException at

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
Hi there, I can give you all the help you need -- I just did that. You will need to create a custom realm (not tough), and then there are some infrastructure dependent details to consider. Email me back if you want info. Chris -Original Message- From: ans M [mailto:[EMAIL

RE: File upload won't work with Tomcat4 ...

2001-12-20 Thread Bongiorno.Christian
I sniffed around google for 10 minutes and came up with perfect and simple code for this task. Look under java servlet http upload -Original Message- From: martin eberle [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 3:42 AM To: [EMAIL PROTECTED] Subject: File upload

Re: Tomcat 4.01 tag renders in wrong place

2001-12-20 Thread RSEQUEIRA
Thanks Craig. PageContext.include() can be a boon and a bane as well :-) Craig R. McClanahan [EMAIL PROTECTED]@localhost on 12/19/2001 08:52:11 PM Please respond to Tomcat Users List [EMAIL PROTECTED] Sent by: craigmcc@localhost To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
I would be interested too, if you can share it. Thanks. Bongiorno.Christian wrote: Hi there, I can give you all the help you need -- I just did that. You will need to create a custom realm (not tough), and then there are some infrastructure dependent details to consider. Email me back

AW: File upload won't work with Tomcat4 ...

2001-12-20 Thread martin eberle
hmmm, thx for the hint, but i've checked out google by nearly the same keywords and websites in result ;) i'm in position to think, it's any logical error in my code, not caused by tomcat .. hmm .. anyway, thx for supporting me ... -martin -Ursprüngliche Nachricht- Von:

Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bongiorno.Christian
I am a programmer, not an html guy. And as such, I am having some problems getting jsps to work correctly with a frame set. Here is a sample of a web page with the html I need !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2//EN HTML HEAD META HTTP-EQUIV=Content-Type

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
Since this is a security sensitive issue, if you would like to email me offline to discuss that would be cool. If not, we can discuss on mailing-group. Let me know and then I have some questions Chris -Original Message- From: Bruno VERNAY [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: Tomcat memory setup

2001-12-20 Thread Randy Layman
There seems to be an echo, because this question was asked and answered (by myself) yesterday. Pass the -Xmx and -Xms options to the call to the JVM in tomcat.sh, or set TOMCAT_OPTS (for TC 3.x) or CATALINA_OPTS (for TC 4.x) to be the command line switches mentioned above in your

RE: black magic mystery

2001-12-20 Thread Cox, Charlie
I'm not familiar with soap, but when you say soap is in its web-inf/classes, the MessageServer class should not be included in web-inf/classes, otherwise that one will be loaded and the common one will be ignored. this is better explained in the classloader doc. Charlie -Original

RE: File upload won't work with Tomcat4 ...

2001-12-20 Thread Bongiorno.Christian
Here is the code I use for uploading... It's like 5 lines...Ok, I made it a smidge more complicated -- this is the cool-kid version. You know, production quality Didn't mean to be a pain -- didn't feel like openning my IDE and logging into the network Chris private void

Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bruno VERNAY
Can you replace the src=main.html by src=yourfile.jsp ? It should work ** Bruno Mizzi-Vernay [EMAIL PROTECTED] ** -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

RE: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bongiorno.Christian
and then for the login page in the web.xml I just put my html page? I thought that might work. I will try! -Original Message- From: Bruno VERNAY [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 9:00 AM To: Tomcat Users List Subject: Re: Mildly off topic, but there are too

RE: Unknown error

2001-12-20 Thread Larry Isaacs
This is a bug in ErrorDispatcherValve that occurs if the request doesn't map to a context, i.e. line 280 is: ErrorPage errorPage = context.findErrorPage(statusCode); and context is null. This bug has been fixed and appears in the current Tomcat 4.0-dev and will appear in the next 4.1 and

RE: Any one knows a good Web hosting service?

2001-12-20 Thread Keith Morgan
check out kgbinternet.com. Servlet support, mysql, very low rates made even lower by being in Canadian $. I've been using it for several months with no complaints. -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 5:33 AM To: Tomcat Users List

RE: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-20 Thread Kemp Randy-W18971
I have never used Tomcat for large scale projects like this, but some on the list have. But I will ask a few questions. Do you plan on using EJB or just JSP and servlets? If so, look at Resin at www.caucho.com as another option. This can be hooked up to Jboss but not in the same VM. If

Re: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-20 Thread Pae Choi
No WebSphere or any other? Just BEA and Oracle? :-) Pae - Original Message - From: Kemp Randy-W18971 [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 6:03 AM Subject: RE: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN I

Re: black magic mystery

2001-12-20 Thread James Williamson
From: E B [EMAIL PROTECTED] This is about classloaders again. Same old problem about message style soap services, and soap classes in soap/WEB-INF/classes. 1. How do I find out which classloader loaded the classes shown in the stack trace? Have you tried starting up Tomcat under a

AW: File upload won't work with Tomcat4 ...

2001-12-20 Thread martin eberle
Thanks for the source, but in Tomcat3.x my own code worked well So, i dunno, what i've made wrong in Tomcat4 ... it's the same stuff as ever :( -Ursprüngliche Nachricht- Von: Bongiorno.Christian [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 20. Dezember 2001 14:53 An: Tomcat

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
Can't you change the IP adresses and other passwords ? I guess they are too numerous ? I was asking for an intranet project, but I can't begin testing right now. I wouldn't even have enough right to access to our NT server. I would have keep your information for later use. -- To unsubscribe:

RE: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bongiorno.Christian
Bruno That sorta works. When I load it in IE (no tomcat, just straight page) it looks great. When I go to try using it from TC I.E goes into some sorta freak-out mode and spins -- taking up all my cpu and never producing the page? Ideas? Here is everything in zip form Chris

RE: Please help me on NT Authentication

2001-12-20 Thread Jim Urban
I would like this info too. Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 -Original Message- From: Bongiorno.Christian [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 7:37 AM To:

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
Are these questions on NT authentication directed at me? Not that I mind, I just need to know my audience -Original Message- From: Bruno VERNAY [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 9:23 AM To: Tomcat Users List Subject: Re: Please help me on NT Authentication

logging a user out on session timeout with tomcat 3.2.3

2001-12-20 Thread ian silvester
Hi all, I have an implementation of Tomcat 3.2.3 on NT4sp6a. I would like for a user's browser to visually tell them that they've been 'logged out' of the system if their session times out. I do not want to put a test on a session attribute on every page with a redirect if fail, because that's

Re: Tomcat memory setup

2001-12-20 Thread Gilles Hooghe
Sorry but I just register today so I didn't received these messages. But thanks Gilles On Thu, 20 Dec 2001 08:08:15 -0500 Randy Layman [EMAIL PROTECTED] wrote: There seems to be an echo, because this question was asked and answered (by myself) yesterday. Pass the -Xmx and -Xms

Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bruno VERNAY
It looks good on my machine (IE6 or Mozilla latest build.) But it won't hurt if - you close the head element in login.jsp. just put /head before body - for the frame set, simply use : FRAMESET ROWS=60,99%,50 BORDER=0 FRAMESPACING=0 FRAMEBORDER=NO FRAME SRC=header.html

Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread ian silvester
Which version of IE (and Tomcat while we're asking :-)) does it fail in? Please give the absurdly long version number you'll find in the Help.. About.. dialog.. ian - Original Message - From: Bongiorno.Christian [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday,

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
Yes ... you said that you did it. Bongiorno.Christian wrote: Are these questions on NT authentication directed at me? Not that I mind, I just need to know my audience -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

AW: logging a user out on session timeout with tomcat 3.2.3

2001-12-20 Thread Ralph Einfeldt
beans are on the server side. For that what you wan't you need either an applet or you need some javascript that polls on the server. -Ursprüngliche Nachricht- Von: ian silvester [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 20. Dezember 2001 15:36 An: Tomcat User Mailing List

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
Well, if you create a custom realm you can specify anything your 'lil heart desires in the config.xml file. You have all the right you need to access your NT domain controller if you can log onto the network with your domain username and password. Are you using a 2K domain or an NT domain. Ask

RE: Illegal State Exception - Even more!

2001-12-20 Thread Justin Rowles
AH! *So*, the theory here is that I am generating more than the 8kb of data, which is being autocommited to the browser, then an error occurs and the servlet cannot send the error, but instead raises this exception. Got it. In fact, I write a large form back in html. If the last

RE: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bongiorno.Christian
I am using I.E 6.0.2479.0006C0 I am using TC 4.1?? This is being called from my machine directly through TC:8080 I am not using localhost for url. I use my qualified machine name I tried brunos suggestions and it works no better. here is the updated login.html !DOCTYPE HTML PUBLIC

Re: logging a user out (thanks)

2001-12-20 Thread ian silvester
Many thanks Ralph. I'll post the solution if I find an elegant one - I just like the idea that a user goes away for lunch and comes back to see that they've been logged out, without clicking a link to try to carry on what they were doing. ian - Original Message - From: Ralph Einfeldt

RE: subfolder in WEB-INF

2001-12-20 Thread Ralf Praschak
hello! okay this url http://server/projekt/servlet/test.Hello works but now i am getting a 500 java.lang.NullPointerException at java.lang.ClassLoader.resolveClass0(Native Method) at java.lang.ClassLoader.resolveClass(ClassLoader.java:588) at

Re: Any one knows a good Web hosting service?

2001-12-20 Thread yilmaz
hi keith, thanks for your suggestion, but i already wrote email to them twice, but they didn't even reply to me . Cheers :) - Original Message - From: Keith Morgan [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 9:59 PM Subject: RE: Any

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
It's still a NT Domain. But my PC is an 2k workstation. Bongiorno.Christian wrote: Well, if you create a custom realm you can specify anything your 'lil heart desires in the config.xml file. You have all the right you need to access your NT domain controller if you can log onto the

help - tomcat config

2001-12-20 Thread Matthew Du Plessis
hi tomcat 3.2.4 apache 1.3.22 mod_ssl open_ssl mandrake linux 8 mod_jk I installed\configured the above packages on mandrake. I can run the examples without a problem but when i try to access jsp pages in a different context I get a Error: 500 Location: /test/jsp/testBean.jsp Internal Servlet

RE: Illegal State Exception - Even more!

2001-12-20 Thread Larry Isaacs
The increase in memory probably didn't affect the buffer size. For JSP, the JspWriter's buffer may be increased with: %@ page buffer=size % where the size is a value in kbytes, i.e. 32 or 32kb. The default is 8kb. For servlets, you can use: ServletResponse.setBufferSize(size); where

Re: help - tomcat config

2001-12-20 Thread ian silvester
just a quick one off the top of my head - have you tried stopping tomcat, deleting the contents of the 'work' dir and restarting? I've sometimes seen class instantiation problems fixed this way... ian - Original Message - From: Matthew Du Plessis [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
Well, for Bruno and Group, here is what we did. I don't know if it is going to work out for you. And Yes, this is a TC solution not weblogic. Don't be miserable! We had two implementations since we were in the middle of an exchange upgrade and just rolled out a 2K domain. We use exchange and

RE: Illegal State Exception - Even more!

2001-12-20 Thread Justin Rowles
The increase in memory probably didn't affect the buffer size. For JSP, the JspWriter's buffer may be increased with: %@ page buffer=size % Whoops, didn't say what I meant. That (the above) is exactly what I did - to 500kb I can get a Response has already been committed exception at

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
P.S. The classes for NT authentication in JAAS are WINDOWS dependent. They use a native DLL and JNI. Sorry, been there -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: subfolder in WEB-INF

2001-12-20 Thread Larry Isaacs
Did you restart Tomcat? Class reloading isn't always successful in Tomcat 3.2.x. Otherwise make sure the servlet compiled successfully. This isn't an error I encounter often enough to recall its typical causes. Editing the web.xml to add a servlet mapping allows you to specify the URL you

RE: help - tomcat config

2001-12-20 Thread Matthew Du Plessis
yes, i have tried deleting the work dirs contents - no luck though. -Original Message- From: ian silvester To: Tomcat Users List Sent: 12/20/01 5:41 PM Subject: Re: help - tomcat config just a quick one off the top of my head - have you tried stopping tomcat, deleting the contents of

RE: Illegal State Exception - Even more!

2001-12-20 Thread Larry Isaacs
If the class in question isn't involved in the amount of content written, then I don't have an explanation. If possible, you could sprinkle some JspWriter.getRemaining() calls around to see if you can detect any differences when the class is present or not. Cheers, Larry -Original

xml conflict

2001-12-20 Thread Scott Weaver
I'm working with TC 3.2.4 I've encountered this error: SAX2 driver class org.apache.xerces.parsers.SAXParser not found when I run a servlet that uses the xerces package. Now the xerces.jar is in the lib web-inf/lib for this servlet. This is a 3rd party servlet that is in a jar also in the

Can you view SSL without the https prefix?

2001-12-20 Thread Richard S. Huntrods
Greetings! Is it possible to view an SSL document without using the https prefix? Before I enabled SSL on my servlets, I was using port 8080. Now I have SSL working, and have disabled the normal non-SSL port 8080. Instead, I am using SSL on port 8080. This makes my application ONLY run with

Re: Any one knows a good Web hosting service?

2001-12-20 Thread ian silvester
No personal experience, but these guys seem to fulfill your requirements... http://www.2020media.com ian - Original Message - From: yilmaz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 3:27 PM Subject: Re: Any one knows a good Web hosting

RE: Can you view SSL without the https prefix?

2001-12-20 Thread Justin Rowles
I can change any references internal to my system (index.html, etc) to use https, but some clients have bookmarked the servlet page, rather than the access page. Is there a way to redirect http://xx.xx.xx.xx:8080/index.html; to *actually* call up the page

RE: Illegal State Exception - Even more!

2001-12-20 Thread tomcat-user-return-5557-archive=jab . org
If the class in question isn't involved in the amount of content written, then I don't have an explanation. The method I was calling returns a String which is returned to a method in another class and returned again to the call in the jsp where it is written out as output. Does that count?!

Tompcat - Manager Functions without the Manager?

2001-12-20 Thread Richard S. Huntrods
Greetings! For security purposes, my tomcat server is behind a firewall, with the firewall forwarding port 8080 requests to the server (as port 8080). All works very well. FTP and Telnet are blocked by the firewall as well. Only port 80 (another machine running Apache to serve a web site) and

Re: xml conflict

2001-12-20 Thread Pae Choi
It is a well known problem when you are using multiple XML parsers. For example, COCOON, SOAP, TC, et al. You just have to know which parser you need to keep it as a common parser and make others available as needed. Check your environment sysmbols to see what are the parsers are running and in

  1   2   >