Re: forward to TOP-Frame

2002-08-14 Thread Mark O'Driscoll
Is this a game? You are trying to manipulate client side functionality without using the only client side programming feature (javascript) you have. Trying to develop any system with a browser front end without using javascript is a futile exercise. Tell whoever mandated the ban on javascript th

RE: Session and IP

2002-08-14 Thread Mark Goking
hat this will only work with 4.03 or maybe less. it wont work with the 4.04 version now i also tried the 4.04 sample code this gives me a different error. invalid call argument. anyone help me with this? would be appreciated. thanks -- mark --- Outgoing mail is certified Virus Free. Checked by

JDCB realm problem

2002-08-14 Thread Mark Goking
is that this will only work with 4.03 or maybe less. it wont work with the 4.04 version now i also tried the 4.04 sample code this gives me a different error. invalid call argument. anyone help me with this? would be appreciated. thanks -- mark --- Outgoing mail is certified Virus Free. Checked

How to keep track of sessions

2002-08-14 Thread Mark O'Driscoll
would be my preference) TIA - Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: How to keep track of sessions

2002-08-14 Thread Mark O'Driscoll
I am using the sessions to keep track of who is logged on, for how long and what they have done. Obviously there are other non servlet ways to do this but as tomcat gives the opportunity to track sessions, I thought I'd use it. Session persistence highlights a 'hole' in the sessionListener interfa

Re: filter

2002-08-14 Thread Mark O'Driscoll
com.test.FilterTest ^^^ // should be Failing that, i'd have to see the error but my guess is that you have the order of things in your web.xml wrong. tags should appear after and before tags. See your dtd for more details. I

Re: How to keep track of sessions

2002-08-14 Thread Mark O'Driscoll
tomcat does. In either case, it's an arse. Am I missing something... - Mark - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 3:05 PM Subject: RE: How to kee

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
whoa, that seems like a very oversimplified answer. Some of us require security at the data level too. A "solution" like that makes Tomcat's authentication useless in that situation... Mark -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent:

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
pplication knows who is logged in and which roles this user has. That's the only thin that a application needs to show or not show any information. For what do you need a password on this level or j_username ? > -Ursprüngliche Nachricht- > Von: Mark Schmeets [mailto:[EMAIL PROTE

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
in session cookie - where did it go? On Wed, 14 Aug 2002, Mark Schmeets wrote: > Date: Wed, 14 Aug 2002 13:47:48 -0400 > From: Mark Schmeets <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > S

tomcat doesnt have a target=_top option

2002-08-14 Thread Mark Goking
page should be on top as a whole page anyone got nice suggestions, your tips are appreciated mark --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002 -- To unsubscribe, e-mail

RE: tomcat doesnt have a target=_top option

2002-08-14 Thread Mark Goking
John Naldoza, Jacob yo, ill check out the solution. thanks man --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002 -- To unsubscribe, e-mail: For a

where can i download request taglib

2002-08-15 Thread Mark Goking
anyone know the link to download the request taglib ? this is the main page that i went to but i couldnt find a download link within this page http://jakarta.apache.org/taglibs/doc/request-doc/request-1.0/index.html#javadocs mark --- Outgoing mail is certified Virus Free. Checked by AVG

Illegal target of jump or branch

2002-08-16 Thread Mark Goking
the other parts of my code which look the same (except for the variable names) work fine even if i do not take it out. what do you think is the problem? mark --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Dat

hi all

