[OT] Recommend a UK Tomcat host

2005-07-08 Thread Mark Benussi
Apologies for the repost to the Tomcat list but I am getting desperate. Can anyone recommend a UK based Tomcat hosting solution? I have been let down by my current ISP (nameonthe.net) which has gone out of business. Your help is greatly appreciated. TIA Mark

RE: UK tomcat hosting recommendations?

2005-07-07 Thread Mark Benussi
sting recommendations? I use webhost.ie They are in Ireland I am in the UK but the service is second to none for me. On Thu, 2005-07-07 at 14:25 +0000, Mark Benussi wrote: > Julian, > > Interesting that you recomend nameonthe.net. They have been down since > Tuesday morning and non

RE: Multi-click from the same user

2005-07-07 Thread Mark
how about this: http://java.sun.com/developer/EJTechTips/2003/tt0114.html Mark. --- Allistair Crossley <[EMAIL PROTECTED]> wrote: > Your idea sounds like it makes sense but I can see that you may > have trouble, since even if you can identify a duplicate request, > you will hav

Re: UK tomcat hosting recommendations?

2005-07-07 Thread Mark Benussi
fine the couple of time I've needed to use it. julian (no affiliation except as a paying customer, etc, etc) On 7/5/05, Mark Benussi <[EMAIL PROTECTED]> wrote: > Having some fun with my current ISP and was wondering if any of you have UK > tomcat recommendations? > > >

programmatic locking im multiple tomcat's boxes

2005-07-06 Thread Mark
nput will be helpful! Thank you, Mark. Sell on Yahoo! Auctions – no fees. Bid on great items. http://auctions.yahoo.com/ - To unsubscribe, e-mail: [

Re: can a context log to windows event log?

2005-07-06 Thread Mark
After reading the page: http://logging.apache.org/log4j/docs/manual.html I am wondering what up-front initialization I must do in order to get things working with Tomcat 5.5.x? The documentation seems to be a bit dated. Thank you. On 7/6/05, Mark <[EMAIL PROTECTED]> wrote: > hrmmm,

Re: can a context log to windows event log?

2005-07-06 Thread Mark
.com/?l=tomcat-user&m=108330970225012&w=2 > > > Mark wrote: > > > Yes, I know. But from what I have read, the configuration is more > > global. I want to only place audits from one context in the Event > > Log, not all of Tomcat's audits. > > > >

Re: can a context log to windows event log?

2005-07-06 Thread Mark
Log > > http://logging.apache.org/log4j/docs/api/index.html > http://jakarta.apache.org/tomcat/faq/logging.html > > HTH, > > Jon > > Mark wrote: > > > Is it possible for only one context to log to the Windows Event Log? > > What I want is for logs for the

can a context log to windows event log?

2005-07-06 Thread Mark
Is it possible for only one context to log to the Windows Event Log? What I want is for logs for the tomcat engine to be placed into a flat file, and my context's logs to go into the Event Log. thank you. - To unsubscribe, e-ma

[OT] UK tomcat hosting recommendations?

2005-07-05 Thread Mark Benussi
Having some fun with my current ISP and was wondering if any of you have UK tomcat recommendations? My technical needs are pretty small; just tomcat 5.0+ installed with mysql 4.0+ etc. My main non-technical requirement is a good UK based support, and any recommendations would be appreciated

Re: Automatic Realm login?

2005-07-05 Thread Mark Winslow
I'm using 5.5.9. Do you need to set a session timeout variable? I imagine I'll run into login timeouts as well, but my quick signup page seems to work with the referral for now. There's also this issue of simple redirects putting passwords into the log files which is insecure. I'm looking for a

Re: Webapp security by IP range

2005-07-04 Thread Mark Thomas
for the internal users - use normal web app security for the external users Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Issue with redirect..

2005-07-04 Thread Mark Thomas
Create an as simple as possible JSP that demonstrates this problem. It should be simple enough to post the JSP to the list. Mark Kannan Shastri wrote: Hi, I am running a JSF application on Tomcat 5.0.25...the problem is, i need to redirect using response.sendRedirect(url) , and i am

