Adding support for JSPs in Apache

2005-07-04 Thread Morten W. Petersen
ng if there's a howto somewhere that will explain the steps I need to take to do just that.. Thanks, Morten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Application-level control of web-resources

2005-04-09 Thread Morten Sabroe Mortensen
o create this functionality. It would be a nice experiment. If you care to comment, I would like to here some opinions from people with insight into the internals of Tomcat. Morten Sabroe Mortensen - BEGIN: Idea for application-level control of resources: - The idea is this: A we

RE: Application-level control of web-resources

2005-04-09 Thread Morten Sabroe Mortensen
ML form of JSP's, in any way it wants to. It is a matter of technical freedom. Up until now, no filter or front-controller can control the origin or WAR-resources. Morten Sabroe Morten -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: 9. april 2005 23:32 To: Tomcat User

Application-level control of web-resources

2005-04-09 Thread Morten Sabroe Mortensen
this type of functionality - or have tried to implement it by whatever means possible - please make a statement! Morten Sabroe Mortensen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

tomcat stops when root ssh session ends

2004-12-22 Thread Morten Andersen
I'm running a tomcat server on a debian machine. I start the tomcat server through a ssh session. There has been no problems so far but just recently I became a Root on the machine. Whenever the ssh session ends tomcat stops... tomcat version 4.1.18 Morten And

RE: Implementing Realm

2004-12-08 Thread Morten Andersen
The first method used is findUser(...) that just returns a value from a HashMap... Regards Morten At 14:50 07-12-2004, you wrote: Hi, Yeah, I'm sure. It's easy to see using the Admin webapp. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Morten Andersen [m

RE: Implementing Realm

2004-12-07 Thread Morten Andersen
At 16:10 17-11-2004, you wrote: Note that all of Tomcat's built-in Realms support runtime changes to the data store, be it a file or a database. Are you sure. MemoryRealm seems only to be updated as Tomcat is restarted. Morten Andersen Master of applied mathematics and computer science Asso

RE: jstl.jar and standard.jar causes Digester, taglib error on st artup

2004-11-24 Thread Morten Andersen
pages > and they worked fine. > > -Original Message- > From: Morten Andersen [mailto:[EMAIL PROTECTED] > Sent: November 23, 2004 10:38 AM > To: [EMAIL PROTECTED] > Subject: jstl.jar and standard.jar causes Digester, > taglib error on startup

jstl.jar and standard.jar causes Digester, taglib error on startup

2004-11-23 Thread Morten Andersen
ed the error? I can't use jstl on tomcat. This could be due to the same problem...? Tomcat version: 4.1.24 jstl version: 1.0 / 1.1 Regards Morten Andersen Master of applied mathematics and computer science Associate professor The Maersk Institute of Production technology at Southern Danish Un

Implementing Realm

2004-11-17 Thread Morten Andersen
ps (like: manager) I get an empty screen. Can anyone guide me to an article on how to implement and deploy a Realm... Thanks Morten Andersen Master of applied mathematics and computer science Associate professor The Maersk Institute of Production technology at Southern Danish University www.mip

Re: valid XHTML 1.1, Tomcat, text/xml, and @!&* IE

2004-09-18 Thread Morten Liebach
va/JSP, I'm too much of a newbie yet, but eventually I'll have to do something like that myself. > Sigh - asking Microsoft to play by the rules is just not a possible > thing. It is, it just won't help. Have a

Q: Mismatch request-URI vs. servlet-path in TC 5.0.XX

2004-08-19 Thread Morten S. Mortensen
o the browser at the URL "http://localhost:8080/Oginok_Prime/index.html";, but this is a different request, which the engine somehow mixes with the current request. To the best of my knowledge, this stuff functions correctly within the TC 4.1.XX-series. Am I the only one seeing this? Reg

Re: Wildcard subdomains

2004-08-09 Thread Morten
You can use news.gmane.org See http://www.gmane.org/ "Henrik Gammelmark" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Thank you very much, I'll try that - by the way, does this user-list > have a newsgroup as well or is email-lists the only option? Thank you > > > Hi, > > >

URL Rewriting

2004-05-21 Thread Morten
solution could be to write our own HttpConnector and then implement our own HttpServetResponse.encodeURL, which in turn will translate the links. Do anyone on this list have an (better) alternative to this problem? Thanks in advance Morten Knudsen

RE: Deployment through Ant causes loss of session-control

2004-02-09 Thread Morten S. Mortensen
By the way - the effect is identical with both TC 4.1.29 and 5.0.18. Regards, Morten Sabroe Mortensen -Original Message- From: Morten S. Mortensen Sent: 9. februar 2004 13:06 To: [EMAIL PROTECTED] Subject: Deployment through Ant causes loss of session-control When I deploy a WAR

Deployment through Ant causes loss of session-control

2004-02-09 Thread Morten S. Mortensen
Comment: null Version: 0 Maximum age: -1 - with no domain, path or anything. This thing with spaces in "docBase"/"path" and loss of session-control - is this a known problem? It is quite natural to put spaces in there. Regards, Morten Sabroe Mortensen

RE: Customized authentication - overriding "getUserPrincipal()"

2004-02-04 Thread Morten S. Mortensen
onable for direct access, but not for adaption - they should have been designed in at least two levels - one set for handling the protocol and one set for direct access - just like it is possible to control streams by implementing "InputStream" and "OutputStream", but have easy acce

Customized authentication - overriding "getUserPrincipal()"

2004-02-03 Thread Morten S. Mortensen
e I have screwed something up in my code, but after a lot of investigation, I do not thing this is the case. Anyone care to comment? Who knows some details? Anyone have tried something similar? (yes, I now that the subject of "custom authentication schemes" within Servlets has been

Re: Managing DB connections via HttpSessionListener

2003-11-17 Thread Morten
rogrammatically, which again appears to be overkill). The solution that seems to do the trick, and appears to be used for this problem in general, is to implement the HttpSessionBindingEvent interface and manage the connection in that. Br, Morten Wade Chandler wrote: Adding another idea, Use

Managing DB connections via HttpSessionListener

2003-11-17 Thread Morten
lized to disk, so I'd be storing a key in the session that allows me to look up the connection and close it. Any other suggestions on how to accomplish this sort of setup in a somewhat elegant manner? Br, Morten - To u

Tomcat doesn't explode war file when context is declared in server.xml

2003-11-06 Thread Morten
Hi, I've added my context in server.xml: ... But tomcat does not find and explode the tao.war in the webapps directory. So I need to set the docBase to "tao.war" which is not the required setup. Any hints?

Resource needed for bean:write!?

2003-10-11 Thread Morten
(PageContextImpl.java:471) ... Why? If I comment out the bean:write, it runs fine. I have no need of configuring resources (and thus none are present in my struts config file). Any way I can fool the WriteTag to not go alooking for resource bundles? :) Morten

Re: Overhead of having a WAR file in docPath

2003-10-09 Thread Morten
I found that basically Tomcat doesn't auto-deploy when one explicitly declares a context. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html#Automatic%20Application%20Deployment Morten - To unsubscribe, e

RE: Overhead of having a WAR file in docPath

2003-10-08 Thread Morten
n unless I set docPath to myapp.war, and even then, the WAR file does not get expanded. Thanks, Morten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Overhead of having a WAR file in docPath

2003-10-08 Thread Morten
yapp.xml in the webapps/ dir, why? Thanks in advance, Morten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Authentication - based on request parameters

2003-09-26 Thread Morten Andersen
ole(permittedRoles[i])) { accessAllowed = true; break; } } This is simply an example, of course, and I don't know whether such a scheme would work for you. - Original Message - From: "Morten Andersen" <[EMAIL PROTECTED]> To: "Tomcat U

