Re: Newb question - How to install TomCat on MacOS Tiger 10.4

2005-10-01 Thread Werner Punz
Thomas K. Cheriyan Jr. wrote: Hey guys, Im trying to get the latest version of TomCat on my laptop which has has MacOS Tiger 10.4. I have also installed the latest version of Java. I read the installation guide on the Jakarta site as well as many others online and they haven't worked at

tomcat 5.5.9 jdk 1.5 howto

2005-07-21 Thread Werner Punz
The howto on the website is slightly wrong here is the exact howto first of all remove all jikes related jars from the tomcat lib dir, second add tools.jar from the jdk to the tomcat classpath third add ant.jar from an ant installation to the classpath fourth replace the servlet entry from the

Re: Vedr.: Pls give suggestions in tomcat tunning in production environment

2005-07-13 Thread Werner Punz
too many hits at the same time, it serving the data should be a no issue for tomcat, it can handle bigger loads, and most likely the main problem is application specific and even more likely database specific. I do not thin that extensive clustering would help in this case. Werner Thomas

tomcat 5.5 and jdk 5.0 jsp compiler question

2005-07-04 Thread Werner Punz
problems. The reason for this must be the newly integrated IBM compiler, which I probably have to force to JDK 5.0 sourcelevel. Does anybody know how to either have jasper using the normal javac or forcing the internal compiler to go for 5.0 sources? Thanks for your help Werner

Re: tomcat 5.5 and jdk 5.0 jsp compiler question

2005-07-04 Thread Werner Punz
Never mind I found the answer on the archive... http://marc.theaimsgroup.com/?l=tomcat-userm=111660999324714w=2 additionally to that, you have to add the tools.jar to your classpath otherwise the javac compiler cannot be triggered. That is it basically. Werner Werner Punz wrote: Hi I am

Tomcat JDK 1.5 and osx bug

2005-07-04 Thread Werner Punz
everything in the OSX jdk extensions dir is a zip and thus starts to choke on binaries. Does anyone know the fix for this one. I basically have the problem with the latest Tomcat as well. Werner - To unsubscribe, e-mail: [EMAIL

Re: Tomcat JDK 1.5 and osx bug

2005-07-04 Thread Werner Punz
not possible, since those are binaries and prebuilt by osx... Werner Mark Winslow wrote: 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

[OT] Who can translate english into chinese

2005-06-24 Thread werner
Sorry for misusing this list. I'm looking for someone who can and will translate two english sentences into chinese. If you are willing to do so please mail me off list. [EMAIL PROTECTED] Sorry again for misusing this list. Kind regards, Werner van Mook

RE: Is Tomcat is an application server ?

2005-06-22 Thread Werner van Mook (RY/ETM)
can also have native clients (written in any programming language). An application server has standard ejb support. If you have build a web application with tomcat than you have build yourself a j2ee application without using an application server, which is perfectly legal. Regards Werner van

Datasource/jstl problem

2005-06-22 Thread werner
nameurl/name valuejdbc:mysql://www.karnhuis.nl:3306/weblog/ value /parameter /ResourceParams /Context /Host Kind regards Werner van Mook

Tomcat and Eclipse IDE

2005-01-09 Thread Nic Werner
I'm using the Eclipse IDE with the Web Tools Platform. It is running my version of Tomcat 5, but I can't find any documentation on how it is running? I want to use Tomcat for authentication, and certain things need to be set in the right context in server.xml, but I can't figure out how the

Re: Tomcat and Eclipse IDE solved

2005-01-09 Thread Nic Werner
, buried a few folders deep inside Eclipse is its own copy of 'server.xml', and I can see it pointing to my Workspace docbase. Didn't poke around enough. Thanks, - Nic. Benoit - Althosting.fr wrote: What is your system and configuration ? Ben - Original Message - From: Nic Werner [EMAIL

Does Windows needs special settings?

2004-12-30 Thread Nic Werner
Hi, I'm using CVS to bring in my whole project which includes Tomcat. I can grab this just fine on any linux implementation and Tomcat will start, but on Windows I get this message: E:\-\bincatalina run (Using to get error output) Using CATALINA_BASE: e:\\ Using CATALINA_HOME:

Re: Session based object, accessible to all classes.

2004-09-28 Thread werner
Hi, Eh, store the object in the session with session.setAttribute(name, object) retrieve it with (cast-to your object)session.getAttribute(name). Or is this a too simple answer for your problem ? Regards Werner On Sep 28, 2004, at 10:23 AM, Pawson, David wrote: My tomcat 5.0.27 app currently

virtual hosting - no apache

2004-06-11 Thread Werner van Mook
application I can't see www.karnhuis.nl. I can't find any reference to www.karnhuis.nl in any of the tomcat logfiles. So what am I doing wrong? I don't want to use apache in front of tomcat. Kind Regards Werner van Mook Java Lead Developer / Trainer Connecties Voor Internet BV i.o

error starting tomcat

2004-06-09 Thread Werner van Mook
? Kind regards, Werner van Mook Java Lead Developer / Trainer Connecties Voor Internet BV i.o. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: error starting tomcat

2004-06-09 Thread Werner van Mook
(or any port 1024). The jsvc will then lower it's user status to tomcat_user ( or whatever user you have configured). On Wednesday 09 June 2004 08:10 am, Werner van Mook wrote: Hi, I have the following error starting tomcat and don't know how to solve it. Jun 9, 2004 2:09:24 PM

Re: error starting tomcat

2004-06-09 Thread Werner van Mook
: Mainframe Group University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECTED] -Original Message- From: Werner van Mook [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 8:36 AM To: Tomcat Users List Subject: Re: error starting tomcat It is not complaining about the port

Re: ¿how to use tomcat.sh for starting Tomcat automatically at boot time?

2004-05-04 Thread Werner van Mook
ln -s ../init.d/tomcat K50tomcat At my machine tomcat is installed at : /usr/local/tomcat It works for me. I have Redhat Fedora. Kind Regards Werner On May 4, 2004, at 8:32 PM, Matt Raible wrote: Maybe this will help: http://www.raibledesigns.com/tomcat/boot-howto.html Matt -Original

Hi

2004-04-07 Thread werner S. Teunissen
Hi, I need to setup a tomcat environmet manually, I run Redhat 7.3 and I want toinstall from scratch not using the rpm's but use the src's build them and install. How do I do that? Any suggestions will be very welcome :-) Thanks in advance Wernert http://www.de-rommelmarkt.nl