2002-08-16 Thread Mark Goking
hi this is my error, and im using jakarta standard tag libs System Replied: javax.servlet.ServletException: (class: org/apache/jsp/caselist$jsp, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Illegal target of jump or branch

RE: hi all

2002-08-16 Thread Mark Goking
capr1ce yyou are right. ur url stated that The spec of the JVM states in ý 4.10: * The amount of code per non-native, non-abstract method is limited to 65536 bytes Given that JSPs are compiled into java class methods, the length of a single JSP page is limited my compiled jsp page rea

Precompilation

2002-08-19 Thread Mark O'Driscoll
Hi, I currently recompile all my jsp's using jspc and update the entries in web.xml as created by jspc. This is fine but not quite what I want. One of the problems is that my default welcome page is index.jsp which, of course, is no longer there when the file is precompiled. I have got around th

Re: servlet-jdbc-SQL server

2002-08-19 Thread Mark O'Driscoll
MySQL has a last_insert_id() function which you can use on a connection - Original Message - From: "Mike Jackson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 4:38 PM Subject: RE: servlet-jdbc-SQL server > With oracle there's a way to spe

RE: OFF-TOPIC: Pointers to CallableStatement docs?

2002-08-19 Thread Wagoner, Mark
When you say it returns a status, do you mean it is a function (I work primarily with Oracle, so if this does not apply to MS I apologize)? If so, you need to make the call something like: CallableStatement stmt = conn.prepareCall("{call ? = proc(?,?, ... )}"); -Original Message- From:

RE: OFF-TOPIC: Pointers to CallableStatement docs?

2002-08-19 Thread Wagoner, Mark
at do simple math or just insert a row. Thanks for the reply. John -Original Message- From: Wagoner, Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 12:31 PM To: 'Tomcat Users List' Subject: RE: OFF-TOPIC: Pointers to CallableStatement docs? When you say it returns a status, d

Stopping application installation?

2002-08-21 Thread Mark O'Driscoll
work. Question is: How does one stop the installation of an application? Tomcat 4.0.3 standalone with jdk1.4 on Solaris8. TIA - Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Programmatically remove an application?

2002-08-22 Thread Mark O'Driscoll
Is there a way to programmatically remove or stop the installation of a web application? i.e. call a function that does the same as http:/:8080/manager?remove=/app TIA -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Velocity / Avalon

2002-08-27 Thread Mark Eggers
Wouldn't you do this in a cron job similar to that of other system logs? I would think that if you ran tomcat as a particular user, then you would create a cron job mirroring those used by syslog.log, messages.log, etc. and just use velocity.log as the log file name. I'm not familiar with SUSE (

RE: Tomcat4.0 with and Apache2

2002-08-27 Thread Mark Pelillo
Is "ar" installed on the system or maybe it's not in the path. Try typing "which ar" and see what it returns. I believe it should be in either /usr/local/bin or /usr/ccs/bin depending on how things are installed on your system On Tue, 2002-08-27 at 11:59, Raj Mettai wrote: > Hi, > > I am tryi

RE: REPOST:Connection refused problem

2002-08-30 Thread Wagoner, Mark
Well, it sounds like you have several problems but it is hard to diagnose with the information supplied. What is an 'X' database? Are you using a JDBC driver to connect to it? The IOException about the LOG/BAN files is not a Tomcat message. Is your servlet trying to do some sort of logging? T

RE: Simple WAR files

2002-08-30 Thread Wagoner, Mark
I would use an IDE like Netbeans or Forte to get started. It will do most of this for you, including packaging the entire app into a WAR file. Once you go through the process within the IDE it starts to make much more sense. -Original Message- From: James [mailto:[EMAIL PROTECTED]] Sent

RE: Simple WAR files

2002-08-30 Thread Wagoner, Mark
: 'Tomcat Users List' Subject: Re: Simple WAR files -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 11:41:19AM -0400, Wagoner, Mark wrote: > I would use an IDE like Netbeans or Forte to get started. It will do most > of this for you, including packaging the e

RE: DistributedManager Qustion

2002-08-30 Thread Wagoner, Mark
>> Server A has a catastrophic failure and dies (or some idiot unplugs it). ROTFL - I was doing a customer install once and left for the night. When the cleaning lady came in she needed to plug in her vacuum cleaner. Guess where she found the outlet. Oddly enough, this was at a hospital. Sorr

JSP via Tomcat-apache 4.1.9 fails

2002-09-03 Thread Mark Dedlow
Hi, I'm building tomcat for the very first time here... tomcat 4.1.9, apache 1.3.26, latest mod_webapp, etc, on solaris. Everything works except JSP Servlets via Apache. Other servlets work fine via apache, so the basic Apache-tomcat interaction seems OK, and the JSP servlet works fine via Tomca

CORBA choice

2002-09-05 Thread Keates, Mark
on integrating CORBA with this environment? I had toyed with VisiBroker 3 a long time ago but wanted to look at JavaORB or JacORB. VisiBroker had a 'gatekeeper' that I'd used in conjunction with Apache 1.3 (IIOP proxy?) and I'd like to set up something similar under Apache 2.0

RE: Log the amount of time taken to complete a request...

2002-05-03 Thread Wagoner, Mark
If you are using the default server.xml file, the entries are being written using the "common" pattern. This is defined as: %h %l %u %t "%r" %s %b" where %b is the number of bytes sent in the reponse, excluding headers. According to the docs, there is no pattern attribute to record the total t

RE: Log the amount of time taken to complete a request...

2002-05-03 Thread Wagoner, Mark
On the Tomcat site: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/valve.html -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 12:58 PM To: [EMAIL PROTECTED] Subject: RE: Log the amount of time taken to complete a request... Where mi

RE: Tomcat on Win98

2002-05-09 Thread Wagoner, Mark
I doubt Win98 can handle it. I know NT workstation places a limit on 10 simultaneous network connections (this is one of the differences between workstation and server). My guess is 98 is the same if not less. -Original Message- From: Marc Chamberlin [mailto:[EMAIL PROTECTED]] Sent: Thu

jsessionid suddenly appearing in the HTML links

2002-05-13 Thread Mark Williams
en causing 404 errors when you click on the link. The qustion id, why is the jsessionid suddenly appearing in the HTML links? and how do I configure tomcat ( or whatever ) to stop doing this? Thanks in advance Regards, Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For add

RE: jsessionid suddenly appearing in the HTML links

2002-05-13 Thread Mark Williams
ers List > Subject: RE: jsessionid suddenly appearing in the HTML links > > > It sounds like you've got cookies turned off in your browser. Is > it possible that your browser configuration has changed recently? > > -Original Message- > From: Mark Williams [mailto:[E

RE: jsessionid suddenly appearing in the HTML links

2002-05-13 Thread Mark Williams
[EMAIL PROTECTED]] > Sent: 13 May 2002 16:20 > To: Tomcat Users List > Subject: RE: jsessionid suddenly appearing in the HTML links > > > What does the tag look like in your server.xml file? > > -Original Message- > From: Mark Williams [mailto:[EMAIL PROTECTED]]

RE: jsessionid suddenly appearing in the HTML links

2002-05-13 Thread Mark Williams
be used, which is what you want. > > Are you using Tomcat 3.2? I use 3.3, and it looks like the > configuration syntax is a little different. Anyways, since you > haven't touched the server.xml file, I'd be inclined to agree > with you that the problem is elsewhere. >

Yet Another IIS/Tomcat Problem

2002-05-14 Thread Wagoner, Mark
I have Tomcat 4.0.3/isapi_redirect.dll mostly working on a Win2k server but get the following in the log file: [...] [jk_isapi_plugin.c (439)]: HttpFilterProc [/home] is a servlet url - should redirect to ajp13 [jk_isapi_plugin.c (461)]: HttpFilterProc check if [/home] is points to the web-inf di

RE: Yet Another IIS/Tomcat Problem

2002-05-15 Thread Wagoner, Mark
ail.com.au/~lampante/howto/tomcat/iisnt/#4 > -Original Message- > From: Wagoner, Mark [mailto:[EMAIL PROTECTED]] > Sent: May 14, 2002 15:39 > To: Tomcat User List (E-mail) > Subject: Yet Another IIS/Tomcat Problem > > > I have Tomcat 4.0.3/isapi_redirect.dll mostl

RE: Newbie Alert! - including a a JavaScript src file in a servlet

2002-05-16 Thread Wagoner, Mark
Your browser cannot view files under the WEB-INF directory. Create one under ROOT (e.g., scripts) and point the source attribute at that (src="/scripts/code_lib.js"). Just make sure you put your file there, too. ;0) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] S

