Basic Authentication via .htaccess

2001-05-03 Thread Cory L Hubert
Can someone point me in the right direction. I need to setup Basic Authenication. I am currently using a .htaccess file and I would like to use it to authenticate users. So I have in my web.xml security-constraint web-resource-collection web-resource-nameProtected Area/web-resource-name

Any instance of Win2K with TOMCAT?

2001-05-03 Thread Sachin Phatak
Hi! Everybody, 1. Has anyone out there used this combination successfuly - TOMCAT (running as an NT service), IIS5 on Windows 2000 Server? 2. TOMCAT works fine on port 8080 but when I call the default examples context, via IIS (i.e. on port 80) I get a 404. The log files seem to show the

RE: Connection Pooling with different databases problems

2001-05-03 Thread altuga
u can try DbConnectionBroker for pooling connections ; www.javaexchange.com it is easy and powerful . regards .. -Original Message- From: Sab This [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 6:28 AM To: [EMAIL PROTECTED] Subject: Connection Pooling with different

RE: JDBCRealm enhancements

2001-05-03 Thread Ignacio J. Ortega
Many thanks for the FeedBack Peter..You can attach the patch to BugZilla Bug itself.. TIA Saludos , Ignacio J. Ortega -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Peter B. West Enviado el: jueves 3 de mayo de 2001 3:17 Para: [EMAIL PROTECTED]

Re: Connection Pooling with different databases problems

2001-05-03 Thread Chonsiu208
thx a lot mateI've try it b4, but it doesn't work fine for me. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 3:14 PM Subject: RE: Connection Pooling with different databases problems u can try DbConnectionBroker for

RE: JDBCRealm changes

2001-05-03 Thread Ignacio J. Ortega
Hi Christian, I'm writing a document on interceptors at the moment, I can help you out if you need my help. The TC 3.2.1 JDBC realm is a pretty poor implementation since it is not using a connection pool or anything, also, if the connection breaks it will not reconnect either.

Re: Tomcat, IIS and virtual hosts

2001-05-03 Thread Brian Murray
Apache is a much better solution for virtual hosts than IIS He's using IIS and I'm using Apache. What we have in common is that we're both after examples of setting up Tomcat to work with virtual hosts. I'm sorry if that was not clear. __ Do

Re: Connection Pooling with different databases problems

2001-05-03 Thread Chonsiu208
hi kium, I am using poolman1.4.1 to serve more than one database(to run with different servlets) with traditional JDBC methods.does it mean I can solve those general error, access violation(0xc005) problem by using JNDI for Driver-Access ? - Original Message - From:

Re: Forwarding

2001-05-03 Thread Alex Fernández
forward() will only send it to another servlet or jsp, I think. However, sendRedirect() will work with external URLs. Just do response.sendRedirect(http://www.misMuelas.com;); Un saludo, Alex. Zsolt Koppany wrote: Thank you for the idea, I know the jsp:forward command but I was not able

Re: Objects in Vector are loosing type

2001-05-03 Thread Endre Stølsvik
On Wed, 2 May 2001, Joel Parramore wrote: | | Well, Endre, comments such as classloading is totally fucked, while having | a nice kewl sound-bite quality, really don't explain what is going on too | well to someone who hasn't encountered the problem before. It's just that it kind of annoys me.

RE: TC 3.2.2b4 URI Rewriting with mod_ssl

2001-05-03 Thread GOMEZ Henri
If you could send an example code, I'll try to fix it - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From:

RE: Why Use apache

2001-05-03 Thread Peter Mutsaers
W.r.t. static content: suppose you have a lot of static content and thus decide to run Apache next to Tomcat, then I wonder: why use the plugin? The plugin itself may be a bottleneck if not configured properbly, and may also be a source of bugs in itself. I would propose to run Apache on port

Tomcat on sun sparc station performance ?

2001-05-03 Thread Egger Lothar
hello all this is a little bit off topic i think. i am using apache tomcat for a while on linux and i have only experience with intel machines ! new to me: i am the owner of an old sparc 20 256 mb mem and now there is a change to upgrade the sparc to quad(4) ross hypersparcs 200mhz 512kb

Re: TC 3.2.2b4 URI Rewriting with mod_ssl

2001-05-03 Thread Wolle
Thanks, but this should be the old Bug, when you have to make URI Rewriting with mod_ssl, like the bug#578, this should be fiex in the new 3.2.2b4 Version, but it isn't. I have checked it with this new Version with the ajp12 and ajp13 Protocol and the new Version of mod_jk (mod_jk-eapi.so and

mod_jk or mod_jserv on an AIX4.3.3, JDK1.1.8 Apache1.3.19

2001-05-03 Thread Charles Epaillard
I'm using the gcc version 2.8.1 and I can't build the mod_jk or the mod_jserv. For the mod_jk, I try the command : apxs -I ../jk -I /usr/jdk_base/include -I /usr/jdk_base/include/aix -c -o mod_jk.so mod_jk.c ../jk/jk_ajp12_worker.c ../jk/j_connect.c ../jk/jk_msg_buff.c ../jk/jk_util.c

AW: Why Use apache

2001-05-03 Thread Ralph Einfeldt
Your proposal has some drawbacks, just some of them: - You loose a common access log for all request to the site - If your side needs authentication you have to do it twice. You have to setup apache and tomcat to do the authentication and the users will have to logon twice. - You will lock

RE: Tomcat, IIS and virtual hosts

2001-05-03 Thread Duncan Irvine
I didn't spend too long on this, as we only needed the vhosts as a stop-gap solution, and only needed three at that, but the only way I found to do it was to have vhosts defined in both Apache and Tomcat. Apache's vhosting knows the difference for the static pages, and any .jsps/servlets for

regarding installation

2001-05-03 Thread menon narayan prasad
dear sir/madam, i had a question regarding installation of Jakarta TomCat can we intall Jakarta TomCat on Compact Disk.Please mail me the answer to the above question. hope u will do the needful. _ Chat with your friends as soon as they come

Re: Connection Pooling with different databases problems

2001-05-03 Thread Winfried Klum
First try to upgrade to poolman2.0 and use the Datasource Access method. I have tested only the 2.0 release. Here's how to get a connection, code (sample from original doc) looks like this: // Get a Connection DataSource ds = PoolMan.findDataSource(JNDINameOfMyPool); Connection con = null; con =

Re: regarding installation

2001-05-03 Thread Hari Yellina
You can do that, First thinng is unzip in hard drive and rewrite whole contents on the compact disk. You r compact Dick is nothing but a different hard drive. - Original Message - From: menon narayan prasad [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 7:33 PM

isapi

2001-05-03 Thread Sachin Phatak
Hi! Can anyone tell me what "NULL parameter" means in the isapi.log --[jk_uri_worker_map.c (334)]: jk_uri_worker_map_t::uri_worker_map_close, NULLparameter -- thanks sachin

/servlet/ mapping

2001-05-03 Thread Patrick Medhurst
I am new to Tomcat, so please be gentle. To access a servlet, the default is to use: http://myhost.com:8080/bob/servlet/bob How can I change the mapping to use the following instead: http://myhost.com:8080/servlet/bob

Re: /servlet/ mapping

2001-05-03 Thread Hari Yellina
you have to change the settings in server.xml file. Thats is everything is going to be fine. - Original Message - From: Patrick Medhurst [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 8:40 PM Subject: /servlet/ mapping I am new to Tomcat, so please be gentle. To

FW: /servlet/ mapping

2001-05-03 Thread Ivan
-BEGIN PGP SIGNED MESSAGE- Hi all! I'm having the same problem ... but a little more complicated I think. I have a back-end application server running Tomcat and Cocoon, and serving the content by an Apache Server in another machine, as front-end. I want to map my servlet

Still trying to configure mod_jk

2001-05-03 Thread Laurence Mayer
Redhat 6.2 Apache -1.3.6-1 httpd start gives the following error Syntax error on line 214 of /etc/httpd/conf/httpd.conf: API module structure 'jk_module' in file /user/libexec/apache/mod_jk.so is garbled - perhaps this is not an apache module DSO? How do I fix? Can anyone shed some light,

virtualHosting of apache

2001-05-03 Thread Guninder
Hi Everybody, I just installed the apache server and changed the port to 8181.I can access it using http://192.9.203.178:8181/ .Now i want that it should be accessible by using http://myname.com .If anyone can suggest how it can be done, it will be a great help.I tried editing the

Re: Still trying to configure mod_jk

2001-05-03 Thread Sam Newman
Lots of people have this problem. The downloadable mod_jk seems to work for some people, but not all. I'd suggest downloading the mod_jk source and build it yourself. Give your system, this shouldn't be too hard. sam - Original Message - From: Laurence Mayer [EMAIL PROTECTED] To: [EMAIL

Re: virtualHosting of apache

2001-05-03 Thread Sam Newman
err..I'm not an Apache expert or something, but I think for a name based virtual server you want: VirtualHost virtual.host.com instead? sam - Original Message - From: Guninder To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 12:31 PM Subject: virtualHosting of

RE: Jakarta NT Service

2001-05-03 Thread Randy Layman
It sounds like one of three things: 1. When you ran jk_nt_service -i, you specified the wrong path to the wrapper.properties file 2. You have installed Tomcat or your JDK into a directory that contains spaces (a big problem with the service) 3. Your

RE: Any instance of Win2K with TOMCAT?

2001-05-03 Thread Randy Layman
Answers: 1. Yes 2. Lots of things, usually problems with your registry entries 3. Either the path to the uriworkermap.properties file is incorrect in the registry, or the file doesn't contain any valid mappings (mapping are valid when they map a URL or URL fragment to a valid connector defined

RE: virtualHosting of apache

2001-05-03 Thread Williamson, James
Haven't you forgotten to change the VirtualHost directive too? i.e. VirtualHost should now be VirtualHost 192.9.203.178:8181 James -Original Message-From: Sam Newman [mailto:[EMAIL PROTECTED]]Sent: 03 May 2001 12:40To: [EMAIL PROTECTED]Subject: Re: virtualHosting of

Memory usage

2001-05-03 Thread Garry De Toffoli
Hi to all, I havein troublewith the memory usage with Tomcat 3.21, on WinNt 2000 and Jdk 1.3 of Sun. the problem is that any operation does not release the memory occuped; to control the memory usage I use the Task Manager; when Tomcat start, the memory used from theprocess Javais

Re: /servlet/ mapping

2001-05-03 Thread Noel E. Lecaros
Hi, Patrick Can you tell us a little bit more about your set-up? Are you using mod_jserv or mod_jk? What version of Tomcat are you using? Did you alter anything from the default install? If so, what? I could go into a lengthy explanation into servlet mapping and connector configuration, but

Re: virtualHosting of apache

2001-05-03 Thread Guninder
Hi Sam, This is what the example in httpd.conf looks like: #VirtualHost ip.address.of.host.some_domain.com# ServerAdmin [EMAIL PROTECTED]# DocumentRoot /www/docs/host.some_domain.com# ServerName host.some_domain.com# ErrorLog logs/host.some_domain.com-error_log# CustomLog

Re: Memory usage

2001-05-03 Thread Endre Stølsvik
On Thu, 3 May 2001, Garry De Toffoli wrote: | What do you think about this? How's the long run behaviour? It might be that tomcat is initializing itself (creates servlets and the like) as you go along, and that after some time things will even out and go up and down just a little... --

Re: virtualHosting of apache

2001-05-03 Thread Guninder
Hi James, I changed the virtualHost Directive to VirtualHost 192.9.203.178:8181 but still it doesn't work.Thanks Guninder - Original Message - From: Williamson, James To: '[EMAIL PROTECTED]' Sent: Thursday, May 03, 2001 5:16 PM Subject: RE: virtualHosting of

AW: Memory usage

2001-05-03 Thread Ralph Einfeldt
That your finalize method is called, doesn't mean that the garbage collector has released your objects. The only way to be shure that this happens, is to explicitly run System.gc(). Otherwise it's up to the VM when it will free the memory. (Sun's JDK per default only releases memory if otherwise

Re: Any instance of Win2K with TOMCAT?

2001-05-03 Thread Sachin Phatak
Thanks a Lot Randy. May I impose on you with 2 more questions? 1. I have made the registry entries as mentioned in the documentation bundled with TC, but that is for NT4 not W2K. In W2K registry when a value is added it asks for Datatype, which defaults to REG_SZ (I guess this was not the case

Workers Redirector

2001-05-03 Thread Martin Mauri
Hi gurus! I didn't manage to figure out the real difference between in-process workers and plug-in/redirector. I mean, I know which is the diference, but according to what HOW-TOs say, I don't find it clear when ie: I thought that the workers.propoerties file was only used by the worker

Re: FW: mod_jk

2001-05-03 Thread Nikolai Turchanikov
On Red Hat you've got to install glibc-devel package to compile stuff. Check your system: rpm -q glibc-devel Nikolai Laurence Mayer wrote: I am having problems compiling mod_jk on Redhat 6.2 Apache 1.3.12-2 jakarta-tomcat-3.2.1 tomcat-mod-3.2.1-1.i386 There errors are like : In

RE: TC 3.2.2b4 URI Rewriting with mod_ssl

2001-05-03 Thread GOMEZ Henri
so scould you detail us an example so we could mimic to test and fix the problem ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

How is your knowledge on TomCat??????

2001-05-03 Thread Magnus Jansson
I have sent three questions on how to get tomcat running on NetWare, I havent even got one single answer on how to do it or not even any ideas. Cant you anything about TomCat, now have I give up though Novell Portal Services is running on Apache and TomCat. All I want is a startscript but

Re: Unsubscribing problem

2001-05-03 Thread Tien Duc Nguyen
Marian Ganuci wrote: Hi, everybody It seems that is no solution to get out this list, but to change the email address. However, this is isn't a solution, or at least not a good one. I've sent email to: mailto:[EMAIL PROTECTED] with the unsubscribe in the subject field STATUS: doesn't

IIS 5.0 + Tomcat + SSL ??

2001-05-03 Thread Todd Sussman
Our setup is like this: We have a win2k Server running IIS 5.0 with Tomcat serving JSP's. This works fine when using http. I Downloaded a test SSL certificate from Verisign in order to decide if/when we will implement this. I have never worked with ssl and when I install the certificate and

2nd Posting: Context Logging with TC4b3

2001-05-03 Thread Anthony W . Marino
(binary installation on RedHat 7 with kernel 2.42) I would expect that the following context settings, within server.xml, would give me log specific (ie; localhost_xyz_log) entries when servlets running in that particular context (/xyz) are run, but it doesn't: !-- xyz Context

RE: Memory usage

2001-05-03 Thread William Kaufman
That your finalize method is called, doesn't mean that the garbage collector has released your objects. The only way to be shure that this happens, is to explicitly run System.gc(). Even that's not sufficient: it just suggests to the VM that garbage-collecting might be a good idea right

RE: How is your knowledge on TomCat??????

2001-05-03 Thread Gary Lawson
I don't think insulting people on the list is the right way to get an answer... Gary PS. I don't know how to start it on Netware! -Original Message- From: Magnus Jansson [mailto:[EMAIL PROTECTED]] Sent: 03 May 2001 13:58 To: Subject: How is your knowledge on TomCat?? I have sent

TC4 B3 SSL: Error in SSLServerSocketFactory: initProxy()?

2001-05-03 Thread Philippe Khalife
Dev environment: Win2K Pro, JDK1.3, TC4 B3, latest JSSE, openssl, apache 1.3.19 I don't have a connector for apache compiled on this platform yet, so I'm trying direct SSL on TOMCAT The JSSE seem to be properly setup: I have the JSSE in the CLASSPATH also under $JAVA_HOME\jre\lib\ext, and

Re: Memory usage

2001-05-03 Thread Wolle
Hei, i had the the error with Tomcat 3.2.2b2 and I've started the VM with -verbose:gc, so it shows me if the Garbage Collector will work. his Work was Ok, but doesn't release the memory. I have change ther Version of TC to 3.2.2b3 and the memory rising has stopped, and he gives memory back

AW: How is your knowledge on TomCat??????

2001-05-03 Thread Robert Wohlgemuth
Hi Magnus Jansson, I'm sorry, but I use Tomcat only on a Windows plattform. Beside that I've very little time to work with it, because I've to learn for my final exam. Perhaps you should send your questions to the tomcat-user mailinglist and not to my personal mailbox :) Best regards,

RE: How is your knowledge on TomCat??????

2001-05-03 Thread Varela Santoalla, Daniel
Could be that nobody here is using Tomcat with Netware? ;-) -Mensaje original- De: Magnus Jansson [SMTP:[EMAIL PROTECTED]] Enviado el: jueves 3 de mayo de 2001 14:58 Para: Asunto: How is your knowledge on TomCat?? I have sent three questions on how to get tomcat

AW: How is your knowledge on TomCat??????

2001-05-03 Thread Nico Wieland
hi magnus i have no knowledge of novell at all but just searched the archive of this mailing list and found the following. all list - sorry for posting it again, but i felt it was seemed necessary, as there seem to be lots of netware folks who have probs w/ tomcat. regards, -nico (mailing

RE: Tomcat, IIS and virtual hosts

2001-05-03 Thread christopher
here is what i am using to Vhost with tomcat and in the server.xml Host name=xxx.com Context path= docBase=webapps/xxx debug=0 reloadable=true / /Host Host name=www.xxx.com Context path= docBase=webapps/xxx debug=0 reloadable=true / /Host with apache i just include the mod_jk.conf-auto i

How to obtain user's IP address

2001-05-03 Thread Jack Li
Hello, I need to know who visits my web page. In jsp, I got null when I used request.getRemoteUser(). Then any other mehods can obtain user's name or IP address? Thanks Jack Li

RE: Memory usage

2001-05-03 Thread Jurrius, Mark
Correct me if I'm wrong. If for instance I want a bean removed knowing that System.gc() does not happen immediately, would setting the bean equal to null force the bean to be removed from memory right away and not have to rely on the garbage collection to eventually take place? Mark

Re: TC 3.2.2b4 URI Rewriting with mod_ssl

2001-05-03 Thread Wolle
Hello, yes, sorry Henri I will discribe it now, I have wrote some Servlet , which uses the resopnse.encodeURL and response.EncodeRedirectURL. They will work fine without ssl, when you disable Cookie, the sessionID attached to the URL. When you use the same Servlet and the same enviroment over

bug - iis tomcat

2001-05-03 Thread thomas marban [werk3AT]
hi ! i've set up tomcat to serve jsp files within iis (redirection) everything works perfect but if i connect via telnet to iis at port 80 and try to GET a specific site the server returns the WHOLE jsp code ! is this a known problem ? thanks thomas marban werksleitung werk3AT internetmedien

Re: How is your knowledge on TomCat??????

2001-05-03 Thread Christian Hargraves
I asked a friend that worked for Novell for 7 years as a developer for Novell. his first impression to this question was that NetWare doesn't have very good scripting support. I wish I could tell you more, but even he doesn't know how to do it. His suggestion would be to simplify it a lot

Re: How is your knowledge on TomCat??????

2001-05-03 Thread Mark Mynsted
I do not think anybody is running Tomcat on Netware or they would help you. Perhaps you should consider running Tomcat on a free operating system like Linux. Linux supports the NetWare protocol for file and print services, etc, it is widely used, runs on a veritable plethora of hardware, and

Re: Basic Authentication via .htaccess

2001-05-03 Thread Xiaofeng Chen
you can add a user / password in tomcat-users.xml and assign the roles=admin to this user. Can you restrict access to a servlet using .htaccess in tomcat. I am pretty interseted in it also. - Original Message - From: Cory L Hubert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Tomcat 3.2.1 worker processes

2001-05-03 Thread Ronan Derby
Hi, Can anyone tell me if it is possible to stop a tomcat worker process in Tomcat 3.2.1 without stopping ALL worker processes? Regards, Ronan.

Error when compiling mod_jk under HPUX 11.00 : jk_global.h

2001-05-03 Thread Marc-henri PAMISEUX
Hi, I'm trying to compile mod_jk under HPUX 11.00 with gcc. gcc (2.95.2) works find, i've ever compiled some opensources with it. I've also installed binutils before gcc. I've installed apache from the source and it works properly with a DSO support. I've download jakarta-tomcat-3.2.1-bin, and

RE: TC4 B3 SSL: Error in SSLServerSocketFactory: initProxy()?

2001-05-03 Thread Patrik Järnefelt
The JSSE seem to be properly setup: I have the JSSE in the CLASSPATH also under $JAVA_HOME\jre\lib\ext, and $CATALINA_HOME/server/lib, also registered the Provider in $JAVA_HOME\jre\lib\security\java.security Does it work if you remove the jsse jars from $CATALINA_HOME/server/lib?

setting default locale

2001-05-03 Thread Dario Novakovic
i developed web aplication on win98 and i set default locale by setting system properties user.language and user.region to preferred values. everything worked fine, dates were displayed in my native language. however, aplication is deployed on linux and i properties ares set to correct values but

Re: How to obtain user's IP address

2001-05-03 Thread Andy C
I think request..getRemoteHost() will get the IP address. I do not think there is a reliable way to get the name of the user unless they have logged onto the server in some way, usually by password protecting the directories that have the server files. Andy C - Original Message - From:

Re: Connection Pooling with different databases problems

2001-05-03 Thread chonsiu208
thanks a lot Kium !! I will try it !! chonsiu : ) - Original Message - From: Winfried Klum [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 6:06 PM Subject: Re: Connection Pooling with different databases problems First try to upgrade to poolman2.0 and use the

grant - codeBase Problem??

2001-05-03 Thread Daniel Strobl
I use tomcat with security. And I want to assign FilePermissions on different directories for different users /home/user1 /home/user2. Each user should have permission to write his own directory. Unfortunally it seems that the codeBase part of an grant section does not work. If I granted

Re: How to obtain user's IP address

2001-05-03 Thread Alex Fernández
They are different things. The remote user only appears if the user did enter his user id and password. The IP address you want is the remote host, so you would use request.getRemoteHost(); Un saludo, Alex. Jack Li wrote: Hello, I need to know who visits my web page. In jsp, I got null

Re: How is your knowledge on TomCat??????

2001-05-03 Thread Steve Brunton
Magnus Jansson wrote: I have sent three questions on how to get tomcat running on NetWare, I havent even got one single answer on how to do it or not even any ideas. Cant you anything about TomCat, now have I give up though Novell Portal Services is running on Apache and TomCat. All I

RE: How to obtain user's IP address

2001-05-03 Thread William Kaufman
getRemoteUser() returns the name of the user as authenticated by the servlet engine: if you don't have authentication turned on, you'll always get back null. getRemoteAddr() and getRemoteHost() will work, though,... assuming that there's no weird address translation (like NAT) going on. You

RE: Memory usage

2001-05-03 Thread Jody Brownell
setting the bean to null just marks the object as ready to be collected calling System.gc() requests to the vm when you are ready, please do your stuff. But gc only occurs when nothing else is happening ... it is a LOW priority thread. So as long as you have requests, GC will probably not happen

RE: Memory usage

2001-05-03 Thread William Kaufman
Nope. If you _didn't_ null out the reference, you're guaranteed that it _won't_ get garbage-collected; but if you _do_ null it out, you're only making it _available_ for garbage collection. The actual garbage collection only happens when the VM runs out of memory, or some unspecified time after

Re: Memory usage

2001-05-03 Thread Alex Fernández
Hi Mark! I don't think so. When you set a bean equal to null, you just erase a reference to it. Any other references left around would make it linger in memory, and there might be a few. Are you talking about EJBs? Anyway, if you set to null the only existing reference, you'll have to wait for

RE: bug - iis tomcat

2001-05-03 Thread Ignacio J. Ortega
Which versions of tomcat are you trying ? Saludos , Ignacio J. Ortega -Mensaje original- De: thomas marban [werk3AT] [mailto:[EMAIL PROTECTED]] Enviado el: jueves 3 de mayo de 2001 16:52 Para: [EMAIL PROTECTED] Asunto: bug - iis tomcat Importancia: Alta hi ! i've set up

RE: How to obtain user's IP address

2001-05-03 Thread Steven Parks
Title: RE: How to obtain user's IP address The name of the 'user' would be dependent on the machine which called the servlet. Where did you get request.getRemoteUser()?? There is a getRemoteHost and getRemoteAddr method to the ServletRequest class which will return either the host or

RE: How is your knowledge on TomCat??????

2001-05-03 Thread Arnold Shore
TomCat relies on a web server's availability, which Netware isn't. (Which might explain the lack of response, til this.) Look into whatever web server might be available - start there. Arnold Shore Annapolis, MD USA -Original Message- From: Christian Hargraves [mailto:[EMAIL

Re: Objects in Vector are loosing type

2001-05-03 Thread Milt Epstein
On Thu, 3 May 2001, Endre Stølsvik wrote: On Wed, 2 May 2001, Joel Parramore wrote: | Well, Endre, comments such as classloading is totally fucked, | while having a nice kewl sound-bite quality, really don't explain | what is going on too well to someone who hasn't encountered the |

RE: TOMCAT and ORACLE

2001-05-03 Thread Lim SiewLing
Hi, I still get the same error message after i tried the way that you all provided.. By the way , what does this error means: java.sql.SQLEXception, IOException:Connection refused(error=1257469)... regards, Josephine From: Christopher Kirk [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To:

Re: /servlet/ mapping

2001-05-03 Thread Milt Epstein
On Thu, 3 May 2001, Hari Yellina wrote: you have to change the settings in server.xml file. Thats is everything is going to be fine. You're also going to need to make some changes in the tomcat/apache conf file so that apache knows to pass the relevant URLs to tomcat. And beware, if you make

Novell GroupWise WebAccess

2001-05-03 Thread [EMAIL PROTECTED]
I'll ask again and please try to keep the laughter at a minimum. Remember it wasn't my decision to use Novell's GroupWise. I am running Apache 1.3.17 on an NT 4.0 server with SP6. I have installed Tomcat and the examples are running OK. I am running into trouble installing and running the

tomcat 3.2.1 hanging

2001-05-03 Thread Dante le Poole
Hi, I have tomcat 3.2.1 running on linux with Sun jvm 1.2 (native threads) with apache. At least once a day (but usually more often) tomcat will hang, i.e. it won't accept anymore requests. This will happen whether Irequest a servlet or a JSP-page. Once this happens no more requests are

Re: Objects in Vector are loosing type - classload problems

2001-05-03 Thread David Wall
I have to restart tomcat each and every time I make one single change to _anyting_ of my code. This is the most time consuming part of developing on Tomcat, I feel. (How's Jetty doing, btw??) Of course, you are free to use any implementation, or you could even submit an example of how to fix

Ang: How is your knowledge on TomCat??????

2001-05-03 Thread Magnus Jansson
First: I'm sorry that I have insulted all you people here in the group, but after three tries without a single comment I had to try something. Second: I've got my answer. Thank you a million times (and again sorry) In some of the answers I was recommended to use Linux wich is a very good

Re: How to obtain user's IP address

2001-05-03 Thread Francis Callo
Hi Jack, Try get request.getRemoteAddr(). Good Luck ;) Francis --- Jack Li [EMAIL PROTECTED] wrote: Hello, I need to know who visits my web page. In jsp, I got null when I used request.getRemoteUser(). Then any other mehods can obtain user's name or IP address? Thanks Jack Li

Re: Error when compiling mod_jk under HPUX 11.00 : jk_global.h

2001-05-03 Thread Brendan McKenna
Hi, In general, it's an iterative process. You don't have sys/select.h on your machine. Fine. Comment it out and try your compile again. This time it'll fail because those items that it expected to find definitions for in that header file aren't there. So you'll need to find

Multiple JDBC Realms

2001-05-03 Thread Nathan Coast
Hi, I've got two contexts within my tomcat install. I want the login for each context to go to different databases / tables for authentication. Is it possible to configure different contexts to send authentication requests to different places? Is this done by having multiple ContextManager

Re: Error when compiling mod_jk under HPUX 11.00 : jk_global.h

2001-05-03 Thread Marc-henri PAMISEUX
Hi, Ok, it works ... I've only comment the line : #include sys/select.h in ../jk/jk_global.h Then the make command never give me any error message. So, i copy mod_jk.so in /usr/lib/apache, i modify /etc/httpd/conf/httpd.conf, and add the following lines : ... LoadModule jk_module

RE: ODBC-JDBC ** with JSP ** : 'No suitable driver'

2001-05-03 Thread Klacansky, Igor
Brendan, If you still have this problem ... I had the same problem with Oracle8i, NT 4.0. But, I had it only with Server side internal driver - kprb. The thin and the oci worked fine. So, the question is which driver are you using (there are 4 of them)? I hope it will help, Igor Igor

RE: How to obtain user's IP address

2001-05-03 Thread Ronan Derby
request.getRemoteAddr() -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: 03 May 2001 15:35 To: [EMAIL PROTECTED] Subject: How to obtain user's IP address Hello, I need to know who visits my web page. In jsp, I got null when I used request.getRemoteUser(). Then any

tomcat with IIS

2001-05-03 Thread Keith Willis
I am trying to run tomcat with IIS. I have it set up out of process. This works great. I can see the examples, etc. I would like for tomcat to be able to run .jsp files from my wwwroot directory. The problem is 1. I don't know how to change the tomcat webapps to point to a different

Re: hotspot jvm crashes in production

2001-05-03 Thread Ludovic Maitre
Hello, I have the same problem with exactly the same software configuration and i have no answer. PS : Are you using the Hotspot JVM with the -server switch ? Java Poop wrote: Hi - We have recently moved our production site to use JSPs with Tomcat 3.2.1/Apache 1.3.17/Sun JDK

RE: TC4 B3 SSL: Error in SSLServerSocketFactory: initProxy()?

2001-05-03 Thread Philippe Khalife
Nop :( -Original Message- From: Patrik Järnefelt [mailto:[EMAIL PROTECTED]] Sent: May 3, 2001 11:15 AM To: [EMAIL PROTECTED] Subject: RE: TC4 B3 SSL: Error in SSLServerSocketFactory: initProxy()? The JSSE seem to be properly setup: I have the JSSE in the CLASSPATH also under

Re: Servlet -- File -- Web-browser

2001-05-03 Thread alan leung
can any one helps me out? thanks again. --- alan leung [EMAIL PROTECTED] wrote: Hi, I have a servlet reads a file from FileInputStream and copy those bytes to ServletOutputStream and send back to web browser. But if user click CANCEL while downloading in netscape. i will get an

Re: How is your knowledge

2001-05-03 Thread Magnus Jansson
First: I'm sorry that I have insulted all you people here in the group, but after three tries without a single comment I had to try something. A reply with the comment: Read the archive on http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 had saved this list from my insult. Second: I've got

RE: bug - iis tomcat

2001-05-03 Thread Randy Layman
Let me see if I understand what your problem is: You have IIS set up with Tomcat for some virtual server and everything works fine. However, when you telnet to port 80 of the machine and send GET /\n\n, you are getting the actual JSP code returned. Is this correct? If

Re: Memory usage

2001-05-03 Thread Wolle
Hello, i have tested the Sun VM JDK1.30_02 as Server VM. When I start my servlets and use the VM with the option -verbose:gc, it shows, that the gc will do his work ervery second when you work with the VM. Sometimes (?) it makes a FULL GC, that gives more memory free, but I don't know exactly

RE: TC4 B3 SSL: Error in SSLServerSocketFactory: initProxy()? - Works now!

2001-05-03 Thread Philippe Khalife
It works perfectly under Linux, so I did the same to the Win2K machine and it is working now. Thanks you. Don't know what excatly did it, but I changed the JSSE provider to be number 2 in java.security, changed the Keystore from use c:\ \ \ to c:/ / / and removed the jsse jars from

Re: Tomcat, IIS and virtual hosts

2001-05-03 Thread Robert J. Lebowitz
Chris: I've made the same modifications to server.xml as you describe below, but there appears to be more to it when working with IIS. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 9:32 AM Subject: RE: Tomcat, IIS and virtual hosts

Tomcat Oralce Discoverer

2001-05-03 Thread Paul Ramos
Anybody have experience with getting Oracle Discoverer 3ito run under TomCat? Get your FREE download of MSN Explorer at http://explorer.msn.com

Ang: RE: How is your knowledge on TomCat??????

2001-05-03 Thread Magnus Jansson
OK here I have to come with some comments. NetWare (NW) comes with Netscape enterprise server (and livewire). There are a build of Apache for NW, as long as you have a compiler for NLM:s (NetWare EXE:s) you can compile all C modules with no or very little modification. NW supports perl and VB

  1   2   >