Re: Tomcat JDK 1.5 and osx bug

2005-07-04 Thread Mark Winslow
Rebuild the files as zip? --- Werner Punz <[EMAIL PROTECTED]> wrote: > Does anyone know how to get around this bug, I have > the same problem, > but I do not really want to remove the files in the > extensions dir, too > many files I use are affected from that one: > > http://lists.apple.com/

Re: Automatic Realm login?

2005-07-04 Thread Mark Winslow
enticator code. --- Mark Winslow <[EMAIL PROTECTED]> wrote: > Is there a way to programmatically login a user to a > realm? I want to do this for two reasons: > > 1. Save login state for users. > 2. Automatically login after a user creates an > account. > > I'

Re: Apache & Jakarta-Tomcat using very slow

2005-07-04 Thread Mark Winslow
Sounds like some sort of memory/trash collector thrashing. Do you have enough memory? Does it run slowly when you run just static web pages and not your app? It could be some funky code in your app. --- Lars Nielsen Lind <[EMAIL PROTECTED]> wrote: > Hi. > > > > I am using Apache 2.0.54 an

Automatic Realm login?

2005-07-03 Thread Mark Winslow
Is there a way to programmatically login a user to a realm? I want to do this for two reasons: 1. Save login state for users. 2. Automatically login after a user creates an account. I've seen some discussion of a setRemoteUser method in one of the Tomcat classes, but I can't figure out how it wo

Re: error count for "http connector" and "localhost/ default context" seem to increment for no reason: mbean bug?

2005-07-01 Thread Mark Thomas
The errors are almost certainly 404s in response to the browser's request for favicon.ico every time you request a page. The Tomcat distro does not include a favicon.ico hence the 404 response. Mark Annie Wang wrote: whenever i access any web application deployed on tomcat, i notice

Re: newbie question: Tomcat/Apache settings

2005-07-01 Thread Mark Thomas
. HTH, Mark Hong wu wrote: Hi, I have apache 1.3.x and tomcat 4.x installed on XP machine. apache is running at port 80 and tomcat running on port 8080. it seems that tomcat has its own web server, even i stopped the apache server process, tomcat was able to run on its own. my question is: how

Re: Are SOAP Attachments enabled in Tomcat by default?

2005-07-01 Thread Mark Thomas
This is an axis configuration/installation issue. Mark [EMAIL PROTECTED] wrote: I'm using Axis in Tomcat, and when I deploy and call the simple EchoAttachments service I get an exception with text "No support for attachments" Looking at the axis code, this excpetion ocurs b

Re: Building tomcat-connectors with ANT

2005-06-27 Thread Mark Thomas
There are two parts to any connector that links Tomcat and a web server, a Java part and a native part. See http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html for my attempt at a fuller explanation. Mark BATCHELOR, SCOTT (CONTRACTOR) wrote: I must really be missing

Re: Building tomcat-connectors with ANT

2005-06-27 Thread Mark Thomas
s you want to do, someone else may pitch in with some help. http://marc.theaimsgroup.com/?l=tomcat-dev&m=50341215849&w=2 Mark BATCHELOR, SCOTT (CONTRACTOR) wrote: Would you mind pointing me in the right direction for some docs? I really only want to build mod_jk Thanks, -SB

Re: Building tomcat-connectors with ANT

2005-06-27 Thread Mark Thomas
BATCHELOR, SCOTT (CONTRACTOR) wrote: Has anyone been successful in this? Yes. Regularly. 4.1.x, 5.0.x and 5.5.x Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: howto on compiling mod_jk2 for windows

2005-06-26 Thread Mark
yeah, I knew it was deprecated. I have had more experience with mod_jk2 and keep using it. I will take a look at the mod_jk stuff. I was not aware of the mod_jk updates. ...thanks. On 6/26/05, Alan Chandler <[EMAIL PROTECTED]> wrote: > On Sunday 26 June 2005 14:53, Mark wrote: > &

howto on compiling mod_jk2 for windows

