Re: response.encodeURL and Apache 1.3.12

2001-05-16 Thread Peter Hrastnik
For example http://www.myserver.com/test.jsp;jsessionid=something; gives a 404 file not found error whereas http://www.myserver.com/test.jsp; works without any problem. If I am connecting directly to tomcat http://www.myserver.com:8080/test.jsp;jsessionid=something; (in my case it's listening on

Regarding error logs

2001-05-16 Thread Murali Mohan Kasetty
Hi, At end of every business day ( at a specific time ) Apache and Tomcat logs need to be copied to a backupfile tagged by date and the log stared anew on a fresh file. I have been made to understand that Apache has such feature built in and it is a matter of configuration. Iam not sure of how

Re: Regarding error logs

2001-05-16 Thread John Clark L. Naldoza
Murali Mohan Kasetty wrote: Hi, At end of every business day ( at a specific time ) Apache and Tomcat logs need to be copied to a backupfile tagged by date and the log stared anew on a fresh file. I have been made to understand that Apache has such feature built in and it is a matter

url-pattern deployment descriptor and Apache

2001-05-16 Thread Mark Papiani
Hi, I have a question regarding the servlet url-pattern deployment descriptor. I am using Tomcat 3.2.1 with Apache_1.3.17 on SunOS 5.6 I have just installed this and I am using the /test context that is provided with Tomcat to see if everything is working OK. Everything seems to be Ok

RE: Determining NT login name

2001-05-16 Thread Allan Kamau
Indeed I do think Randy's answer is most probably the best solution to the problem stated below. --- Randy Layman [EMAIL PROTECTED] wrote: I believe what you need to do is to run Tomcat behind IIS. Then, in IIS set the password to challenge/response and set the default domain to

Re: Virus found in mail from you!

2001-05-16 Thread rday
Interestingly, this is the -only- mailling list I've ever been, and I've been on a few, which has had these issues with viruses. It does make for an extremely noisy list. At 5/15/2001 6:31:23 PM, [EMAIL PROTECTED] wrote: # ** #

RE: Compiling TC4

2001-05-16 Thread Bruno Crapart
Hi everyone, New frenchy on this mailing list ! Sames questions for me ! Furthermore, is the classpath taken in account by TC4. I encounter problems in releasing my version of TC3 to TC4 concerning the configuration. It looks very attractive but the configuration seems different compared to

Please unsubscribe

2001-05-16 Thread Manmeet Anand
__ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/

j_security_check

2001-05-16 Thread Nathan Coast
Hi, I have a login page which is configured in web.xml as the form based login page for a web app: /pages/login/login.jsp If the login page is arrived at by browsing to some content restriced by a security constraint in web.xml, then submitting to j_security_check works fine. If the user

RE: Add logic to session tracking?

2001-05-16 Thread Varela Santoalla, Daniel
You can get this with Apache configuration, so that every Apache instance forward the request to the correct Tomcat engine that can be his or another Apache's engine, the owner of the session. HTH -Mensaje original- De: David M. Rosner [SMTP:[EMAIL PROTECTED]] Enviado el:

unsubcribe

2001-05-16 Thread Denis Markov
unsubcribe tomcat-user

ClassPath problem