What's wrong with this picture.

2004-03-18 Thread Werner van Mook
Just transformed o into message. According to the docs getAttributeNamesInScope can only throw : java.lang.IllegalArgumentException or java.lang.IllegalStateException So is this a bug? Or did I miss something? Werner van Mook Java Lead Developer / Trainer Connecties Voor Internet

Tomcat 4 or 5?

2004-03-13 Thread Nic Werner
Through projects and self-interest I've been using Tomcat 4 a lot more. While I've looked at the differences, can someone explain to me what the big differences are in english? I'm under the impression that 4 and 5 are different paths, not just an upgrade of a previous version, is this true?

formbased login question

2004-03-04 Thread Werner van Mook
or any other way to solve this. Kind regards, Werner van Mook - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jsp deployment

2004-02-13 Thread Werner van Mook
are created by dreamweaver I just copied them from a working jsp file to the not working jsp file. This seemed to solve my problems. I don't know why it solved it. To my knowledge every html file becomes a jsp file when you change the extension. Werner On Feb 13, 2004, at 5:13 PM, BAO

slowly I'm losing it. JSP not working

2004-02-10 Thread Werner van Mook
there is nothing in any log file. Is there someone who can guess (or even better, know) what is going wrong? I think I'm going slightly mad. Please help. Kind regards Werner van Mook - To unsubscribe, e-mail: [EMAIL PROTECTED

OT [was: Re: Starting a different process for each java operation]

2004-02-06 Thread Werner van Mook
Hi, Another question - Can tomcat be run as another user other then root like httpd is? Yes, tomcat can be run as any user you want. Can I continue on this which is OT? Which standard users can start tomcat on port 80? except for root? Regards Werner

Tomcat on OS X

2004-01-30 Thread Werner van Mook
port 80. When I do startup.sh as root there is no problem. I think that it will not start automatically because there is a permission problem. But I can't find any log message that says so. So who can shine his clever light on this? Werner van Mook

Re: Tomcat on OS X

2004-01-30 Thread Werner van Mook
. This user should be the user that starts all applications in the StartupItems folder. Am I correct? If so then what is the user to add to this group? Kind regards Werner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Jrg Werner
-- Dipl-Phys. Jörg Werner [EMAIL PROTECTED] Universität Stuttgart 5. physikalisches Institut Telefon: 0711/685-4951 Pfaffenwaldring 57 Telefax: 0711/685-3810 D-70550 Stuttgart Visit our Homepage: http://www.physik.uni-stuttgart.de/institute/pi/5

Tomcat cannot fine java classes

2003-11-23 Thread Werner Daum
to CLASSPATH in catalina.sh, but after that I could not use tomcat at all. Any ideas, what I am doing wrong? Thanks in advance, Werner Daum - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Apache 1.3+mod_jk2 and Tomcat 4.1.24 problem

2003-11-12 Thread Jrg Werner
for changes. group=status: Cheers, Jrg -- Dipl-Phys. Jrg Werner [EMAIL PROTECTED] Universitt Stuttgart 5. physikalisches Institut Telefon: 0711/685-4951 Pfaffenwaldring 57 Telefax: 0711/685-3810 D-70550 Stuttgart Visit our Homepage: http://www.physik.uni