2005-06-26 Thread Mark
Can someone point me to a site that will describe how to compile mod_jk2 for windows? thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] encoding differences between 1.4.1 and 1.4.2?

2005-06-23 Thread Mark Thomas
The JVM parameter file.encoding is only intended to be read only. Some platforms/JVM versions let you change it but not all. Mark Mario Ivankovits wrote: Hi! I must have missed something. Given scenario: A linux system running with ISO encoding. Java and Tomcat configured to use UTF-8

RE: Version issue in coding

2005-06-23 Thread Mark Benussi
Well without wishing to sound petty Your development environment should replicate you server environment as closely as possible. Understandably you may develop on windows but run on UNIX but anything else such as Tomcat, JVM, and any 3rd party Jars should be of the same version. The problem

Mailing list problems

2005-06-16 Thread Mark Thomas
are on the case and I will post an update when I have one. Thanks, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Webdav on Tomcat 5.0.28 fails

2005-06-16 Thread Mark Thomas
It is the webdav servlet mapping that needs to change, not the default servlet. Mark Padmanabhan, Sheeba wrote: Hi Mark, I modified the web.xml under \conf folder to change the url_pattern as follows: default /* But that didn't help. I am not that familiar

Re: failure delivery

2005-06-15 Thread Mark Thomas
here is if you are getting an unwanted message in response to every post to the list please let tomcat-user-owner know so we can block that address. Mark [EMAIL PROTECTED] Mark Leone wrote: I'm getting these messages also, but until yesterday I was getting a message from UltraLingual, a

Re: Webdav on Tomcat 5.0.28 fails

2005-06-15 Thread Mark Thomas
What URL mapping are you using? For MS clients "/*" works better than "/". Mark Padmanabhan, Sheeba wrote: Our Webdav Server works fine with Tomcat 4.0. But when it is configured to use it through Tomcat 5.0, it just won't work. The Webfolders, Office Appilication

Re: IE-Page not found problem

2005-06-14 Thread Mark Leone
in my Sourceforge JavaWebParts project, in case anyone else might be interested. Keep in mind, this is not just a problem with pdf files. It will happen when IE uses SSL to download *any* file that is not being rendered in the browser, when the no-cache directive is included in the response.

Re: IE-Page not found problem

2005-06-14 Thread Mark Leone
manifests. IE actually draws the download box with the progress bar, showing the correct web address and even the correct mime type of the resource. Then instead of beginning the download it suddenly throws up a window that says the site is unreachable. -Mark Darryl

Re: failure delivery

2005-06-14 Thread Mark Leone
-user list, but my mail would go through to the list. I suspect it's related to the bounce message below. Do you know if this is so, and if it's been reported as well? -Mark Mark Thomas wrote: You are not the first to see this. I am not sure what is going on and I have rai

Re: Help/Examples setting up security settings

2005-06-14 Thread Mark Thomas
chance of working. The ROOT web application and SPID_JSP web application should be in separate directories. You should have [tomcat install dir]/webapps/ROOT/ for the root context and [tomcat install dir]/webapps/SPID_JSP for your app. HTH, Mark

Re: Tomcat and Runtime.freeMemory()

2005-06-14 Thread Mark Thomas
If you have to know and don't care about the performance impact you can always do: System.gc(); Runtime.freeMemory(); It's not pretty and I don't recommend doing it but it should give you the answer you are looking for. Mark Charl Gerber wrote: So there is no way to det

Re: failure delivery

2005-06-14 Thread Mark Thomas
You are not the first to see this. I am not sure what is going on and I have raised it with the infrastructure team. For now, subscribers can ignore these messages. Mark [EMAIL PROTECTED] Markus Schönhaber wrote: Hello! I recieved this message even though I am subscribed to the Tomcat Users

Re: IE-Page not found problem

2005-06-13 Thread Mark Leone
Darryl L. Miles wrote: Mark Leone wrote: It's a silly problem. I ran in to it a while back, and it really mystified me until I found the bug write-up. Tomcat is doing the right thing, but MS has declared that IE is working "as designed" in this. FWIW, the HTTP spec is cl

clustering questions

2005-06-13 Thread Mark Eggers
I'm looking at clustering and have a few questions. 1. In the documentation, the Cluster element is shown as a child of the Engine element. In the example server.xml the Cluster element is shown in the Host element. When I put the Cluster element in the Host element, I get clustering messages i

Re: Where are the UNIX-type scripts?

2005-06-12 Thread Mark Thomas
just downloaded jakarta-tomcat-5.5.9.tar.gz and confirmed the *.sh files are all present in the tar ball. Did you use GNU tar to extract the files? Some verisons of tar do not do extract all of the files. I think there is some issue to do with path length. Mark

[Fwd: Re: Help with memory leak using Tomcat]

2005-06-10 Thread Mark Thomas
Ed Hamilton wrote: Mark, Thanks for the response. I'm repling to you directly - if that's wrong, please let me know. Please always reply to the list. This is for two reasons: - The extra information you provide might be enough for someone else to help you even if the original resp

Re: Tomcat Web Server "ServerTokenNotSet" Vulnerability

2005-06-10 Thread Mark Thomas
No idea. Try "", " ", "Tin foil hats R us" or something similar. I am not even sure this is why your scanner is reporting a problem. Mark Gao, Frank wrote: What the server parameter value should be in order to pass the security scan? -----Original Message-

Re: Problem with security?

2005-06-10 Thread Mark
Not if you are using mutually authenticated SSL. On 6/10/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Gagnon, Joseph M (US SSA) > [mailto:[EMAIL PROTECTED] > > Subject: Problem with security? > > > > I have a situation where I want to be able to provide user access > > to an appli

Re: Tomcat Web Server "ServerTokenNotSet" Vulnerability

2005-06-10 Thread Mark Thomas
Try setting the server parameter on the connector. See http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html Mark Gao, Frank wrote: Hi, I have a Tomcat 5.5.7 standalone webserver running on my machine, recently I got a security scan warning of "ApacheServerTokenNotSet&quo

Re: Help with memory leak using Tomcat

2005-06-10 Thread Mark Thomas
information, it is needle in haystack time. If your profiler doesn't do this, you probably need to get a new profiler. Mark Ed Hamilton wrote: I posted something similar to the Tomcat bug list and was asked to move it here. My first mailing to this list, so please correct any gaffes on my

Re: Tomcat, SSL, IE, and .pdf downloads

2005-06-09 Thread Mark Leone
Mark Leone cox.net> writes: > > > BTW, switching gears, I should have mentioned the following in my > previous email. I suspect that the IE workaround you described will only > work for SSL connections. Tomcat (and presumably any other good HTTP > server) will set the

Re: List of Classes Deprecated in 5.5

2005-06-09 Thread Mark Thomas
I am not aware of any such list existing. Mark Rob Dickey wrote: Can anyone tell me where I can get a list of classes deprecated in 5.5 (say since 5.0). Example: org.apache.catalina.HttpRequest is no longer found. TIA for any info. Regards, Rob

Re: Is cancelled SSL connection bug fixed in Tomcat 4.1.31?

2005-06-09 Thread Mark Thomas
Mike, Having I have had a look at the bug report and the message from Tomcat user and have found the cvs commit that fixes the problem. http://marc.theaimsgroup.com/?l=tomcat-dev&m=104142933517556&w=2 This fix is included in 4.1.19 onwards and all 5.0.x and 5.5.x releases. HTH, Ma

Re: Tomcat, SSL, IE, and .pdf downloads

2005-06-08 Thread Mark Leone
that the IE check option is poorly worded. Perhaps it actually applies to any response for which the cache control headers are set to "no-cache".) -Mark Panichi, Mary-Beth wrote: Another newbie question -- how do I tell which authenticator we're using? Does tomcat use a default

Re: Embedded Tomcat & SSL

2005-06-08 Thread Mark
r.JkCoyoteHandler"); } catch (Exception e) { e.printStackTrace(); log.debug("Couldn't create connector."); } return (connector); } --END-- On 6/8/05, Diarmuid McDonald <[EMAIL PROTECTED]> wrote: > Hi Mark, > > Im not sure I understand what you mean by mutual

Re: Tomcat CGI and HTTP status codes

2005-06-08 Thread Mark Thomas
Chris, Sorry, but this isn't supported. See http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java?rev=1.31&view=markup and search for NPH for more info. Patches are always welcome ;) Mark Chris Picton wrote: Hi

Re: AW: AW: Using appelts with different clients

2005-06-08 Thread Mark Thomas
The JSP spec specifies a default JRE version of 1.2. What happens in FireFox if you specify jreversion="1.3" ? Mark [EMAIL PROTECTED] wrote: u r right, of course. It's just that weblogic generates the page OK for both clients. This is the code generated for firefox: This

Re: Embedded Tomcat & SSL

2005-06-08 Thread Mark
I do not think that you need an SSL connector. I have an embedded tomcat working using mutual authenticated SSL and the connector is not SSL enabled. On 6/8/05, Diarmuid McDonald <[EMAIL PROTECTED]> wrote: > Hi, > > Can anyone help me with regard to running Embedded Tomcat 5.5.9 with SSL. I > f

Re: Tomcat, SSL, IE, and .pdf downloads

2005-06-07 Thread Mark Leone
caching behavior where it really needs to be restricted in many cases, if IE compatibility with default settings is to be maintained. There's an important lesson here, but I don't think the party that needs to learn it is listening. -Mark Mark Thomas wrote: This se

Re: pageContext.getException() always null

2005-06-07 Thread Mark Thomas
Konrad Bernstein wrote: However, looks like a TC bug to me, that only occurs if you setup your error pages by the error-tag within web.xml (not by using the page directive errorPage). pageContext.getException() only returns what is saved under attribute "javax.servlet.jsp.jspException". But this

Re: Client authentication using Keystores...

2005-06-07 Thread Mark Thomas
ustom code. http://issues.apache.org/bugzilla/show_bug.cgi?id=34643 should provide you with some pointers. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat, SSL, IE, and .pdf downloads

2005-06-07 Thread Mark Thomas
This seems to be a popular subject today. Try looking at http://marc.theaimsgroup.com/?l=tomcat-user&m=111811136603781&w=2 Mark Panichi, Mary-Beth wrote: Greetings ~ We're having issues downloading .pdf files in SSL. I've been all over the web trying to find solutions. Th

Re: Lucene+ParseFile

2005-06-07 Thread Mark Thomas
1. Don't cross-post 2. Try the lucene user list Zakaria KHABOT wrote: Hi all, Will using 'lucene' I want to get a brief resume from the document in witch the term of search exist, like this: 1 resultats trouvés, classé par relèvement Nonbre avec date

Re: Mix form based and basic authentication in one web-app?

2005-06-07 Thread Mark Thomas
ml configure a second security realm that uses basic authentication? We need the basic since the /documents/* servlet serves webDAV and Webfolders doesn't do form based authentication. Would that work? :-) stw No can do. webapps are allowed no more than 1 form of authentication. Ma

Re: Using appelts with different clients

2005-06-07 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Other servers create the corret page by using the jsp:pluggin tag. Tomcat doesn't. In what way does Tomcat not support this? As far as I am aware it does in both 4.1.x and 5.5.x Mark ---

Tomcat Struts form population problem in PRODUCTION

2005-06-06 Thread Mark Benussi
I am submitting a Struts form in my live application but the values seem to be getting lost between my browser and the population of my ActionForm. This only happens if the login page is the first request of the session. If you click around on the site (even once) and then submit the form the v

Re: IE-Page not found problem

2005-06-06 Thread Mark Leone
FWIW, the HTTP spec is clear that the no-cache behavior applies to HTTP intermediaries, not user agents. -Mark sudip shrestha wrote: I have a struts-hibernate powered webapp running off a debian box, jdk 1.5 and tomcat 5.5.7 I have IE users complaining about page not found problems from ti

Re: sslProtocol default value in 5.5.9 - broken?

2005-06-06 Thread Mark Thomas
e data may have been transferred") Am I missing something, is this a documentation bug or a Tomcat bug? It is a bug. I have fixed it in CVS and the fix will be included in the 5.5.10 and later releases. Mark - To unsubsc

Re: Jspinterceptor in server.xml

2005-06-06 Thread Mark Thomas
bouml wrote: I need some more information about JSPInterceptor in server.xml. Is there a detailed docu ? Have you looked at http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#JspInterceptor ? - To unsubscribe,

Re: security constraints in tomcat 4.1.30

2005-06-03 Thread Mark Thomas
of the 2.3 spec, which is why it changed so much in 2.4 You should also be aware of http://issues.apache.org/bugzilla/show_bug.cgi?id=15570 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Confusion Land

2005-06-03 Thread Mark Thomas
or is not a type. Any Ideas??? The class is located in the WEB-INF/classes/com/polliard/db/RaidDB directory under the deployed application. Shouldn't it be in the WEB-INF/classes/com/polliard/db directory? Mark ---

RE: OT Friday - Random sorting

2005-06-03 Thread Mark Benussi
Even better, thank you! -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Holger Klawitter Sent: 03 June 2005 09:06 To: tomcat-user@jakarta.apache.org Cc: user@excalibur.apache.org Subject: Re: OT Friday - Random sorting Mark Benussi wrote: > Hello. > >

RE: OT Friday - Random sorting

2005-06-03 Thread Mark Benussi
Thanks very much -Original Message- From: Rafal Krupinski [mailto:[EMAIL PROTECTED] Sent: 03 June 2005 09:06 To: Tomcat Users List Subject: Re: OT Friday - Random sorting Mark Benussi wrote: > Hello. > I am trying to write a comparator that randomly sorts a collection. &g

OT Friday - Random sorting

2005-06-03 Thread Mark Benussi
Hello. I am trying to write a comparator that randomly sorts a collection. I have something like this: new Comparator() { /** * @see java.util.Comparator#compare(java.lang.Object, java.lang.Object) */ public int compare(Object object1, Object object

Re: Surprised with this behaviour. Is this a bug ?

2005-06-02 Thread Mark Leone
eterMap(). That method returns an object of type java.util.Map. In sum, I would look at the method signature for method.invoke(), and cast your arguments in that method call as needed. -Mark nitin dubey wrote: Hello, From a servlet deployed in tomcat I am getting the request parameter

Re: RemoteAddrValve

2005-06-02 Thread Mark Thomas
Janet Dickson wrote: Hi I'm trying to use RemoteAddrValve to restrict access to a website to a subnet in Tomcat 4.1 Tried : but it doesnt seem to work as access from one of my IP addresses is forbidden. Also, I dont seem to be able to put multiple addresses in the allow function ? As pe

Re: Version Combinations (Tomcat, OS, JDK)

2005-06-02 Thread Mark Thomas
later 5.5.x - 5.0 (aka 1.5) or 1.4 with the compat package Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Context at Host Level

2005-06-02 Thread Mark Thomas
Andrés Glez. wrote: there is no "ContainerListener" or something like that? Look at http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/engine.html and http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html You need to seach for lifecycle listener. Not part of the spec but mig

Re: Tomcat 5.0.30 - UTF-8 encoding not working

2005-06-02 Thread Mark Thomas
st.setCharacterEncoding("UTF-8"); out.print(request.getParameter("mydata")); %> If this works, then the chances are your app isn't quite right. If you have a test case t

Re: client authentication with client certificates (ssl)

2005-06-02 Thread Mark Thomas
find some useful supporting information. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: client authentication with client certificates (ssl)

2005-06-01 Thread Mark Thomas
Paul, CLIENT-CERT authentication is supported. Mark Paul Puschmann wrote: we'd like to use our Tomcat with ssl and client certificates. Does anybody know if the user information (of the user-certificate) can be used to authenticate? Tomcat is

Re: lucene+Tomcat

2005-06-01 Thread Mark Thomas
Zakaria KHABOT wrote: So, how to accees 'sysadmin' and configue the path of the docs to search in. That is a lucene configuration question. You may have better luck trying the lucene users list. Mark - To unsu

Re: Is there Patch for 4.1 PageContextImpl unhandled IllegalStateException?

2005-05-30 Thread Mark Thomas
. Mark [EMAIL PROTECTED] wrote: Hi Mark, Thanks for your quick response. The string 'getOutputStream' actually is retrieved from org/apache/catalina/connector/LocalStrings.properties using key 'responseBase.getWriter.ise' by org.apache.catalina.ResponseBase.getWriter(). getOutp

Re: Is there Patch for 4.1 PageContextImpl unhandled IllegalStateException?

2005-05-30 Thread Mark Thomas
Hmm. Looks like PageContextImpl.release() code could do with a clean up ;) Ignoring that for now, do you have any idea what is calling getOutputStream()? Is it called in ViewAttachment.jsp? Mark [EMAIL PROTECTED] wrote: Hello Tomcat Users and Committers,Platform: Tomcat 4.1, Linux ES 2.1

