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

Datasource/jstl problem

2005-06-22 Thread werner
password you don't wanna know driverClassName org.gjt.mm.mysql.Driver url

[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

jasper2

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

Sending custom Date header from servlet?

2003-03-10 Thread Laura Werner
There's code in HttpProcessor that adds a Date header right 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 s

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 PR

jasper

2002-06-25 Thread Werner Schalk
it? Thanks and bye, Werner. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

ant dist fails

2002-06-25 Thread Werner Schalk
[javac] 1 error BUILD FAILED /usr/local/tomcat-src/jasper/build.xml:78: Compile failed, messages should have been provided. Could anybody provide some help? Thanks and bye, Werner -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: ant dist fails

2002-06-25 Thread Werner Schalk
Hi, I'm using blackdown's java implementation 1.3.1 (Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-02b-FCS)) with Tomcat 4.0.4. Thanks and 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
/xerces.jar:/usr/local/java-xml/jaxp-1. 2/xalan.jar:$CLASSPATH I don't get the point here, I mean I am really using xalan, why is he complaining about it? Thanks and 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
76) 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]>

Apache 1.3+mod_jk2 and Tomcat 4.1.24 problem

2003-11-12 Thread Jörg Werner
e for changes. group=status: Cheers, JÃrg -- 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:

Tomcat cannot fine java classes

2003-11-23 Thread Werner Daum
o my classes 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,

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

2003-12-11 Thread Jörg 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 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? T

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:\-\bin>catalina run (Using to get error output) Using CATALINA_BASE: e:\\ Using CATALINA_HOME:

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 WPT

Re: Tomcat and Eclipse IDE

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: "

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-user&m=111660999324714&w=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:

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

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.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 co

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 a

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 (point

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: 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 wan

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] &

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 +0

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: JavaBean at JSP

2000-10-23 Thread Werner Ramaekers
t include the package prefixes). That solves your problem ! c ya Werner [EMAIL PROTECTED] wrote: > Helow Tomcat-friends! > > Can somebody help me with the problem of unfinded JavaBean class? > > I use an JavaBean Mesto (that means "city" in czech language) at JSP page >

Re: is tomcat..... ?

2003-05-28 Thread Werner van Mook
ople might 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]

What am I missing

2003-06-10 Thread Werner van Mook
hat 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, e-mail:

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 - To

I'm officially lost with mod_jk

2003-07-14 Thread Werner van Mook
und. I 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 PROTECTED]

I'm still officially lost with mod_jk

2003-07-14 Thread Werner van Mook
3 listening on /0.0.0.0:8009 Jul 15, 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 ha

JK2 problems

2003-07-15 Thread Werner van Mook
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
om (which is a normal website with some static pages). Kind regards, Werner van Mook Java Lead Developer / Trainer Connecties Voor Internet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JK2 problems

2003-07-15 Thread Werner van Mook
he. I 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, 200

Re: JK2 problems

2003-07-15 Thread Werner van Mook
t all 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

Re: I'm officially lost with mod_jk

2003-07-16 Thread Werner van Mook
Gute Morgen Simon, I've compiled the mod_jk myself. it was easy. But I still have problems. I will so you what I have. In httpd.conf : LoadModule jk_module modules/mod_jk.so # MY OWN STUFF HERE AddModule mod_jk.c JkWorkersFile /etc/httpd/conf/workers.properties JkLogFile /etc/httpd/log

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

Re: I'm officially lost with mod_jk

2003-07-16 Thread Werner van Mook
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: Your JK Stuff

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 unsubscri

[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 tag. Kind Regards Werner van Mook Java Lead Developer / Trainer Connecties Voor Internet

setting JkMount

2003-07-17 Thread Werner van Mook
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 / Trainer Connecties Voor Internet -

Re: I'm officially lost with mod_jk

2003-07-17 Thread Werner van Mook
m.com/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 th

Docs

2003-08-04 Thread Werner vd Merwe
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

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

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

error starting tomcat

2004-06-09 Thread Werner van Mook
mcat user is tomcat5. Can one of you tell me what's wrong? 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
to port 80 (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.

Re: error starting tomcat

2004-06-09 Thread Werner van Mook
stems Analyst ITS-Systems: 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 c

virtual hosting - no apache

2004-06-11 Thread Werner van Mook
: If I have a look at the manager 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 Deve

admin app problems

2003-09-30 Thread Werner van Mook
og 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 Werne

Re: jsp:include and case problem

2003-10-01 Thread Werner van Mook
ve for it's variables. But what you have is a StringValue. 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 -

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]

Tomcat on OS X

2004-01-30 Thread Werner van Mook
doing startup.sh in a terminal window (I included the bin dir in my path) and opening the catalina.out file I see a error message saying that I do not have the permission to open port 80. When I do startup.sh as root there is no problem. I think that it will not start automaticall

Re: Tomcat on OS X

2004-01-30 Thread Werner van Mook
www group. 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

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

slowly I'm losing it. JSP not working

2004-02-10 Thread Werner van Mook
I can see the taglib declaration. This should not be possible if tomcat would pick it up. I do not get any error messages 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 slig

Re: jsp deployment

2004-02-13 Thread Werner van Mook
nes 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

formbased login question

2004-03-04 Thread Werner van Mook
is broken and we are using JDBCRealm. Who has experience with this and is willing to help me? I would like to know what to fill in in the tag or any other way to solve this. Kind regards, Werner van Mook - To unsubscribe, e-mail: [

What's wrong with this picture.

2004-03-18 Thread Werner van Mook
age 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

RE: Is Tomcat is an application server ?

2005-06-22 Thread Werner van Mook (RY/ETM)
erver 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 Werne