Re: Why should i use Tomcat vs .NET?

2003-10-10 Thread Werner van Mook
think you already know this. W. Werner van Mook Java Lead Developer / Trainer Connecties Voor Internet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jsp:include and case problem

2003-10-01 Thread Werner van Mook
. For this to work correctly I think you have to know if your operating system is case sensitive. I think it isn't. That's why you get this behavior. Werner van Mook - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

admin app problems

2003-09-30 Thread Werner van Mook
it says : javax.servlet.UnavailableException: MBeanServer is not available Can someone explain to me what this means and how I can solve it ? Sorry for all the noise in the message but I'm not sure what is necessary for an answer. Kind regards Werner van Mook

Docs

2003-08-04 Thread Werner vd Merwe
the main site. E.g. www.ourdomain.com/site1-site3 Many thanks Regards Werner vd Merwe SAICOM Cpt Linux user #322423 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 4.0. LE

2003-08-04 Thread Werner vd Merwe
Zillie, What I have done, is extract the file in the /var directory to /var/Jakarta-tomcat4.0, then just edit the Catalina.sh file to fit your environment. You can extract it by right clicking on the file in X and say extract. Regards Werner vd Merwe SAICOM Cpt Linux user #322423 -Original

setting JkMount

2003-07-17 Thread Werner van Mook
the Friss site but as soon as I get to a jsp/servlet I get compile errors because supporting classes can't be found. (In the previous example I didn't get the errors) Can somebody tell me how to set this up so it will work as I hope it will? Kind regards, Werner van Mook Java Lead Developer

Re: I'm officially lost with mod_jk

2003-07-17 Thread Werner van Mook
/knowledge/tomcat4_on_cobalt_setup.html I know this is all for my own platform but maybe you can do something with it. Kind regards werner van mook On Thursday, July 17, 2003, at 03:08 PM, Astrid Wagner wrote: Hi Werner, Sorry to link into your conversation: It seems that you went through

Re: I'm officially lost with mod_jk

2003-07-16 Thread Werner van Mook
if it is possible to have Apache2 on it. But I am depending on the goodwill of my provider for it. Some how I think that having Apache 2 solves some of my problems. We'll see. Kind regards Werner van Mook On Tuesday, July 15, 2003, at 06:58 PM, Simon Pabst wrote: hmm ok, the Apache you are using, did

compiling connectors on Mac osX

2003-07-16 Thread Werner van Mook
Has any body tried to compile the jakarta-tomcat-connectors-jk-1.2.2 on Mac OSX? I get an error running 'ant native' from the jk directory. apache20: [echo] going into so [so] Compiling 19 out of 19 Compiling /Users/werner/Desktop/jakarta-tomcat-connectors-4.1.24-src/jk/native

Re: I'm officially lost with mod_jk

2003-07-16 Thread Werner van Mook
: [Wed Jul 16 14:44:02 2003] [error] [client 213.17.78.218] File does not exist: /home/sites/home/web/Friss/index.html that's right because it's not there. It is located in my webapps dir inside tomcat. Any idea's ? Kind regards Werner On Wednesday, July 16, 2003, at 02:26 PM, Simon Pabst wrote

Re: I'm officially lost with mod_jk

2003-07-16 Thread Werner van Mook
I realized after sending my previous mail that I didn't have any JkMount directives. I'm currently in the process of creating them. when I have any problems again I will let you know. Regards werner - To unsubscribe, e-mail

[SOLVED] I'm officially lost with mod_jk

2003-07-16 Thread Werner van Mook
I would like to thank all who helped me with solving my problems. it finally works. I think that the biggest problem was me making a STUPID typo in the IfModule... tag. Kind Regards Werner van Mook Java Lead Developer / Trainer Connecties Voor Internet

I'm still officially lost with mod_jk

2003-07-15 Thread Werner van Mook
, 2003 8:42:53 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=4/771 config=/usr/jakarta-tomcat-4.1.24/conf/jk2.properties In my humble opinion it says that JK is running and using jk2.properties. I never put anything in this file. Should I haven done that? Kind regards Werner Here

JK2 problems

2003-07-15 Thread Werner van Mook
hold my hand and fix it with/for me? I need it up and running somewhere next week. Kind regards Werner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JK2 problems

2003-07-15 Thread Werner van Mook
for apache it says : [Tue Jul 15 15:36:22 2003] [crit] (98)Address already in use: make_sock: could not bind to port 80 I can still go to www.connecties.com (which is a normal website with some static pages). Kind regards, Werner van Mook Java Lead Developer / Trainer Connecties Voor Internet

Re: JK2 problems