Re: Bug?: JspCompilationContext.createCompiler(JspCompilationContext.java:220)

2005-05-28 Thread Mark M. Egan
If so, is there a work-around? If not, how should I proceed? Thank you in advance, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -

Re: Cross-site scripting vulnerability

2005-05-28 Thread Mark Thomas
r XSS issues, please report them to [EMAIL PROTECTED] Mark Narses Barona wrote: Our security tool produces the following warning against Tomcat 4.1.29 : [HTTP/8080/TCP] Server is an enabling vector for cross-site scripting exposure in clients [trace-1]. More... I seached the mailing lis

Re: cant post to wiki and security

2005-05-28 Thread Mark Thomas
. . wrote: 1 of 3 I wanted to include an install doc for tomcat 5.5.9 on solaris 9 with jdk1.5.0 Post it to the wiki 2 of 3 I also have a question: How do you create a login for webdav servlet so that no one besides your access list can log into the webdav folder and read it You secure it

Bug?: JspCompilationContext.createCompiler(JspCompilationContext.java:220)

2005-05-27 Thread Mark M. Egan
d by the comments within the block. I thought I would ask if there is an open bug in this area before I continued picking apart my own code. Is this a bug in Tomcat? If so, is there a work-around? If not, how should I proceed? Thank you in advance, Mark