Re: Authentication - based on request parameters

2003-09-26 Thread Morten Andersen
ut if that is done and the user has not got rights to do it, then he is being rejected... Regards Morten Andersen PS: I did consider the role-based model form tomcat, but that is coarse-grained, in the sense that it is based on 1 role for one web-app, and that is not suficient. Something else

Authentication - based on request parameters

2003-09-26 Thread Morten Andersen
s from the request to make the finegrained access-control. (That is to use the "site" parameter). Does that sound possible or can't HttpServletRequest be subclassed like that? Or am I just plain stupid and could have saved me from a lot of hours of work by using a built in mechanism

Using ParameterMap throws ClassCastException

2003-09-16 Thread Morten Andersen
talina.jar file. Where else is it? Thanks Morten Andersen Master of applied mathematics and computer science Research assistant (in e-learning) The Maersk Institute of Production technology at Southern Danish University www.mip.sdu.dk Campusvej 55 DK-5230 Odense M Denmark +45 6550-3654 +45 6171

RE: limit on size of page

2003-09-11 Thread Morten Andersen
ode more text is being rendered. I have checked that all of the text is present in the bean. Regards Morten Andersen Software developer and Football player At 08:57 09-09-2003 -0500, you wrote: I know a while back Tomcat used to have problems with large numbers of tags, which is I guess directl

limit on size of page