User to start Tomcat under

2002-05-23 Thread Mark Annal
t it as a different user? Apache starts as root but then forks off the "real" processes as under the "nobody" user. It seems I might want to try to accomplish something similar for Tomcat. Thanks in advance for any help... ___

RE: IIS and Tomcat: I am stuck with this for last two days : Can somebody help

2002-05-23 Thread Wagoner, Mark
The default registry entries have a typo. Check the value for: HKEY_LOCALMACHINE\Software\Apache Software Foundation\Jakarta Isapi Redirector\1.0\extension_uri The default value is isapi_redirect.dll, but the DLL name is isapi_redirector.dll. Also check the name of your worker.properties file.

Default Webapp

2002-05-23 Thread Mark Udstrand
Is there a way to set a default web app under Tomcat? For example, if I package a website in mysite.war, it is installed into webapps/mysite. In order to use this application, the user must use the url www.mywebsite.net/mysite (assuming that your welcome file is present). I would like to con

Re: Default Webapp

2002-05-23 Thread Mark Udstrand
Something is amiss... I tried making that change previously, and once again with your suggestion. When I change the docBase to "mysite", Tomcat returns a 404 error when attempting to use www.mywebsite.net. If I use www.mywebsite.net/mysite it works fine Any ideas. - Original Message