Re: Compiled JSP Page Encoding

2005-05-27 Thread Mark Thomas
This is as per the spec: http://www.jcp.org/aboutJava/communityprocess/maintenance/jsr053/errata_1_2_a_20020321.html Mark Tait, Allen wrote: We are running our International sites on (Tomcat4.1, Jboss3.2.3, JDK 1.4) and find that any JSP pages that do not specify UTF-8 page encoding explicitly

Re: Only one ssl domain per server instance?

2005-05-26 Thread Mark Thomas
Hassan Schroeder wrote: Mark Winslow wrote: I'm wondering if there's a way to get more than one ssl domain per server instance. The ssl Connector tag seems to be in the top level in server.xml. You can define multiple Connectors, each with its own keystore. But don't f

Re: shared install under Linux

2005-05-26 Thread Mark
context/WEB-INF directory, do not perform a "clean" operation, as this could throw tomcat off. 2. I would recommend building jar files, and then place a copy of the jar file into the context. On 5/26/05, Marius Scurtescu <[EMAIL PROTECTED]> wrote: > Mark wrote: > >

Re: Are we required to move to Tomcat 5.5 in order to move to JDK 1.5

2005-05-26 Thread Mark Leone
5. 2. JDK 1.5 uses the symbol "enum" as a reserved keyword. You'll have to change any and all occurrences of this symbol in your code (where it is used as a variable name) to something else, e.g. "enumer." There may be other backward compatibility issues, but these

