Re: Internal Server Configuration Error

2002-11-18 Thread Roland Carlsson
Have you tried to look at line 437 in your http-conf. Verified that the path to libc.so.6 is correct? One not that qualified guess could be that it is something wrong with that. Check where the libc.so.6 is in your filesystem and then verify with line 437 in the http-conf. If you doesn't find the

Oracle 8.1.7 JDBC classes

2002-08-02 Thread Roland Carlsson
in Forte4J. My setup are: Apache 1.3.23 Tomcat 4.0.3 WinNT 4 sp 6 Thanks in advance Roland Carlsson

Re: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Roland Carlsson
PROTECTED] Sent: Friday, August 02, 2002 10:29 AM Subject: RE: Oracle 8.1.7 JDBC classes CMIIW, I think it's supposed to be in %catalina_home%/common/lib? Regards, Charles -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED]] Sent: Friday, 2 August 2002 16:14

Re: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Roland Carlsson
puzzled with this. Thanks Roland Carlsson - Original Message - From: Charles Trader [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, August 02, 2002 11:21 AM Subject: RE: Oracle 8.1.7 JDBC classes I'm not sure what the difference is, from what I know

Re: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Roland Carlsson
oracle jars to see if something changed in this respect. -Ursprüngliche Nachricht- Von: Roland Carlsson [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 2. August 2002 13:38 An: Tomcat Users List Betreff: Re: Oracle 8.1.7 JDBC classes I have tride to put the 8.1.7 version

Session and IP

2002-08-14 Thread Roland Carlsson
internet-node). The company has IE4 as their default browser. My questions are: Is it possible that tomcat let those users share the same session since they share the same public IP-number? Under what circumstances would that behavior occur? Thanks in advance Roland Carlsson -- To unsubscribe, e-mail

Re: Session and IP

2002-08-14 Thread Roland Carlsson
I forgot to tell what my server runs: Jsdk 1.4.0 Tomcat 4.0.4 Apache 1.3.23 Windows NT 4 sp6 Thanks in advance Roland - Original Message - From: Roland Carlsson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 11:19 AM Subject: Session and IP

Re: Session and IP

2002-08-14 Thread Roland Carlsson
Thanks for your answer. We are not using url-encoding, only cookies. Is it possible that a proxy can catch the page and fool the cookie system? We have not set any commands to proxys but the default that tomcat uses? Thanks Roland Carlsson - Original Message - From: Andreas Mohrig

Re: Session and IP

2002-08-14 Thread Roland Carlsson
helped! Roland Carlsson - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 12:35 PM Subject: AW: Session and IP What makes you think that they share the session ? In mosts cases I have seen in the past

Re: newbie question

2001-09-05 Thread Roland Carlsson
really need to make the move to ejb for the stuff you already written. The company i work for is still running a lot of asp-code despite the fact that we changed all development to java for two years ago. If it ain't broken, don't fix it. Regards Roland Carlsson Ps: I'm sorry for not mastering

Re: Develop Application

2001-09-05 Thread Roland Carlsson
If you encounters a bug in any of the jdk/jre you might encounter problems. But if both are implemented correctly it should give you no problem. This is under the assumption that you wont do any native calls but stick to pure java. Regards Roland - Original Message - From: Roberto B.

Re: MySQL jdbc connection url

2001-11-01 Thread Roland Carlsson
It url should be formed like any other url so you should use to separate name=value. Not ; as u have done jdbc:mysql://localhot/db?user=namepassword=pw Regards Roland Carlsson - Original Message - From: Andrius [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

Config: zip-files

2001-06-14 Thread Roland Carlsson
Hi! I got a zip-library containing jdbc drivers. Where do I put this so it is accesseble to the whole server? Thanks in advance Roland Carlsson

Re: Config: zip-files

2001-06-14 Thread Roland Carlsson
server? Thanks in advance Roland Carlsson Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth e-mail: [EMAIL PROTECTED] web: http://gucciboy.dyndns.org/aff9 Every new beginning comes from some other beginning's end

Re: Config: zip-files (dev pls look!)

2001-06-14 Thread Roland Carlsson
/2001 +0200, you wrote: Hi! I got a zip-library containing jdbc drivers. Where do I put this so it is accesseble to the whole server? Thanks in advance Roland Carlsson Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth e-mail: [EMAIL PROTECTED

Re: Config: zip-files (dev pls look!)

2001-06-14 Thread Roland Carlsson
, which would violate the whole purpose of a Reference implementation. Randy -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 8:37 AM To: [EMAIL PROTECTED] Subject: Re: Config: zip-files (dev pls look!) Renaming the zip

Logging

2001-06-18 Thread Roland Carlsson
that is requested. Regards Roland Carlsson

Re: Logging

2001-06-18 Thread Roland Carlsson
Well, tomcat are only in 3.2.2 and I'm looking at what I can do today. Do I have any options to to loggningcode into every page?? Thanks in advance Roland Carlsson - Original Message - From: Christopher Kirk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 18, 2001 11:04 AM

RequestDispatcher

2002-10-14 Thread Roland Carlsson
page1. Thanks in advance Roland Carlsson Setup: Apache 1.3.22 Tomcat 4 Windows Nt4 sp5 Example and source: Imagine these two jsp-files. -- page one--- test1 % Machine m = Machine.getInstance(); m.sub(request, response, 1); % test1 end - page two

Re: RequestDispatcher

2002-10-14 Thread Roland Carlsson
Carlsson - Original Message - From: Roland Carlsson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 14, 2002 9:48 AM Subject: RequestDispatcher Hi! I got a problem with the RequestDispatcher. I'm trying to make a simple framwork to include jsp-pages as components

MemoryRealm and tomcat-users.xml

2003-07-18 Thread Roland Carlsson
-element that according to the comments should be used for all webapps in the server. What have I missed? Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Roland Carlsson
the roles in your web.xml under the tag security-constraint. And there has to be matching roles in auth-constraint and security-role if you haven't done this...it could be the problem ... Abid -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: 18. juli 2003 12:52

Re: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Roland Carlsson
Yes, i'm only testing with one file, the problem is that I can't get tomcat to use the tomcat-users.xml so that I can login with user test. Regards Roland Carlsson - Original Message - From: Abid Ali Teepo [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 18

Re: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Roland Carlsson
I have restarted the whole computer a couple of times now. I guess that I have to re-install tomcat, a later version and try with it. I have 4.0.6 that came with netbeans 3.5. Regards Roland Carlsson - Original Message - From: Mike Curwen [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

Multiple Host (no apache or iis)

2004-03-12 Thread Roland Carlsson
that there are something wrong so I don't even know where to start look. I post the Host-part of my server.xml below. Thanks in advance Roland Carlsson Host name=test1.mydomain.com debug=0 appBase=webapps: unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false Valve className

Security apache+tomcat

2003-09-19 Thread Roland Carlsson
here? Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Login problem

2003-10-02 Thread Roland Carlsson
authestication and letting apache to know what resources that should be protected? Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

webapp/path

2003-10-03 Thread Roland Carlsson
instances of the web-app with different names. Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[RePost] webapp/path

2003-10-04 Thread Roland Carlsson
instances of the web-app with different names so i don't think it is a good idea to have to hard-code the path to the webapp. Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [RePost] webapp/path

2003-10-04 Thread Roland Carlsson
No, it doesn't? .. I'm gonna try again to be sure but the result I got when moving the web-app from development to deployment was that paths got one level to high. Webapp-root wasn't prefixed into the path. Is there any configuration I missed? Thanks in advance Roland Carlsson - Original

Re: [RePost] webapp/path

2003-10-04 Thread Roland Carlsson
and removed it and then started and installed the web-app again. Now it seems to work. Thanks for all help Regards Roland Carlsson - Original Message - From: Roland Carlsson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, October 04, 2003 10:24 AM Subject: Re

Where do context end?

2004-10-31 Thread Roland Carlsson
if this question belongs in a JNDI forum. Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SV: Where do context end?

2004-11-01 Thread Roland Carlsson
I have a resourcelink. .. I can successfully perform my lookup from a struts-action but not from a class that my struts-action uses. Do you say that I have to define a resource-link to classes that doesn't have access to HttpServletRequest or some other class? Regards Roland Carlsson Den 04

Gothia

2004-11-12 Thread Roland Carlsson
Peter (H)ärling ringde och konstaterade att han inte hittat någon lösning på det hela utan rekomenderade att vi kort och gott tog ner en av deras konsulter för att göra om jobbet en gång till. Jag sa att jag inte kunde beställa detta på egen hand. Han förväntar sig ett svar idag eller på måndag

Login over ssl

2004-11-12 Thread Roland Carlsson
is secure? Regards Roland Carlsson Ps: I apologize for the posting that got the wrong adress (Gothia), I should learn not to talk in the phone and write mail at the same time. :-) --- part of web.xml-- security-constraint display-nameAQMFiles 02/display-name web

Fw: Login over ssl

2004-11-12 Thread Roland Carlsson
Hi! I am using that for my login pages. The problem is that tomcat doesn't honor that. So, must I put my whole web-app as CONFIDENTIAL when I only need the login to be performed in a (relative) safe way. Thanks in advance Roland Carlsson - Original Message - From: Michal Kwiatek [EMAIL

Recursive groups in JNDIRealm

2004-11-17 Thread Roland Carlsson
Hi! After an hour of searching I can't figure out if Tomcat is able to find groups in group in a LDAP server? I found this in the archives but since it is from 4.1.18 http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg89601.html Thanks in advance Roland Carlsson

REPOST: Recursive groups in JNDIRealm

2004-11-18 Thread Roland Carlsson
roleSearch=(member={0}) roleSubtree=true/ / Thank you very much in advance Roland Carlsson Från: Roland Carlsson [EMAIL PROTECTED] Svara till: Tomcat Users List [EMAIL PROTECTED] Datum: Wed, 17 Nov 2004 16:52:34 +0100 Till: TomcatUsers [EMAIL PROTECTED] Ämne: Recursive groups

SV: after install i cann't shutdown the server with port 8080

2004-11-18 Thread Roland Carlsson
Hi! Are you sure that you have the rights to open ports? Are you sure that there arn't any other programs or instances of tomcat running at port 8080? That is the two reasons I have got that error. Regards Roland Carlsson Den 04-11-18 10.46, skrev Tomer Avitzur [EMAIL PROTECTED

SV: SSL encryption

2004-12-27 Thread Roland Carlsson
around this. Regards Roland Carlsson Den 04-12-27 16.03, skrev VAN DER MARLIERE FREDERIC [EMAIL PROTECTED]: Hi all. I would like to encrypt my login process so that login and password are not visible on the network. That's why I defined a SSL connector on port 8443 in my server.xml. My problem

Multiple realms in one context

2005-01-13 Thread Roland Carlsson
in several userbases. The question, can I have two arguments in userSearch as with useBase to be able to handle this situation or do I have to force my management to rethink this? What is the syntax for this if it works? Thanks in advance Roland Carlsson

SV: Multiple realms in one context

2005-01-13 Thread Roland Carlsson
5.0. So I modify my question, is it possible to search in multiple ou:s in my ldap? Thanks in advance Roland Carlsson Den 05-01-13 13.27, skrev Roland Carlsson [EMAIL PROTECTED]: Hi! My company has desided to put our customers in our LDAP (Active Directory) in there own ou. They have also

Realms and context

2005-01-13 Thread Roland Carlsson
-realm to support multiple userBases? Thank you in advance and once again I apologize for being rude and repost. Regards Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

SV: Installing and running tomcat as a user other than root

2005-01-14 Thread Roland Carlsson
. Regards Roland Carlsson Den 05-01-14 08.12, skrev Mumanyi Bravismore [EMAIL PROTECTED]: How can one achieve to install and run tomcat as a user other than root. I have tried to extract tomcat from the *.gz as a user but once I try to access it from the browser I get the Connection Failed error

SV: SV: Installing and running tomcat as a user other than root

2005-01-14 Thread Roland Carlsson
but when I try to access the pages from the browser, connection is failing. Any tips on how to grant priviledges to port 80 or 8080 on linux to a user. Thanks Roland Carlsson wrote: Hi Mumanyi! This will require some knowleage about you operatingsystem since not all operation

Consolidate webapplications

2005-01-19 Thread Roland Carlsson
this? Is there any existing products for this scenario? Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SV: Consolidate webapplications

2005-01-19 Thread Roland Carlsson
to the client. We would prefer that the user get the impression of being on the same server if possible. Can mod_proxy solve that? Thanks in advance Roland Carlsson Den 05-01-19 09.17, skrev Viorel Dragomir [EMAIL PROTECTED]: You can use apache on the server with public ip address and use 1

SV: SV: Consolidate webapplications

2005-01-19 Thread Roland Carlsson
Hi again! I check mod_proxy and it does what I wanted it to do. Thaks again! Roland Carlsson Den 05-01-19 10.19, skrev Roland Carlsson [EMAIL PROTECTED]: Thanks for your answer! Perhaps I missunderstand the meaning of redirect in this context but doesn't that mean that the client

ActiveDirectory realm

2004-10-14 Thread Roland Carlsson
to find out about our settings. Thank you in advance Roland Carlsson Sent using the Microsoft Entourage 2004 for Mac Test Drive. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sv: ActiveDirectory realm

2004-10-14 Thread Roland Carlsson
have had a AD directory I should have used a database-realm. Thank you in advance Roland Carlsson Den 04-10-14 11.24, skrev Nikola Milutinovic [EMAIL PROTECTED]: Hi! I have tried to read the arcives about how to create an realm that uses Active Directory as source but all questions

Sv: Sv: ActiveDirectory realm

2004-10-14 Thread Roland Carlsson
Carlsson Den 04-10-14 13.24, skrev Nikola Milutinovic [EMAIL PROTECTED]: Roland Carlsson wrote: Hi Nikola! Thank you for your answer. Am I reading you correctly? Can't I use Active Directory today to Authenticate and Authorize people in my Tomcat-server without write a server-side

Tomcat, JNDI, Active Directory

2004-10-15 Thread Roland Carlsson
Directory Users and Computers --+alfa-moving.se + Users --+JKP_konf So, what have I done wrong ... somehow it always seem to be me who does the errors... .-) Thanks in advance Roland Carlsson ps: This is a crosspost of what I posted in the JNDI-forum at java.sun.com yesterday but got

Sv: Tomcat, JNDI, Active Directory

2004-10-15 Thread Roland Carlsson
Hello! Thanks for your answer! I'll try to find a tool that can help me but I appreciate some tips if anyone have used a good tool for this. Regards Roland Carlsson Den 04-10-15 15.16, skrev QM [EMAIL PROTECTED]: On Fri, Oct 15, 2004 at 08:18:56AM +0200, Roland Carlsson wrote

Sv: jasper error compiling jsp

2004-10-22 Thread Roland Carlsson
Hi! I'm not sure but I don't think you can import classes from the root-level. Try to create a package and then import mypackage.Account; Or import mypackage.*; Regards Roland Carlsson Den 04-10-22 09.03, skrev Sarath PS [EMAIL PROTECTED]: hi all , I get an an error like

Database realm in tomcat admin

2004-10-22 Thread Roland Carlsson
Hi! I have configured my tomcat to use a database realm. My problem is that I have been using the tomcat admin to administer my users and feel no need to replace that tool. So is it possible to make tomcat-admin to use the database realm instead of the MemoryRealm? Thanks in advance Roland

Webapp don't start after shutdown

2004-10-22 Thread Roland Carlsson
to read files it has created by itself. I'm running tomcat 5.0.28 on a Mac OS X server. Please help me with this, it is rather urgent! Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Webapp don't start after shutdown

2004-10-22 Thread Roland Carlsson
of the path on the server I'd be happy to hear about it. Thanks you very much! Regards Roland Carlsson - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 22, 2004 3:58 PM Subject: RE: Webapp don't start after shutdown Hi

JDBCRealm

2004-10-23 Thread Roland Carlsson
the same set over and over again. Is this possible so solve with the built-in JDBCRealm? Is it possible to use the Admin-tool to administer a JDBCRealm? Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: New User needing urgent help

2004-10-23 Thread Roland Carlsson
Hi Steve! I don't belive that you can import at root-level. You have to put your classes in a package (folder) that you then put in the web-inf/classes. Regards Roland - Original Message - From: Steven R. Christensen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 23,

Re: JDBCRealm

2004-10-24 Thread Roland Carlsson
of the mailinglist keeping track of messages that way so that if I changed the subject and body of a message it still could keep track of it. Just of curiosity, how do it do that? Regards Roland Carlsson - Original Message - From: QM [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

Re: JDBCRealm

2004-10-24 Thread Roland Carlsson
- From: QM [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 24, 2004 2:45 PM Subject: Re: JDBCRealm On Sun, Oct 24, 2004 at 11:58:29AM +0200, Roland Carlsson wrote: : Well, since I can't find any way to configure the Admin to use anything but : the Memory realm

Sv: Default User with JDBC Realm

2004-10-25 Thread Roland Carlsson
Hi Mark! I'll guess that this quailfies as a quick and dirty solution but how about trying to make a programatic login in your login.htm page. Have the page do a request (response.sendRedirect or something) to the j_security_check with some Anonomuys authentication. Regards Roland Carlsson

Sv: Webapp don't start after shutdown

2004-10-25 Thread Roland Carlsson
strange. Sorry for the trouble Regards Roland Carlsson Den 04-10-22 20.16, skrev Roland Carlsson [EMAIL PROTECTED]: Hi! (I'm home now so it is another email-adress) I think that I have found another lead to why tomcat doesn't do right with my web-apps. In the web.xml in the %tomcat-home%/conf

JNDI DataSource GlobalResources problem

2004-10-26 Thread Roland Carlsson
below) I have checked that the driver is there and I have re-read the configuration and documentation many times now but doesn't find anything wrong. What am I missing? Thanks in advance Roland Carlsson from GlobalNamingResources element in server.xml Resource name

Sv: JNDI DataSource GlobalResources problem

2004-10-26 Thread Roland Carlsson
Hello! Thanks for your answer. I have no ResourceLink in my configuration. I understand that I should put it a Context-tag but not where. How does this affect the configuration I already have done? Is the use of resource-ref and Resource correct? Thanks in advance Roland Carlsson Den 04-10-26

Sv: JNDI DataSource GlobalResources problem

2004-10-26 Thread Roland Carlsson
Hi Steve! X:s and y:s are to hide a few details of our setup, perhaps a little paranoid :-) I can connect to the database with user and password at that url. My driver is in common/lib, I also check the other libs. Regards Roland Carlsson Den 04-10-26 12.27, skrev Steve Kirk [EMAIL

Sv: Sv: JNDI DataSource GlobalResources problem

2004-10-26 Thread Roland Carlsson
. If your name attribute in Resource is jdbc/loginDb, then it should be the same (case as well as spelling) in Resource-Params, ResourceLink, and resource-ref. --David Roland Carlsson wrote: Hello! Thanks for your answer. I have no ResourceLink in my configuration. I understand that I

Sv: JNDI DataSource GlobalResources problem

2004-10-26 Thread Roland Carlsson
. Thats why I ran for that alternative. I'm looking forward to see the new documentation about DBCP in Tomcat. Regards Roland Carlsson Den 04-10-26 14.58, skrev Steve Kirk [EMAIL PROTECTED]: This question illustrates (IMHO) probably the biggest issue of confusion with regard to DBCP

GlobalNamingResouces used by other GlobalNamingResources

2004-10-27 Thread Roland Carlsson
etc etc)? Thank you very much in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sv: GlobalNamingResouces used by other GlobalNamingResources

2004-10-27 Thread Roland Carlsson
. But its has created a new set of problems now when we are going to use multiple web-apps and (in a not so distant future) mutiple servers. Regards Roland Carlsson Den 04-10-27 13.48, skrev Steve Kirk [EMAIL PROTECTED]: sorry, can't answer specific Q on whether you can access datasource from

Sv: GlobalNamingResouces used by other GlobalNamingResources

2004-10-27 Thread Roland Carlsson
); se.alfamoving.file.db.FileIdGenerator fg = (se.alfamoving.file.db.FileIdGenerator) o; Gives this output: [EMAIL PROTECTED] java.lang.ClassCastException snip/ But I'll guess that I spelled badly somewhere :-/ The happy moments never seems to last :-) Thank you very much for your time and effort! Regards Roland Carlsson Den

Sv: GlobalNamingResouces used by other GlobalNamingResources

2004-10-27 Thread Roland Carlsson
in the same server). Regards Roland Carlsson Den 04-10-27 15.02, skrev Shapira, Yoav [EMAIL PROTECTED]: Hi, Yeah, Steve's advice on classloading is right on the mark... I don't have time to check this out in depth, but I'd be surprised if he's wrong. com.foo loaded from common/lib

Re: GlobalNamingResouces used by other GlobalNamingResources

2004-10-27 Thread Roland Carlsson
Hi Steve! That is a quite sweet function. I'll try it out as soon as I can when comming to work tomorrow. Thanks for the tip Regards Roland Carlsson - Original Message - From: Steve Kirk [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 6:20

Fw: Log browser

2004-03-06 Thread Roland Carlsson
here? Thanks in advance Roland Carlsson

Build a portal

2005-02-14 Thread Roland Carlsson
only? Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

VB: SV: Build a portal

2005-02-14 Thread Roland Carlsson
content and not dynmaic content? Perhaps there are some other product that could handle this problem? Thanks in advance Roland Carlsson Den 05-02-14 16.07, skrev Jason Bainbridge [EMAIL PROTECTED]: On Mon, 14 Feb 2005 14:39:57 +0100, Roland Carlsson [EMAIL PROTECTED] wrote: Hi! I have

SV: SV: Build a portal

2005-02-15 Thread Roland Carlsson
problem to solve that one have several webapps and one need to show content from more than one sometimes. How is it done! Regards Roland Carlsson Den 05-02-15 08.14, skrev Aris Javier [EMAIL PROTECTED]: You can make use of Windows Sharepoint Portal Server. But that's too expensive... If you

SV: JDBC connection - Please help

2005-02-21 Thread Roland Carlsson
Hi! It sounds like the driver is not in your deployment. Either you put the driver in your WEB-INF directory of your application or in the tomcat-installdir/common/lib directory. Regards Roland Carlsson Den 05-02-21 08.31, skrev deepak suldhal [EMAIL PROTECTED]: When I write a simple java

SV: Authenticate JNDIrealm through Client

2005-02-21 Thread Roland Carlsson
as an http-request and then look at the http-response. Regards Roland Carlsson Den 05-02-21 12.20, skrev bohldan bohldan [EMAIL PROTECTED]: I wonder ive started a jndirealm and it works just fine against ldap. I have no problem to login from a webbrowser (BASIC mode). But i want to login from

Reload webapp and context

2005-03-16 Thread Roland Carlsson
know about is to reboot tomcat witch leads to a full stop of all my web-apps instead of only one witch in turn leads to more complaints from my users. So, is there a way to force reload of the context when reloading the web-app? Thanks in advance Roland Carlsson

SV: Reload webapp and context

2005-03-17 Thread Roland Carlsson
in advance Roland Carlsson Den 05-03-17 13.58, skrev QM [EMAIL PROTECTED]: On Thu, Mar 17, 2005 at 08:32:54AM +0100, Roland Carlsson wrote: : do I force tomcat to re-load the context? Right now the only way I know : about is to reboot tomcat witch leads to a full stop of all my web-apps : instead

URLEncoder

2005-09-01 Thread Roland Carlsson
is difficult enough without java being consistent. Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Refresh ResourceBundle

2005-10-12 Thread Roland Carlsson
tomcat to reload ResourceBundles? Thanks in advance Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]