Re: Default Webapp

2002-05-23 Thread Mark Udstrand
Found the problem, it was with the welcome file list in my web.xml. M. - Original Message - From: "thorsten frank" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 10:05 PM Subject: Re: Default Webapp > hi, > > At 09:51 PM 23/05/2002 -0500,

Overriding $CATALINA_BASE/work

2002-05-24 Thread Mark Annal
uot; service since I am using mod_webapp. Can anyone help? Thanks... _____ Mark Annal e-mail: [EMAIL PROTECTED] TARGUSinfo phone : (585) 598-7011 255 Woodcliff Drive fax : (58

RE: [REPOST] Tomcat 3.2.3 running as a service in Win2k

2002-05-24 Thread Wagoner, Mark
If at all possible, I would move to Tomcat 4. The installation program has a "run as service" option. That way it is configured for you. -Original Message- From: Evans, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 3:23 PM To: '[EMAIL PROTECTED]' Subject: [REPOST] Tomcat 3.

Unsatisfied link error with Oracle OCI on Solaris

2002-05-24 Thread Mark Schmeets
. When I move the thing to Solaris and substitute the libocijdbc9.so for the dll, it fails. I have been unable to come up with anything that works for Solaris. Any suggestions? Mark __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http

RE: Unsatisfied link error with Oracle OCI on Solaris

2002-05-24 Thread Wagoner, Mark
Did you verify your ORACLE_HOME environment variable? If this is not set, the Oracle client cannot find the necessary files. -Original Message- From: Mark Schmeets [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 4:09 PM To: [EMAIL PROTECTED] Subject: Unsatisfied link error with

Help redirector isn't authorized!!

2002-05-28 Thread Mark Gargan
It's http error code 401.1 Thanks, Mark. ---- Mark Gargan Research Associate, KDEG Dept. Computer Science Trinity College Dublin Dublin 2. Tel: 01 6081335 Fax: 01 6772004 -- To unsubscribe, e-mail: <mailto:[EMA

RE: Tomcat 4 install / config

2002-05-29 Thread Wagoner, Mark
There are documents on the Apache website: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html Although if you are new to Tomcat I would suggest you work with it in stand-alone mode for a while. Several people have reported that Tomcat by itself is a fairly robust web server. You c

Memory Leak?

2002-05-29 Thread Mark Shurgot
I am having the strangest problem with Tomcat and inner classes. In a few JSP pages, we use inner classes (beefed up structs) to store information retrieved from a database into a collection class (Vector). It seems that somewhere between getting the data from the result set and constructing and

RE: global resources

2002-05-29 Thread Mark Shurgot
You should use $CATALINA_HOME/commom/classes and $CATALINA_HOME/common/lib -Original Message- From: Christian J. Dechery [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:59 AM To: [EMAIL PROTECTED] Subject: global resources I can't seem to get my classes as global. I want

RE: Memory Leak?

2002-05-29 Thread Mark Shurgot
our inner class. fillup On 5/29/02 10:55 AM, "Mark Shurgot" <[EMAIL PROTECTED]> wrote: > I am having the strangest problem with Tomcat and inner classes. In a few > JSP pages, we use inner classes (beefed up structs) to store information > retrieved from a database into a

Re: Tomcat Hangs-UP...

2002-05-29 Thread Mark Teegarden
Okay, a simple answer from a simple mind: Check that you are closing resources in your java code appropriately. Don't rely on garbage collection! Are you closing any files opened by your Java code? Are you always closing your jdbc SQL statements/result sets, etc...? Are you closing your Oracle c

RE: Memory Leak?

2002-05-29 Thread Mark Shurgot
We have narrowed it down to a simple test page. Try this out and see if you have the same problem. Attached is the test page, the correct results, and the corrupted results. Run the test page a few times. Take note that the first three or four times you access the page, all is fine. The fourt

RE: Answer: Reloading classes WITHOUT using shutdown.sh & startup.sh (newbies should read)

2002-06-05 Thread Mark Annal
... maybe. _ Mark Annal e-mail: [EMAIL PROTECTED] TARGUSinfo phone : (585) 598-7011 255 Woodcliff Drive fax : (585) 598-7001 Fairport, NY 14450 web : www.targ

RE: Access-Control for Tomcat-Webserver (Version 4.0.1)

2002-06-06 Thread Wagoner, Mark
Since you are using WARP exclusively, you can remove the "Tomcat-Standalone" service from your server.xml file. After you restart Tomcat, it will no longer be listening for HTTP requests. -Original Message- From: "Bührle, Martin, FCI1" [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06,

RE: Access-Control for Tomcat-Webserver (Version 4.0.1)

2002-06-06 Thread Wagoner, Mark
- From: "Bührle, Martin, FCI1" [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 12:38 PM To: 'Tomcat Users List' Subject: AW: Access-Control for Tomcat-Webserver (Version 4.0.1) Hi Mark, I cannot remove the standalone-service, because I need it for testing. Due to a

RE: Access-Control for Tomcat-Webserver (Version 4.0.1)

2002-06-06 Thread Wagoner, Mark
il: [EMAIL PROTECTED] _ > -Ursprüngliche Nachricht- > Von: Wagoner, Mark [SMTP:[EMAIL PROTECTED]] > Gesendet am: Donnerstag, 6. Juni 2002 19:17 > An: 'Tomcat Users List' > Betreff: RE: Acces

RE: Details on IIS/Tomcat Question

2002-06-07 Thread Wagoner, Mark
> I couldn't help noticing that the "extension_uri" in the Registry entry > has isapi_redirect.dll instead of isapi_redirectOR.dll. I finally > noticed that the instructions say to download the Tomcat 3.3 > isapi_redirect.dll! Then why is there a file with a different name in > the Tomcat 4.0.3 ar

RE: Problems in redirecting requests from IIS to Tomcat 4

2002-06-07 Thread Wagoner, Mark
If I recall... Go to the Properties page of the web server and select the Directory Security tab. Click the Edit button for Anonymous Access and Authentication Control. Select Anonymous Access and un-select everything under Authenticated Access. HTH -Original Message- From: Luca Ventu

RE: access to HttpHeader

2002-06-07 Thread Wagoner, Mark
request.getHeader() response.setHeader() -Original Message- From: Ekkehard Gentz [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:01 AM To: Tomcat Users List Subject: access to HttpHeader hi, is there a way to have access to the HttpHeader from Tomcat ? I want to set cache-contr

Re: problem..plz help me out

2002-06-10 Thread Mark Teegarden
In your server.xml file, you will notice the lines of text that say immediately after this, enter your context That should be a start. >>> [EMAIL PROTECTED] 06/08/02 03:22PM >>> Hi friends, this is my 4th mail regarding my single complain.. I have install the tom

RE: How to disable the directory listing in Tomcat?

2002-06-10 Thread Mark Annal
Check out the "listings" attribute for the DefaultServlet in $TOMCAT_HOME/conf/web.xml. _ Mark Annal e-mail: [EMAIL PROTECTED] TARGUSinfo phone : (585) 598-7011 255 Woodc

RE: Tomcat/mod_jk/Apache error

2002-06-11 Thread Mark Annal
. _ Mark Annal e-mail: [EMAIL PROTECTED] TARGUSinfo phone : (585) 598-7011 255 Woodcliff Drive fax : (585) 598-7001 Fairport, NY 14450 web : www.targusinfo.com

RE: Newbie Question about logging

2002-06-11 Thread Wagoner, Mark
Take a look at Log4j http://jakarta.apache.org/log4j/docs/index.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 7:15 AM To: [EMAIL PROTECTED] Subject: Newbie Question about logging Hi All, I have just started using 1.4 and usi

RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-11 Thread Wagoner, Mark
I don't know if it is compatible or not, but it is not necessary. The Tomcat 4.x installer includes a "run as service" option during installation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 7:14 AM To: [EMAIL PROTECTED] Cc: [EMAIL P

RE: Auto Start Tomcat

2002-06-11 Thread Wagoner, Mark
CRON is to run jobs at a scheduled time. The init scripts are what starts processes at boot up. Just a word of warning; being a fairly recent Windows-to-Linux convert myself, be prepared to read and reread the docs before you get it working. ;-) -Original Message- From: Wynn Ricks [mail

RE: I really need help.

2002-06-11 Thread Wagoner, Mark
You might check to make sure IIS is NOT trying to perform authentication. On the properties sheet for the site, allow anonymous access and disable IIS authentication. HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:50 PM To: [EMAIL

RE: I really need help.

2002-06-11 Thread Wagoner, Mark
lly need help. How would I disable IIS authentication? I already allowed anonymous access. Thanks. Bao-Ha Dam Bui [EMAIL PROTECTED] S. Jude Medical, Inc 651.765.1018 -Original Message- From: Wagoner, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 1:53 PM To: 'Tomcat U

auth-constraint question

2002-06-11 Thread Mark Larson
client, it allows my Webdav role users to login as planned, but normal Root users can log in as well. How can I distinguish between these constraints? Below is a snippet of my web-inf/web.xml... Thanks in advance, Mark mysite /* Root Webdav

Re: auth-constraint question

2002-06-11 Thread Mark Larson
ers. > >So write a filter, which checks for user roles, and foward the ones you >don't want to go further "down" your directory. > >Don't forget to map the filter in the web.xml file so tomcat knows where to >restrict. > >hope that helps > > >Terr

Re: auth-constraint question

2002-06-11 Thread Mark Larson
Ok, if anyone is following this thread... I found a freeware "hard links for windows" program and placed hard links for my site in a separate webapp dedicated to webdav only. So, multiple distinguishable authentications for a single filesystem works. >From: "Mark Larson&

RE: [offtopic] IDE for Tomcat?

2002-06-13 Thread Mark Shaw
If you haven't used IDEA from IntelliJ please give it a shot. It's truly amazing (BTW, I don't work for them), providing a great set of refactoring capabilities combined with a very useable interface. And it's written in Java, which is very inspiring. -Original Message- From: Joel Sathe

mod_jk and mod_jk2 HELP

2002-06-15 Thread Mark Pelillo
Maybe I missed something basic. but I have note been sucessful is getting either of these two connectors working with Apache2. I started with Tomcat 4.0.3 and no luck, moved on to 4.04-b3 with more success and I downloaded 4.1.3 and have almost got it working (I think) I am working on Solaris 8

RE: mod_jk and mod_jk2 HELP

2002-06-18 Thread Mark Pelillo
://www.aas.com > > > -Original Message- > From: Mark Pelillo [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 17, 2002 8:49 PM > To: Tomcat Users List > Subject: RE: mod_jk and mod_jk2 HELP > > > While at first I figured the quotes from the book were useless,

What are the various "DEBUG Levels?"

2002-06-18 Thread Mark Pelillo
If I look at the web.xml file (4.1.3) I see line like the following debug 0 I can also see something similar if I use the admin tool included with Tomcat 4.1.3. But I don't understand them. I have seen a case where they are set to anything other than

RE: mod_jk and mod_jk2 HELP

2002-06-20 Thread Mark Pelillo
gt; > John Turner > [EMAIL PROTECTED] > http://www.aas.com > > -Original Message- > From: Mark Pelillo [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 19, 2002 6:35 PM > To: Tomcat Users List > Subject: RE: mod_jk and mod_jk2 HELP > > > I can't

RE: MOD_JK Problem ?

2002-06-24 Thread Faine, Mark
27;s free for a reason. -Thanks, Mark -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 6:47 AM To: 'Tomcat Users List' Subject: RE: MOD_JK Problem ? Well said, and I agree 100%. I spent 8 business days trying to get Apache 2 with To

RE: MOD_JK Problem ?

2002-06-24 Thread Faine, Mark
cat over a commercial alternative but it doesn't look very well when I can't get it to work and the commercial test case works flawlessly the first time out. Still I am sorry for getting carried away. -Mark -Original Message- From: Andy Eastham [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: Re[2]: MOD_JK Problem ?

2002-06-24 Thread Faine, Mark
Thanks, for your reply but I think I apologized already. Still I do agree with what you say (for the most part). Also, I'm trying to build for Solaris 8. Got a binary for that? I do, but mine doesn't seem to be working. Thanks, -Mark -Original Message- From: Jacob Kjo

RE: Re[2]: MOD_JK Problem ?

2002-06-24 Thread Faine, Mark
Anyone seen this error before? (from mod_jk.log) [Mon Jun 24 09:28:38 2002] [jk_connect.c (151)]: jk_open_socket, connect() failed errno = 146 [Mon Jun 24 09:28:38 2002] [jk_ajp_common.c (599)]: In jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 146 Thanks, -Mark -Original

Problem with mod_jk2

2002-06-24 Thread Mark Pelillo
I have Tomcat 4.04 with Apache 2.0.39 installed on a Sun (sparc) machine. I have to do minor edit, but everything is up and running. I was checking out the jkstatus link, when I noticed a concern. It says my arch = i386 rather than sparc. Anyone have any idea how to change this? I do see a co

RE: building mod_jk

2002-06-26 Thread Faine, Mark
Try this: http://www.galatea.com/flashguides/apache-tomcat-24-unix.xml It's a little dated but at least you can get the idea. -Mark -Original Message- From: Jan-Willem Goedheer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 3:50 AM To: Tomcat Users List Subject: bui

RE: building mod_jk

2002-06-26 Thread Faine, Mark
Which JDK are you using? Try 1.3.1 I had an incredibly hard time getting mod_jk built. Also, try building it with the ./configure script. That's what worked for me. If you were on Solaris 8 I would suggest you try my mod_jk.so but I doubt it would work on 7. -Mark -Original Me

Maintaining modification times in web applications

2002-06-27 Thread Mark O'Driscoll
from re-compiling all my jsps each time I update the war file. What would be really neat would be if tomcat could check the compile time dependencies (like make) and only recompile as required. That's a bit tricky, I guess? - Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECT

Re: URL Variable Error Checking

2002-06-27 Thread Mark O'Driscoll
Try getParameterNames(). This returns a list of parameters. You can then check if your one is there. - Original Message - From: "Seth Brahler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 2:15 PM Subject: URL Variable Error Checking > I'm trying to make an up

TC 4.1.3: JK2 connector dies? cant get isapi_redirector to talk to tomcat

2002-06-27 Thread Mark Prins
p: Create Catalina server XXX native so /opt/apache2/modules/mod_jk2.so Bootstrap: Starting service Starting service Tomcat-Standalone Apache Tomcat/4.1.3 Bootstrap: Service started any thoughts? - Mark C. Prins Spatial Fusion Specialist

RE: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to t alkto tomcat

2002-06-27 Thread Mark Prins
at org.apache.catalina.startup.BootstrapService.start(BootstrapService.java:219 ) at org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:279) Starting service Tomcat-Standalone Apache Tomcat/4.1.3 Bootstrap: Service started Mark > -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PR

RE: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to talk to tomcat

2002-06-28 Thread Mark Prins
> -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 27, 2002 7:20 PM > To: unlisted-recipients > Subject: RE: TC 4.1.3: JK2 connector dies? cant get > isapi_redirector to > t alkto tomcat > > > > De: Ma

problem after upgrading 4.0.1 -> 4.1.3: java.lang.VerifyError

2002-06-28 Thread Mark Prins
Many of my servlets that worked under 4.0.1 are complaining with: java.lang.VerifyError: (class: com/caris/fusion/servlet/JDMC_FusionServletBase, method: init signature: (Ljavax/servlet/ServletConfig;)V) Incompatible object argument for function call Any thoughts on this? Mark

Re: What does this error mean loading mod_jk module?

2002-06-30 Thread Mark Pelillo
The line in the httpd.conf "LoadModule jk_module modules/mod_jk2.so" is incorrect. It should be "LoadModule jk2_module modules/mod_jk2.so" On Sat, 2002-06-29 at 06:19, Rick Mann wrote: > When I start Apache, I get this: > > > Can't locate API module structure `jk_module' in file > > /usr/loca

Re: Apache 2.0.39 & modjk2

2002-07-01 Thread Mark Pelillo
check the permissions of the directory where jk2.shm file is going. Make sure the account which is running tomcat has permission to write into the directory. On Mon, 2002-07-01 at 15:25, Short, Dave wrote: > Does anyone know why Apache 2.0.39 is reporting the [warn] messages in the > error.lo

Redirecting one jsp to another

2002-07-03 Thread Mark O'Driscoll
name and take appropriate action. TIA Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Virtual host question for all

2002-07-03 Thread Mark Hutchinson
to add to httpd.conf as well? I think I am pretty close to being finished after I get this virtual problem wrapped up so any help appreciated. Thanks all! Mark _ Chat with friends online, try MSN Messenger: http://messenger.msn.c

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
use with tomcat? What should I add? What should the server.xml look like? Thanks for the assistance. Mark _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: <mailto:[EM

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
Fantastic. One last question Where in the server.xml should I insert this in server.xml? Under the AJP 1.3 connector? Where is a suitable place? Mark >From: "Turner, John" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
I put this: Host name="www.site.com" debug="0" appBase="webapps" unpackWARs="true"> Which is right below another host entry... and get this on tomcat restart now: Stopping tomcat4: Using CATALINA_BASE: /var/tomcat4 Using CATALINA_HOME: /var/tomcat4 Using CATALINA_TMPDIR: /var/tomc

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
Well, I have that in now in a better place and I cna bring up the virtual host page and it gives no errors, but I have nothing displayed. The page is blank. The port 8180 pages also show up blank now as well. I may be getting closer. Any ideas on this? Thanks for all the help. Mark >F

<    4   5   6   7   8   9   10   11   12   13   >