Re: HELP! - Modifying Catalina.bat for RMI

2002-07-17 Thread Simon Oldeboershuis
using > environment variables? I tried that with no luck either! > > Any help appreciated. > > James Milks > Noncubicle Corporation / LostHockey.com > http://www.noncubicle.com > http://www.losthockey.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL

Re: ConcurrentModificationException error

2002-02-19 Thread Simon Oldeboershuis
> } > > } > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > >

Re: ConcurrentModificationException

2001-09-24 Thread Simon Oldeboershuis
Hi Walter, you are not allowed to iterate over a Collection and change the underlying Collection at the same time. If this has run before, it was a "mistake". Either get first all Names and remove afterwards or just invalidate the session and all attributes are gone. so long! Simon Walter W

Re: Fallbacks for load-balanced mod_jk workers

2001-09-06 Thread Simon Oldeboershuis
Hi Scott, if you are using apache you can do something like ErrorDocument 500 http://www.reliable-server.com/serverDown/message.html If any errors occurs with the connectors, the html page is shown or another failsafe tomcat ;-) I never tested it with more than one worker, but it should work

Re: TomcatBook-wasTOMCATSUCKS(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)

2001-06-29 Thread Simon Oldeboershuis
Hi, it is written in german but the address belongs to a Austrian domain/server ;-) However, I send the admin an email. I hope he is not already gone for the weekend! Simon Martin Mauri schrieb: > > Oh God! > > I'm tired of german server spamming! > > who can stop this? > > > Ich bin bis

Re: JNDI and Tomcat

2001-01-23 Thread Simon Oldeboershuis, outermedia
Bob Mulrenin schrieb: > > I am using JNDI and RMI -- > Has anyone used JNDI with Tomcat? Both Linux and NT give me difficulty. > > JNDI looks like my problem ... I have the jndi.properties files > referred to in many classpathswhether it be automatic under the web > app classes folder, etc

Re: jsp document root

2001-01-16 Thread Simon Oldeboershuis, outermedia
Regis Muller schrieb: > > Sorry to ask such a trivial question to all of you but how can I put my > .jsp files outside of the ROOT Directory of tomcat in e.g. in > apache\htdocs ? > you have to configure the position of the directory in the config file: tomcat/conf/server.xml there shou

Re: tomcat3.2.1 context admin password

2000-12-22 Thread Simon Oldeboershuis, outermedia
Hi there, look for tomcat-users.xml in the tomcat/conf dir and add a new user with role admin You can look into the web.xml of the admin context for the security-constraint. The role is admin is explicit listed. For security reasons, there is no default admin!!! All this information is already

Re: multipart requests and file uploads problems on the Apacheconnection

2000-12-07 Thread Simon Oldeboershuis, outermedia
Hey Joe, we did have some problems with the boundaries of IE5 as well. Did you contribute your code to oreilly? They still support their library as far as I know. Anyways, would you be able to supply your solution to the list? Thanks, simon Joe Laffey schrieb: > > Take a look at the

Re: password and login admin

2000-11-29 Thread Simon Oldeboershuis, outermedia
Hi Marc, this question has been answered several time. Please look there first, before asking the mailing list: for now: look into tomcat/conf/tomcat-users.xml simon begin:vcard n:Oldeboershuis;Simon tel;fax:+49.30.44350949 tel;work:+49.30.44350943 x-mozilla-html:FALSE org:outermedia;Entwi

Re: EJB

2000-11-15 Thread Simon Oldeboershuis, outermedia
Hi Peter, I think you have to add the jndi.properties file (see JONAS_ROOT directory) to classpath. I have added it to the classpath of the environment in which tomcat is started. I tried to put into the WEB-INF/lib packed into a test.jar -> no success WEB-INF/classes -> no succe