Re: Anybody using Godaddy ssl certs?

2005-05-26 Thread Mark Winslow
OK, I did a "rekey" and it now works. I did match everything up like below, but I'm not sure if it was that, rekeying, or something else like errors during downloading previously. Thanks! --- Mark Winslow <[EMAIL PROTECTED]> wrote: > I'm wondering. Did you have t

Re: Anybody using Godaddy ssl certs?

2005-05-26 Thread Mark Winslow
s. --- Scott Reynolds <[EMAIL PROTECTED]> wrote: > I installed an SSL Cert from GoDaddy a few weeks ago > and haven't had any > trouble with Tomcat 4.1. > > Scott > > --- Mark Winslow <[EMAIL PROTECTED]> wrote: > > I'm having problems getting them

Only one ssl domain per server instance?

2005-05-26 Thread Mark Winslow
I'm wondering if there's a way to get more than one ssl domain per server instance. The ssl Connector tag seems to be in the top level in server.xml. Is there a way to put it with a particular host or context or have more than one instance per server? Java's ssl library seems to accept only one

Anybody using Godaddy ssl certs?

2005-05-26 Thread Mark Winslow
I'm having problems getting them to work. I'm wondering if anybody has had either problems or successes with them. The self-generated keys from "keytool" work, but I get a message that the browsers don't have common encryption algorithms once I install the "tomcat" alias cert from godaddy.com. T