2003-07-15 Thread Werner van Mook
don't know how that is going to affect my Cobalt machine? Do you know sun cobalt? It's a completely pre-configured web server. It can be very usefull if you have only static webpages or if you want to use asp/perl. For java well I don't know jet. Werner On Tuesday, July 15, 2003, at 03:47 PM, John

Re: JK2 problems

2003-07-15 Thread Werner van Mook
kinds of dependence problems. I will contact the support team of my provider. Kind regards to all who tried to help me. Werner On Tuesday, July 15, 2003, at 04:15 PM, John Turner wrote: If you changed it in your auto generated file, did you restart Apache? This link might be of some help

I'm officially lost with mod_jk

2003-07-14 Thread Werner van Mook
think I'm missing something but I don't know what. Anybody out there had the same experience and want to share it with me? Kind regards Werner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

connecting Tomcat to apache

2003-06-12 Thread Werner van Mook
Hi All, Consider me stupid. I have a Powerbook with Mac OSX 10.2.6 It runs apache out of the box. Now I want to connect tomcat with it. Could somebody point out to me the right way of doing this? Regards Werner van Mook

What am I missing

2003-06-10 Thread Werner van Mook
if the Login class file was in the klanten directory and then restarted tomcat. I use Tomcat 4.1.24. Can somebody explain to me what stupid thing I'm forgetting? Kind regards Werner van Mook

[SOLVED] What am I missing

2003-06-10 Thread Werner van Mook
It seemed that my html editor screwed up. In GUI mode it told me all links to 'kapper' were with a small k. In source code mode it showed me a clear CAPITAL K. I knew I had to stick to vi. ;-) Thanks all - To unsubscribe,

Re: is tomcat..... ?

2003-05-28 Thread Werner van Mook
think it is a application server which it is not. That's my 2ct anyway. Werner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sending custom Date header from servlet?

2003-03-10 Thread Laura Werner
before calling connector.getContainer().invoke(), but since my servlet code runs after that, I think it should override this default value. Does anyone have advice on this, or see anything I'm missing? Thanks! Laura Werner BeVocal, Inc

jasper2

2002-09-21 Thread Werner Schalk
on jakarta.apache.org :-( Bye, Werner. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: ant dist fails - more to come

2002-06-26 Thread Werner Schalk
) BUILD FAILED /usr/local/tomcat-src/webapps/tomcat-docs/build.xml:80: java.lang.NoClassDefFoundError: javax/xml/transform/Source Any ideas? Thanks and bye, Werner. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat Connector for 4.0.4

2002-06-25 Thread Werner Schalk
Hi, I'm trying to compile Tomcat 4.0.4 from the source but I can't find the tomcat connector which contains tomcat-utils.jar for this version. Could somebody provide me a link where I can download it? Thanks a lot. Bye, Werner -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

jasper

2002-06-25 Thread Werner Schalk
, Werner. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat 3.3-3 on Suse

2001-12-12 Thread Werner, Dietmar
Hi group, Unix greenhorn is fiddeling around with tomcat 3.3-3 (rpm installation) on Suse 7.1. Tomcat start seem to fail because /etc/rc.d/init.d/functions is missing. Not sure if this is the only problem or if there are more configuration issues with Suse. Suggestions? Does anybody have a

tomcat nt service wont work under SP2 win2k???

2001-06-12 Thread Werner Cyrmon
Hi I have just installed SP2 on my Win2k Server. Now the Tomcatservice (3.2.2) is still running but it does not work properly. If I start Tomcat by hand (tomcat startup in the binaries dir) all works fine. Whats wrong?? Werner

Re: chart in jsp

2001-03-29 Thread stefan werner
hi jeff ,hi all, the servlet you use is a servlet 2.3 stuff, i think. is there any url to take a look at this code? i am involved in creating svg's and not very familar with writing servlets. but i'd like to show my interactive work. i tried this ( i found in german java-magazin 04/2001): import

RE: Apache and tomcat

2001-03-09 Thread Werner Teunissen
Title: RE: Apache and tomcat maybe you have to check permissions on that file ??? -Original Message- From: tomcat users [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 9:48 AM To: [EMAIL PROTECTED] Subject: Apache and tomcat Hello I have installed apache and tomcat. I

RE: Apache and tomcat

2001-03-09 Thread Werner Teunissen
PROTECTED] Subject: RE: Apache and tomcat Hi ya i m getting Permission denied error on that file everyone has access, do i hav to add the admin acount for that tomcat-apache.conf file or what From: Werner Teunissen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL

RE: Apache and tomcat

2001-03-09 Thread Werner Teunissen
full access on that file but still same error so what u suggest From: Werner Teunissen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: Apache and tomcat Date: Fri, 9 Mar 2001 10:56:12 +0100 Ook hi if its not on a live server then try to give