2003-09-09 Thread Morten Andersen
owser. Is this the case or is there some other reasons for this. Regards Morten Andersen Master of applied mathematics and computer science Research assistant (in e-learning) The Maersk Institute of Production technology at Southern Danish University www.mip.sdu.dk Campusvej 55 DK-5230 Odense M De

limit on size of page

2003-09-09 Thread Morten Andersen
owser. Is this the case or is there some other reasons for this. Regards Morten Andersen Master of applied mathematics and computer science Research assistant (in e-learning) The Maersk Institute of Production technology at Southern Danish University www.mip.sdu.dk Campusvej 55 DK-5230 Odense M De

Classloading - ClassNotFoundException: EntityProxy not found

2003-09-09 Thread Morten Andersen
een a change in the way Tomcat finds classes. How can I add the Class EntityProxy (from a jar file in JBoss) so that I can avoid the ClassNotFoundException in Tomcat. Regards Morten Andersen Morten Andersen Master of applied mathematics and computer science Research assistant (in e-learning

Classloading - ClassNotFoundException: EntityProxy not found

2003-09-09 Thread Morten Andersen
een a change in the way Tomcat finds classes. How can I add the Class EntityProxy (from a jar file in JBoss) so that I can avoid the ClassNotFoundException in Tomcat. Regards Morten Andersen Morten Andersen Master of applied mathematics and computer science Research assistant (in e-learning

jsp:getProperty converts null to ""

2003-03-19 Thread Morten Primdahl
Why? I have a bean with the method: public String getEep() { return null; } A returns "" rathern than null. I've browsed the JSP 1.2 spec but could not find any reason for this. Tomcat 4.1.17, anyone?

Q: How to avoid error-reports? -Want

2003-02-07 Thread Morten Mortensen
it to the empty attribute like errorReportValveClass="" or something? You are not going to say, I have to implement a valve myself? Now, THAT would be... lame. ----- ? Med venlig hilsen Morten Sabroe Mortensen mailto:[EMAIL PROTECTED]

How do I make a silent installation of Tomcat?

2003-01-22 Thread Morten Bonnin Larsen
Hi Does anybody know how to make a silent installation of jakarta-tomcat-4.1.10-LE-jdk14.exe? I know you can make a /S option but it still tells you that it found the Java Develpment Kit in c:\something Are there other command line parameters for NSIS 1.98? M.

Tomcat 4.1.18 + apache 2.0.43 mod_jk2 virtual hosting ?

2003-01-07 Thread Morten Bøhmer
I have a question about configuring tomcat: We have an internal tomcat server which have to hosts configured under service. These hosts have different ip-address for theys hostname registred in the dns. I would like just one of these hosts to be reached from apache via mod_jk2. The one ho

RE: xerces version

2003-01-07 Thread Morten Bøhmer
Personally I just dropped having libraries like this in my webapps, and just installing 1 version of them in jdk/jre/lib/ext for global use on the system. Might not be such a good idea, but it works for me :) -Original Message- From: Reto Bachmann-Gmuer [mailto:[EMAIL PROTECTED]] Sent:

SV: SV: SV: Problems running VeriSign trial sertificate in Tomcat.

2002-12-02 Thread Morten Tollefsen
Hi! I figured it out this weekend, and your sollution is absolute correct! Thanks for helping me! Morten -Opprinnelig melding- Fra: Joseph Stephen [mailto:[EMAIL PROTECTED]] Sendt: 30. november 2002 19:34 Til: Tomcat Users List; [EMAIL PROTECTED] Emne: Re: SV: SV: Problems running

SV: SV: Problems running VeriSign trial sertificate in Tomcat.

2002-11-28 Thread Morten Tollefsen
Ideas? Morten T. -Opprinnelig melding- Fra: Joseph Stephen [mailto:[EMAIL PROTECTED]] Sendt: 28. november 2002 22:39 Til: Tomcat Users List Emne: Re: SV: Problems running VeriSign trial sertificate in Tomcat. You need to import the verisign test ca root certificate in to the java cacerts

SV: newbie question

2002-11-28 Thread Morten Tollefsen
Hi! I think you have to edit your server.xml file under TOMCAT_HOME\conf. The new web site has to be added to this file! You have to define path-name and docbase (where on the disk the files are placed). Try to copy the /examples context, and edit the copy... Morten T. -Opprinnelig melding

SV: Problems running VeriSign trial sertificate in Tomcat.

2002-11-27 Thread Morten mot. Tollefsen
Any ideas? Please help me with this problem! Morten Tollefsen -Opprinnelig melding- Fra: Morten Tollefsen [mailto:[EMAIL PROTECTED]] Sendt: 25. november 2002 12:03 Til: '[EMAIL PROTECTED]' Emne: Problems running VeriSign trial sertificate in Tomcat. Problem with runn

Problems running VeriSign trial sertificate in Tomcat.

2002-11-25 Thread Morten Tollefsen
word. Tomcat error message: javax.net.ssl.SSLException: Unrecognized SSL handshake. My connector parameters in server.xml: Have tried to change secure and clientauth parameters without success. Any ideas??? Greetings Morten Tollefsen Integrasjonssystemer

OutOfMemoryError when using embedded tomcat and client-side SSL

2002-07-08 Thread Morten Jorgensen
more information. This showed me that the server did receive the request from the browser, but that it never even started to negotiate any chipher suite/encryption, and a "server hello" was never returned to the client. All help will be greatly appraciated! Best regards, Morten Jorgensen

Re: Tomcat 4 NT Service

2002-03-27 Thread Morten Bøhmer
You can find the source code for this under jakarta cvs /jakarta-tomcat-connectors/jk Best regards On Wednesday 27 March 2002 06:55, you wrote: > Hi , > Where can I find the jk_nt_service.exe for Tomcat 4? > > Or can I reuse any older version of this exe. > > Thankx > Karthik -- To unsubscribe:

Re: Problem with Apache and Tomcat connection

2002-03-25 Thread Morten Bøhmer
I'm not saying this to talk-down on the warp connector, but it seems really hard to implement at this time (if it works at all!) I have spent alot of time trying to configure the mod_webapp and warp connector but I havn't really got it to work properly. My suggestion is to use the mod_jk at th

Re: 'Remember Me'

2002-03-24 Thread Morten Bøhmer
Two thing for you to check out: 1. Remember me: Use cookies on the users browser to store user-login information. (This can be done in many ways!) 2. Use SingleSignOn feature in Tomcat to allow users to be recognized through the hole site. Best Regards Morten Bøhmer On Sunday 24 March 2002

Re: Tomcat and Apache please

2002-03-24 Thread Morten Bøhmer
Setup the webapp_module (for WARP protocol) or mod_jk (for AJP protocol) to communicate with the tomcat server, from the apache server. Download the Tomcat-Connectors package from the release directory over at jakarta. Best Regards Morten Bøhmer On Sunday 24 March 2002 19:38, you wrote

The WARP Protocol and j_security_check

2002-03-24 Thread Morten Bøhmer
rity_check servlet, it always displays the error page when run through the warp_module. Does anyone have any experince with this? -- Best regards/Med vennlig hilsen Morten Bøhmer [EMAIL PROTECTED] -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTEC

SV: Servlet mapping problem - catalina does not map a servlet as defined in web.xml...

2002-01-11 Thread Morten Haavaldsen
Correction to the question: The .jar file is located under the webapps/jaxm-provider/WEB-INF/lib/provider.jar So what the mapping refers to in the web.xml is in the same context... /Morten -Opprinnelig melding- Fra: Morten Haavaldsen Sendt: 11. januar 2002 15:09 Til: [EMAIL

Servlet mapping problem - catalina does not map a servlet as defined in web.xml...

2002-01-11 Thread Morten Haavaldsen
/web.xml digest /digest digest com.sun.xml.messaging.provider.AdminServlet 3 Any clue on how to get the mapping to work?? /Morten

Re: what's going on "undeliverable mail"

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: I can not use the multi-threading implementation of Tomcat

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Accessing a packaged file

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Problem with session tracking

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: getSession(false)

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: what's going on "undeliverable mail"

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Apache-Tomcat RewriteRule..

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Problem with session tracking

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: xslt processing

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Problem with session tracking

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Accessing a packaged file

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: I can not use the multi-threading implementation of Tomcat

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Apache-Tomcat RewriteRule..

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: what's going on "undeliverable mail"

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: getSession(false)

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Problem with session tracking

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Problem with session tracking

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: xslt processing

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: xslt processing

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: I can not use the multi-threading implementation of Tomcat

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Problem with session tracking

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Problem with session tracking

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: I can not use the multi-threading implementation of Tomcat

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Accessing a packaged file

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: getSession(false)

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Accessing a packaged file

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: getSession(false)

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Tomcat default

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: I can not use the multi-threading implementation of Tomcat

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: xslt processing

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

Re: Mission Impossible: Tomcat + Apache ???

2001-04-24 Thread Morten Rønseth
Title: Re: Mission Impossible: Tomcat + Apache ??? Undeliverable mail.

Re: Problem with session tracking

2001-04-24 Thread Morten Rønseth
Undeliverable mail.

  1   2   >