Anybody using Godaddy ssl certs?

2005-05-26 Thread Mark Winslow
I'm having problems getting them to work. I'm wondering if anybody has had either problems or successes with them. The self-generated keys from "keytool" work, but I get a message that the browsers don't have common encryption algorithms once I install the "tomcat" alias cert from godaddy.com. T

Re: Problems in building tomcat 4.1.27 from source

2005-05-26 Thread Mark Thomas
know you will have all the jars you need somewhere. Mark Gaurav Bansal wrote: Can any one tell me how can I build the tomcat 4.1.27 from the source. It was fairly easy to do it on tomcat 5.5.X with the help of ant alone but on 4.1.27 it is giving too many errors.. I have resolved many but is there

Re: shared install under Linux

2005-05-26 Thread Mark
Is this for a development environment ? On 5/23/05, Marius Scurtescu <[EMAIL PROTECTED]> wrote: > Hi, > > Could anyone share some advice on how to install Tomcat on a Linux box > such that it can be shared by several users? > > I would imagine that you install Tomcat to a system folder like /usr

Re: Mysterious failures

2005-05-25 Thread Mark Eggers
--- Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Thanks for the ideas. I cranked my debugging up to > 99. > > There are a couple of things that I see, but don't > know if they are > serious: > 1. SEVERE: The scratchDir you specified: > /development/jakarta-tomcat-5.0.28/work/Catalina/localhos