2001-05-16 Thread Bruno Crapart
Below is my problem ! Under W2000 environment My CLASSPATH is well-defined ! I am sure ! I used to launch TC3.2, with TC4 ... :-( Help ! I am also intersted in documentation. Thanks in advance Bruno Root Cause: java.lang.NoClassDefFoundError: egc/net/ConnectionStaff at

RE: [TC4B6] Compiling TC4 -- and running it.

2001-05-16 Thread mkamp
Hi there, I am now able to compile tc4b6. Unfortunately it doesn't run. When trying to access a jsp from the samples I get the belowed posted error message, which basically says: java.lang.NoClassDefFoundError: org/xml/sax/ErrorHandler This Class is in xerces.jar which is in *my*

RE: Apj13 and Java Object Streams

2001-05-16 Thread Blair Dye
Hi, I build a little test application that sends serialized String objects to the server and receives a serialized string back. I mistakenly said that it throws a NotSerializableException. In fact it is : java.io.StreamCorruptedException:InputStream does not contain a serialized object. And it

RE: [TC4B6] Compiling TC4 -- and running it.

2001-05-16 Thread Bruno Crapart
Same question !!! How can I lookup which classpath is used by tc/catalina? Is there any documentation?!?! Mariano and we are waiting for help !! Thanks in advance and have a good day ! Bruno -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 16 mai

RE: Tomact 3.2.1 with IIS on Windows 2000 advanced Server

2001-05-16 Thread Randy Layman
What seems to be your problem? All of this looks normal - The redirector found a match for /examples/ to go to ajp12. Randy -Original Message- From: LUN [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 3:03 AM To: [EMAIL PROTECTED] Subject: Tomact 3.2.1

max size for the jsp pages with tomcat ?

2001-05-16 Thread zze-messager FTM balr002
Hi, Is there a max size for the jsp pages with tomcat ? I've got a probleme with large jsp pages ; the exception is : h2Location: /mftm/jsp/inscription/modif/modifP.jsp/h2bInternal Servlet Error:/bbrprejavax.servlet.ServletException at java.lang.Throwable.init(Throwable.java:96)

TR: Undelivered Mail Returned to Sender

2001-05-16 Thread Bruno Crapart
Why ? Each time I sent a message i receive this mail, I informed postmaster of this but no change ... Is anybody have the same problem ? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 16 mai 2001 13:58 À : [EMAIL PROTECTED] Objet : Undelivered

RE: Undelivered Mail Returned to Sender

2001-05-16 Thread zze-messager FTM balr002
Je viens de recevoir la meme chose. Ne t'inquietes pas, apparemment on arecu ton message precedent (RE: [TC4B6] Compiling TC4 -- and running it.) Delphine -Message d'origine- De : Bruno Crapart [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 16 mai 2001 14:04 À : '[EMAIL PROTECTED]' Objet :

Re: TR: Undelivered Mail Returned to Sender

2001-05-16 Thread Wolle
To me, too.Ervery time I post something. Greetings, Wolle [EMAIL PROTECTED] wrote: yeah, as expected, it's happening to me too. Bruno Crapart [EMAIL PROTECTED] wrote .. Why ? Each time I sent a message i receive this mail, I informed postmaster = of this but no change ... Is

AccessControlExceptions

2001-05-16 Thread Antony Bowesman
Hi, I get an AccessControlException when running secure tomcat. The relevant part of the log shows - java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.util.PropertyPermission line.separator read) at

Re: announcement: updates to searchable list archive

2001-05-16 Thread Dana Marcusanu
Can you unsubscribe me? Thanks, Dana --- [EMAIL PROTECTED] wrote: All, Many of you utilize the web based searchable archive of this list on my website at mikal.org. I have recently improved it's reliability, speed and functionality. Check it out at:

Re: Please unsubscribe

2001-05-16 Thread Dana Marcusanu
Please unsubscribe --- Manmeet Anand [EMAIL PROTECTED] wrote: __ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ __ Do You Yahoo!?

Overriding SecurityManager

2001-05-16 Thread Renato Weiner
This is what I'm trying to do. I already wrote a very simple class that overrides the default SecurityManager. Here is a piece of the code: public void checkRead(String fileName) {if (!fileName.equals("") fileName.endsWith(".txt")) {throw new SecurityException("Fail to read: " +

using the context admin tool

2001-05-16 Thread Francis West
Im just having a look at tomcat, and i saw the admin tool, unfortunately its asking me for a user name and password, now i would have thought it would have been tomcat tomcat as defined in the tomcat-users.xml im baffled - can someone point in the right direction please! Cheers Francis

Newbie: JDBC Realm

2001-05-16 Thread Ajay Ejantkar
Why is the JDBCRealm connection established? We can access info in a dB in the servlet scripts by using the connection information for the driver and url. So what does the JDBCRealm connection do? I haven't found any detail documentation of what it does and how to use it, other then in the tomcat

RE: Apj13 and Java Object Streams

2001-05-16 Thread FREY Thibault
try to take the MIME type application/x-java-serialized-object -Message d'origine- De : Blair Dye [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 16 mai 2001 13:49 À : [EMAIL PROTECTED] Objet : RE: Apj13 and Java Object Streams Hi, I build a little test application that sends serialized

RE: Please unsubscribe

2001-05-16 Thread Randy Layman
Here's a novel idea, why don't you try following the directions that you got as part of the signup message? They are: You can start a subscription for an alternate address, for example [EMAIL PROTECTED], just add a hyphen and your address (with '=' instead of '@') after the command

Tomcat 4 + Apache 1.3.19

2001-05-16 Thread Michael Schommer
Hi, I want to connect Apache 1.3.19 and Tomcat 4 and generate mod_webapp.so, I get the error: troubadix[DB000]:[dl17]:/nt/U/mcs/tomcat4/jakarta-tomcat-4.0-src/connectors (514) make make[1]: Entering directory `/nt/U/mcs/tomcat4/jakarta-tomcat-4.0-src/connectors/webapplib' Makefile:127: ***

Re: Newbie: JDBC Realm

2001-05-16 Thread Christian Hargraves
JDBCRealm is an implementation of the J2EE standard of authorization and authentication. You give it the info it needs and it takes care of the login and the authorization (ACI) part. On Wednesday 16 May 2001 06:55, you wrote: Why is the JDBCRealm connection established? We can access info

Re: Creating WAP sites

2001-05-16 Thread Arnaud Dostes - NTI
Sure, i've done it Instead of having your servlets or jsp outputting html or xml in out.println(); have it output wml and don't forget to change the content-type to text/wml About forms, they're really simple, but I forgot the syntax, wml is very basic, you won't have trouble making them. I

Re: Apj13 and Java Object Streams

2001-05-16 Thread Oldeboershuis, Simon
Hi, As far as I know there is a problem with tomcat version 3.2.1 and ajp13 if you are doing uploads. The bug report can be found in bugzilla. It is probably fixed in tomcat 3.2.2: the readme in 3.2.2 final states: ---copy- Connectors - For ajp13 protocol, add support

RE:Determining NT login name

2001-05-16 Thread Brett Knights
I use Apache's authentication with mod_ntlm. http://members.ozemail.com.au/~timcostello/mod_ntlm/ Just use Location tags to protect your webapp rather than messing with any of the Tomcat stuff. I went round and round trying to do this with IIS4. It's incredible that Apache has cleaner

Re: Newbie: JDBC Realm

2001-05-16 Thread Christian Hargraves
JDBCRealm is an implementation of the J2EE standard of authorization and authentication. You give it the info it needs and it takes care of the login and the authorization (ACI) part. On Wednesday 16 May 2001 07:20, Christian Hargraves wrote: JDBCRealm is an implementation of the J2EE

java.lang.IllegalStateException

2001-05-16 Thread Chad Harrison
tomcat 3.2.1 redhat 7 every now and then, we get the following error. it seems to only happen when we are compiling new classes a lot during development. if we are not developing, but rather, just using our application, we never get this error. has anyone seen this before? Error: 500

RE: ClassPath problem

2001-05-16 Thread George McKInney
I'm not sure, but the classes CLASSPATH may NOT be available to webapps. The Servlet 2.3 spec (Sections 9.4, 9.6.1, 9.6.2) seem to imply that. Put the xerces.jar in the WEB-INF/lib directory of the webapp and see if the same error arises. The spec says (in 9.6.1) snip Web containers are

RE: Creating WAP sites

2001-05-16 Thread Laurence Mayer
Can someone please tell me how to unsubscribe. I have emailed : [EMAIL PROTECTED] 3 x !! Thanks Laurence -Original Message- From: tomcat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 4:08 PM To: '[EMAIL PROTECTED]' Subject: RE: Creating WAP sites -BEGIN PGP SIGNED

running query servlet

2001-05-16 Thread Ajay Ejantkar
I am attempting to run a servlet that allows a query to be submitted to a database, and the results are returned. When I try to access the servlet I get the following error: Error: 500 Location: /myapp/query Internal Servlet Error: javax.servlet.ServletException: Query: can't initialize: null

Re: Add logic to session tracking?

2001-05-16 Thread Bo Xu
David M. Rosner wrote: Hello All, As a developer using Tomcat, is there anyway to override or add logic to parts of Tomcat's session tracking/setting mechanisms? Or do I need to get my hands on the source code, make changes, and then recompile? Basically I want to add my own session

RE: Determining NT login name

2001-05-16 Thread Brett Knights
Re ... Apache has cleaner support for NTLM than MS's own product ...: Cleaner how? Disallowing Anonymous is all it takes in IIS. To get the user name passed through for use with a Basic Authentication scheme managed from your server app yes I have done that many times. Probably you can

Tomcat configuration

2001-05-16 Thread Harry Hinch
I am just trying Tomcat. I'm running: Tomcat 3.2.1 with mod_jserv Apache 1.3.19 Red Hat Linux 7.1 in our old environment (Apache/jserv) I was able to go to http://hostname/luminx/ServletName and my servlet would run. I added a context to server.xml for /luminx I also added the following to

Session cookies

2001-05-16 Thread Harry Hinch
I'm running: Tomcat 3.2.1 Apache 1.3.19 Red Hat Linux 7.1 I have noCookies set to false in server.xml. I have a servlet set a session attribute, but when I go to a static webpage and do a document.cookie.length in a javascript it returns 0 How can I have the web page see the cookies from my

RE: how can I unsubscribe from this list

2001-05-16 Thread bob loeffler
To remove your address from the list, send a message to: [EMAIL PROTECTED] Note that the e-mail address is different from the normal [EMAIL PROTECTED] address. Bob Loeffler Quark Application Services (QAS) Quark, Inc. internal x6480 external 303-894-3780 -Original Message-

Re: nutty steps for setting up tomcat standalone ssl

2001-05-16 Thread Kevin Pang
Thank you very much, but I have some problems to do as your steps, could you explain it for me again? My error message showed below. Sorry for bother again. Best Regards, Kevin - Original Message - From: Tim O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 15, 2001

RE: Please unsubscribe

2001-05-16 Thread Tim O'Neil
At 08:33 AM 5/16/2001 -0400, you wrote: Here's a novel idea, why don't you try following the directions that you got as part of the signup message? They are: unsub blah blah snipped Randy Many list servers (including two that I run) append unsubbing instructions to any

Re: Tomcat standalone with SSL

2001-05-16 Thread Tim O'Neil
At 03:00 PM 5/16/2001 +0200, you wrote: Hi, I set up the Tomcat standalone with SSL support according to the user-guild with many people's help on this list, only difference is I didn't do: keytool -genkey -alias tomcat -keyalg RSA Now I can see a new message: PoolTcpConnector: Starting

Re: Creating WAP sites

2001-05-16 Thread Wolle
Hello, Laurence Mayer wrote: Can someone please tell me how to unsubscribe. I have emailed : [EMAIL PROTECTED] 3 x !! from where, you must do this from the email adress that you have subscribe from Greetings, Wolle Thanks Laurence -Original Message- From: tomcat

Re: running query servlet

2001-05-16 Thread Kevin Pang
It looks like servlet can't find the JDBC driver, make sure the driver in Tomcat's classpath. at java.lang.Class.forName(Class.java:120) regards, Kevin

JSP not recompiling

2001-05-16 Thread Winters, Jason
I'm having trouble getting my JSP pages to recompile without deleting my work directory and restarting Tomcat. I have reloadable set to true in my server.xml as shown below. Context path=/salespulse docBase=salespulse debug=0 reloadable=true/Context Timestamps are not an issue because I'm

RE: Determining NT login name

2001-05-16 Thread Ratnakar Palle
But, I've a question. Actually, when Tomcat does the authentication, it keeps the user in session. Also, it tries to validate when ever user tries to access the protected files. If IIS does the authentication, how can we achieve this?? Thanks in advance, -Ratnakar -Original Message-

Re: java.lang.IllegalStateException

2001-05-16 Thread Andrew Robson
Hi Chad, Yes. I think more or less any time I write to WEB-INF/classes without re-starting tomcat I get exact same error. I have the same set-up but also had the same problem tomcat 3.2 and redhat 6.2 andrew On Wed, 16 May 2001, you wrote: tomcat 3.2.1 redhat 7 every now and then, we

Re: Add logic to session tracking?

2001-05-16 Thread David M. Rosner
.. As long as you know this is not standard :-), you will have to make some changes to the session interceptor or create a new one. In 3.3, the code is in modules.session.SessionId, you should probably create a new module, add an option and code that supports what you need, and maybe publish

RE: Trouble with mod_jk.so

2001-05-16 Thread Montgomery, Kendal L
Thanks for your help... The problem is one with Sun OS / Solaris For this platform when you compile apache, you must use the following when configuring with ./configure --enable-rule=SHARED_CORE I recompiled with this option, and was then able to load the mod_jk module. (and others

RE: Accesing MySQL database through Applets

2001-05-16 Thread Devon Ziegler
If you include the right driver/libraries in your applet's jar you likely COULD connect to the database from an Applet (if the database permissions were set up so the user could connect from anywhere). I agree that this is probably not a good idea though. The pipe that the connection uses isn't

RE: Please unsubscribe

2001-05-16 Thread Michael Wentzel
Many list servers (including two that I run) append unsubbing instructions to any messages going out to the list, maybe it would be good to do that here. It used to be included in footer of messages and people still ignored it. There were as many people asking how to unsubscribe then as

re[2]: how can I unsubscribe from this list

2001-05-16 Thread Alex Nghiem
To remove your address from the list, send a message to: [EMAIL PROTECTED] Bob: I have sent 4 msgs to this address to unsubscribe myself w/ wo effect. I have also contacted the owner of the list w/o any success either. Regards, - Alex -

Re: Tomcat standalone with SSL

2001-05-16 Thread Kevin Pang
You are so smart, :-) I have never been stuck like this in the past 6 years programming. I feel angry with SSL now, what I only can do is asking here again and again.:- - Original Message - From: Tim O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 5:18 PM

question about setting up Apache and Tomcat

2001-05-16 Thread HDung
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 is what I did: -installed Tomcat 3.2.1 -installed Apache 1.3.14 -downloaded

RE: Tomcat 3.2.1 + Apache 1.3.19 + Win2k

2001-05-16 Thread David La Motta
tomcat.log doesn't exist. Tomcat is supposed to be listening on port 8080. The only other thing that I have running is Apache, which is listening on port 80. // David From: Amer Mallah Subject: RE: Tomcat 3.2.1 + Apache 1.3.19 + Win2k

Re: Webapp initialization (tomcat 4)

2001-05-16 Thread Peter Mutsaers
Jon == Jon Stevens [EMAIL PROTECTED] writes: Jon You could implement a Singleton based Service. This is what Jon Turbine did. It has an entire Service framework for dealing Jon with exactly this problem. It takes care of startup and That's a good idea. I already made a Servlet now

Re[2]: Tomcat standalone with SSL

2001-05-16 Thread Wolfgang Mutter
Hi, with an self-signed cert there is no problem ! The problem is the CA so give an try to our free program. The program converts the CA files into an DER format and then stores it into the keystore. Then the tomcat standalone works fine. We use this solution for three server without any

ArrayIndexOutOfBoundsException/Stream broken choose :)

2001-05-16 Thread Thomas Bezdicek
Hi, we got quite I strange problem and I am unsure if this is bug or some misconfiguration/programming on our side, I hope someone can help :). We are developing our web-application in Forte IDE Internet Edition with the build-id tomcat. the servlet there works fine without any problems (W2K).

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

2001-05-16 Thread Milt Epstein
Obviously a lot of people are having trouble unsubscribing from this list. Most likely these people have tried the simple/direct way of unsubscribing -- sending email to [EMAIL PROTECTED] -- without success. That's because that way only works if you send the unsubscribe request from the

Re: Creating WAP sites

2001-05-16 Thread Arnaud Dostes - NTI
yes that's true, my bad, I forgot about that WML script. Cheers, AD. - Original Message - From: tomcat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 4:08 PM Subject: RE: Creating WAP sites -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keep in mind that

isapi_redirect.dll logging

2001-05-16 Thread Vollmer, Thomas - CannonSA
Hi everybody, I've posted this (see below) before a few days ago and din't get a response. If that means nobody has a solution (yet), then, does anybody at least have the same problem? Thanks for your time, Thomas --- I am running Tomcat 3.1 in combination with IIS 5.0 on Windows 2000. The

Re: re[2]: how can I unsubscribe from this list

2001-05-16 Thread Mark Mynsted
Perhaps you must answer a few more questions before you will be permitted to unsubscribe. ;-) Sincerely yours; Mark Mynsted VHA Management Information Systems Client Services [EMAIL PROTECTED] (972) 830 - 0592, Internal x1592 [EMAIL PROTECTED] 5/16/2001 11:35:46 AM To remove your

Re: Accesing MySQL database through Applets

2001-05-16 Thread Arnaud Dostes - NTI
If I'm not mistaken, your applet can only communicate with the server it was called from. Even taking that into consideration your applet will most likely have to be signed, which implies the purchase of a costly certificate from verisign or another certification authority. You can make your own

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

2001-05-16 Thread Gary Lawrence Murphy
Does anyone know of existing software that will use Log4J to create httpd common-log-format compatible output? I have a servlet application where I'd like to leave log files that could be analyzed by 3rd-party log processing tools. I'd hoped Log4J might solve this directly, but there doesn't

Re: unsubcribe

2001-05-16 Thread Francis Callo
send your mail to [EMAIL PROTECTED] --- Dana Marcusanu [EMAIL PROTECTED] wrote: unsubscribe tomcat-user --- Denis Markov [EMAIL PROTECTED] wrote: unsubcribe tomcat-user __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at

FORM-based login questions

2001-05-16 Thread Kevin HaleBoyes
I've managed to get FORM-based login to work but I've got a few questions regarding it. I have an application that has three different roles: customer, administrator, and retailer. They will have access to their own part of the overall application - generally, the customer will access jsp's and

Re: perplexing multiple servlet output question..

2001-05-16 Thread Bip Thelin
On Wed, 16 May 2001, John Clark L. Naldoza wrote: javax.servlet.RequestDispatcher public void include(ServletRequest request, ServletResponse response) throws ServletException, IOException According to the DOCs this would be kinda like SSI's...;-) This is actually how we've solved SSI

Re: Compiling TC4

2001-05-16 Thread Bip Thelin
On Wed, 16 May 2001 [EMAIL PROTECTED] wrote: Hi there, is there a separate mailing list for tc4? No, Not currently. Where can I find any documentation on compiling tc4? I used the cvs version and wasn't able to compile it. It seems to me, that I need other packages too and further

Creating WAP sites

2001-05-16 Thread Daniel de Almeida Alvares
Hi, My name is Daniel and I live in Brazil. I have a web site using JSP and Servlets. It runs on Apache with Tomcat and mySQL database. I am planning to create an extension of this site using WML (Wap Technology). I would like to how can I deploy the WML pages using the technology

Re: ArrayIndexOutOfBoundsException/Stream broken choose :)

2001-05-16 Thread HD
I remember I read somewhere saying that we cannot access the port 8007 directly. It is used for Tomcat and Apache communication only ... something like that. don't know if this is correct. __ Do You Yahoo!? Yahoo! Auctions - buy the things

Re: Virtual Hosts

2001-05-16 Thread Jeff Kilbride
Hi Martin, I'm using name-based vhosts and they work the same as the IP-based. Just substitute the name for the IP. Here's my server.xml config: Host name=www.myhost.com Context path= docBase=/usr/local/java/webapps/hqcash/dist crossContext=false

Re: Webapp initialization (tomcat 4)

2001-05-16 Thread Bo Xu
Peter Mutsaers wrote: Jon == Jon Stevens [EMAIL PROTECTED] writes: Jon You could implement a Singleton based Service. This is what Jon Turbine did. It has an entire Service framework for dealing Jon with exactly this problem. It takes care of startup and That's a good idea. I

Re: how can I unsubscribe from this list

2001-05-16 Thread Mazur
Note that the mailing list should send you a notice saying you have requested to unsubscribe. You will not be officially taken off unless you return this email by pressing RETURN to confirm you really want to be removed. I thought I would mention that in case you have all your tomcat email

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

2001-05-16 Thread Yang,Chun
The problem with my mailer (MS Outlook) is that I don't see a return-path line. One odd thing is that unsubscribe doesn't seem to work EVEN if one has sent the unsubscribe request via his/her subscribing address. I know for sure it has failed on me. I am positive about my subscribing address

Problem compiling mod_jk for Solaris

2001-05-16 Thread Ron Wolf
Hi, All! I'm having a problem getting mod_jk compiled for Solaris. Here's my setup: Solaris 2.6 apache 1.3.13 (I know it's old, but it's what we're using in production, so until that changes, it's what I have to work with)

RE: IIS 5.0 Access denied for non-domain administrators

2001-05-16 Thread Randy Layman
Check the permissions on the isapi_redirect.dll file. This is just a guess, but IIS might be looking to the permissions of the file you are about to execute to determine if you can execute it. Randy -Original Message- From: COFFMAN Steven [mailto:[EMAIL PROTECTED]]

Tomcat Shutdown capabilities

2001-05-16 Thread Todd Carmichael
I am interested in what Tomcat does when it receives a shutdown signal. Specifically, does it wait for requests being serviced to finish before terminating. I have traced the code to Context.shutdownContext. Nothing so far gives me the indication that Tomcat will wait until all HTTP requests

RE: IIS 5.0 Access denied for non-domain administrators

2001-05-16 Thread Ignacio J. Ortega
What do you want to do? To use basic auth for the entire site? A solution : * Use ajp12 and Tomcat 3.3, * put TomcatAuthentication attribute to true on the ajp12 request interceptor line on server.xml. * Disengage *all* auth from IIS... * Put container auth to work on your contexts ,

Tomcat and Remote JBoss EJB

2001-05-16 Thread Bob Cober
This may already be common knowledge, but we were unable to get Tomcat 3.2.1 to access remote EJBs running on JBoss. This works fine with Tomcat 3.1.1 - it seem's there is a problem with reading classes out of the WEB-INF/lib directory. I read on another list that if you explicitly add all

Apache, Struts, .conf files

2001-05-16 Thread DHarty
Help, I am trying to install the struts framework examples on my apache1.3.19 / tomcat3.2.1 setup. I have followed the directions included with struts (relevent instruction listed at end of email When I try to start the Apache service (tomcat is already running), I get an internal Windows NT

Authentication with Tomcat

2001-05-16 Thread Vijay Prabhakar
Title: Authentication with Tomcat I know these requests have come up before, so I thought I'd offer advice/help - I've written a good deal of Jboss+Tomcat authentication code using JAAS. If anyone needs help with authentication issues, let me know - I can probably shed some light on the

RE: FORM-based login questions

2001-05-16 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
1. You are right that the spec doesn't say what to do when a login form is accessed directly. This is why Tomcat doesn't know what to do. Two things: a) don't let users access login form directly. Not sure what happens in Tomcat if you protect the login form. At least you can remove all

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

2001-05-16 Thread Scott Jones
Outlook does indeed include the headers, they just don't make them obvious to you. If you right click on the message in your list, you should be able to choose Properties and then choose the Details tab. That should give you the full message source, and you can find out what email account your

Web Mailing list?

2001-05-16 Thread Montgomery, Kendal L
Can someone repost the address to the online version of this mailing list? Kendal L. Montgomery Qwest - eFlow Development Team 614-215-4937

RE: Tomcat Shutdown capabilities

2001-05-16 Thread Vijay Prabhakar
Title: RE: Tomcat Shutdown capabilities Yes, it is possible to shutdown Tomcat remotely. Using JMX, you could shutdown the Tomcat service. Check out the JBoss/Tomcat mix. If you run Tomcat as a service within JBoss, JMX allows you to shut the server down. -Vijay Prabhakar -Original

JSP architecture resources

2001-05-16 Thread Will Glass-Husain
Hi, I've just completed my first JSP project and want to refactor it into a more robust code base. This willallow me to easily reuse it for similar projects in the future. I found that learning the JSP syntax was pretty easy, but my resultingarchitecture is a bit of a mess. Any

mount problem

2001-05-16 Thread Kevin Kovach
Hello. I'm having what seems to me is a mount problem. I have created a newapp called addressbook using the Turbine Development Kit (tdk) and then moved it over to my running Tomcat 3.2 server. When I try to access http://www.mydomain.com/addressbook/servlet/addressbook/ I get the

Re: ***** its impossible to unscribe *****

2001-05-16 Thread Declan Magee
ok you seem to think its so easy unscribing from this my email is [EMAIL PROTECTED] i have used the adress [EMAIL PROTECTED] but this poor email box keeps getting stuffed full what am i doing wrong please help and no cheek intended:)) - Original Message - From: Milt Epstein

Tomcat 4 won't recognize servlet (repost)

2001-05-16 Thread Bill Pfeiffer
Anybody know why my servlet under Tomcat 3.21 is not a servlet under Tomcat 4 b5? My servlet source appears to conform with spec 2.2 and 2.3. I'm a little confused why it won't cast to a servlet. I've listed the relevent snippets from the log.txt file. Thanks for any help, Bill Pfeiffer

RE: ***** its impossible to unscribe *****

2001-05-16 Thread Filip Hanik
[EMAIL PROTECTED] ^^ you mis-spelled jakarta Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Declan Magee [mailto:[EMAIL PROTECTED]] Sent:

VHost with Apache Tomcat ??

2001-05-16 Thread Jon Shoberg
I have Apache / Tomcat setup on a Win2K box for dev work. I have it setup so I can go to http://localhost/myapp/index.jsp and reach my staged website. My question is : How can I setup apache / tomcat to resolve http://myapp.localhost/index.jsp ?? Please provide specific soultions as I've poured

Hi

2001-05-16 Thread Saadi
Hi, i have integrated tomcat with iis 5.0 and the green flag is up, but when i try to open a jsp page from iis it doesnt work. The same pages work fine when run only with tomcat but in iis they r givivg me some problems. th isap log file error is some what like this: [jk_uri_worker_map.c

mod_jk error

2001-05-16 Thread Will Glass-Husain
Hi, I'm using mod_jk with Apache 1.3 and Tomcat 3.2.1. My httpd.conf includes the auto generated mod_jk config file. I believe I'm using ajp13 protocol. But my mod_jk.log file keeps filling up with this message: [jk_ajp12_worker.c (596)]: ajpv12_handle_response, error writing back to

Re: ***** its impossible to unscribe *****

2001-05-16 Thread Milt Epstein
On Thu, 17 May 2001, Declan Magee wrote: ok you seem to think its so easy unscribing from this my email is [EMAIL PROTECTED] i have used the adress [EMAIL PROTECTED] but this poor email box keeps getting stuffed full what am i doing wrong please help and no cheek intended:)) For

Re: JSP architecture resources

2001-05-16 Thread Milt Epstein
On Wed, 16 May 2001, Will Glass-Husain wrote: Hi, I've just completed my first JSP project and want to refactor it into a more robust code base. This will allow me to easily reuse it for similar projects in the future. I found that learning the JSP syntax was pretty easy, but my

RE: JSP architecture resources

2001-05-16 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
also on the craig mclanahan / MVC tip, check out another Apache project: http://jakarta.apache.org/struts/index.html ( Don't know if this project is mentioned in that presentationbut how could it not be.;) ) Tim Julien HP Middleware -Original Message- From: Milt Epstein

  1   2   >