Re: JAAS LoginModule weird error

2005-05-25 Thread Mark Thomas
Might be related to bug 22617 (which has been fixed in CVS). Mark Faine, Mark wrote: I've written a JAAS Login Module for my web application that authenticates against a third party (Documentum) content management server. It works fine but it seems to attempt to login once before the d

JAAS LoginModule weird error

2005-05-25 Thread Faine, Mark
me that something is causing it to attempt a login before it even presents the dialog. Any suggestion, solutions would be appreciated. -Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Compiling JSP files

2005-05-24 Thread Mark Leone
f the compile error you listed below. -Mark Charles P. Killmer wrote: Thanks. Now I am stuck at: test_jsp.java:55: cannot find symbol symbol : method getAttribute(java.lang.String) location: interface javax.servlet.http.HttpSession USER_ID = session.getAttribute("USER_ID&

Re: How to read arguments?

2005-05-24 Thread Mark Thomas
Jim, I am not sure I understand your question. Could you re-phrase it? What I can say is that this Realm is not part of the standard Tomcat distribution. You might be better off talking to whoever supplied you with this Realm. Mark Jim Henderson wrote: Can someone tell me how to access

RE: Client Authentication certificates

2005-05-24 Thread Mark Benussi
Thanks Philip.. ever so much help. I really appreciate this! -Original Message- From: Philippe Johan [mailto:[EMAIL PROTECTED] Sent: 24 May 2005 08:55 To: tomcat-user@jakarta.apache.org Subject: RE: Client Authentication certificates Hi Mark, To answer your questions: - You can

<    1   2   3   4   5   6   7   8   9   10   >