Tomcat on IIS Shudown Procedure

2002-07-25 Thread Vishal Mukherjee
Hi all, I am using tomcat 4.0.4 on IIS with Win NT 4.0 This is our intranet Server, Tomcat is installed as service. At the day end this server automatically shuts down with the shutdown utility of windown resourse kit. Sometimes Next day i find problems with the server that the .JSP pages do

Getting Tomcat to redirect requests

2002-07-25 Thread Collins, Jim
Hi, Does anyone know how I can set-up Tomcat to redirect requests to a particular web-app. I have done it using Apache and iPlanet and would like to know how to do this with Tomcat. I have a particular web-app that I want to take down for a short period and redirect any requests to this app to

Re: tomcat 4.0.2 - 4.1.8test; problem with Realm not loading

2002-07-25 Thread @Basebeans.com
Subject: Re: tomcat 4.0.2 - 4.1.8test; problem with Realm not loading From: Torgeir Veimo [EMAIL PROTECTED] === Remy Maucherat wrote: Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: tomcat 4.0.2 - 4.1.8test; problem with Realm not loading From: Torgeir Veimo [EMAIL PROTECTED]

ANT and Tomcat4

2002-07-25 Thread Erik Mattsson
Hi Im putting together a build enviroment that builds the servlet.war, uploads it to the server. Now I wonder if there any packages that enables me to use the ant tasks in the new tomcat4.1 build ? Since I havent installed the tomcat4 on my computer, then I dont have the tomcat4.1 build. It

Tomcat Bug #7013

2002-07-25 Thread Yash
Hi Group, I am yash,. I Have a Query ,There is a bug in tomcat ,7013-Entering a servlet path with non-ISO8859-1 charact Can any body suggest me ,this bug has been fixed or not,if yes then in which release it has been fixed. Please reply very urgently.It is very important Regards Yash

Re: tomcat 4.0.2 - 4.1.8test; problem with Realm not loading

2002-07-25 Thread Remy Maucherat
Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: Re: tomcat 4.0.2 - 4.1.8test; problem with Realm not loading From: Torgeir Veimo [EMAIL PROTECTED] === Remy Maucherat wrote: Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: tomcat 4.0.2 - 4.1.8test; problem with Realm

unable to start tomcat on redhat linux 7.2

2002-07-25 Thread LinuxTyro
I have installed tomcat 3.3 on a redhat linux box with blackdown java (with sdk version j2sdk1.3.1).I get the following error when I try to run the startup script: cant find libjava.so I have set the JAVA_HOME and TOMCAT_HOME variables correctly therefore cant figure out what is wrong. thanks

Mod_webapp.so problems

2002-07-25 Thread Tony Mak
Hi all, I have encountered randomly halt in Apache server. The mob_webapp.so is normally running when startup both Apache and Tomcat. However, the apache was halted by segmentation fault. The following is the text cut from log(httpd). CUT from log [notice] child pid 7371 exit

Trouble re-deploying a war file through manager

2002-07-25 Thread Erik Mattsson
Besides the other question about Ant and tomcat, Im having problems with the deploying through the manager. First I undeploy the servlet through http://192.168.0.150:8180/manager/remove?path=/iwipwebservice Then I upload the new iwipwebservice.war file to the webapps dir, and delete the

Re: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Andreas Probst
Hi, look at http://localhost:8080/tomcat-docs/manager-howto.html. There it says You can add the manager role to the comma-delimited roles attriute for one or more existing users, and/or create new users with that assigned role. So just add ,manager to one of those users. Then you can use this

Request forwarding to a specific target frame?

2002-07-25 Thread Andreas Schlegel
Hi, does anyone know how to forward a request to a specific frame? I use: dispatcher = getServletContext().getRequestDispatcher( /servlet/MyServlet ); dispatcher.forward( request, response ); Is there any way to define a target frame (TARGET='myFrame') in such a request forwarding?

Re: Request forwarding to a specific target frame?

2002-07-25 Thread Anthony Geoghegan
Can't be done server-side. This is a client issue. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: Andreas Schlegel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 25, 2002 10:18 AM Subject: Request forwarding to a specific target

RE: Request forwarding to a specific target frame?

2002-07-25 Thread Barney Hamish
I don't think this is possible as the webserver doesn't care about which browser frame responses are being sent to. Is there are reason this can't be done client side by specifying a target for the link the user is clicking on (or whatever triggers the response in the first place)? Hamish

AW: Request forwarding to a specific target frame?

2002-07-25 Thread Ralph Einfeldt
On the server side this can't be solved as tomcat doesn't know anything about targets. 3 ways to achive something like that: - include javascript in the output of the servlet - include javascript in the calling page that issues the request from the right target. - forget abou frames (That's

Re: Trouble re-deploying a war file through manager

2002-07-25 Thread Mark O'Driscoll
I do something similar but different: 1: remove existing application 2: remove the war AND the unpacked war 3: install the new war from somewhere other than /webapps 4: All works OK - Original Message - From: Erik Mattsson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 25,

Re: Best practice for virtual host configuration

2002-07-25 Thread Ryszard Lach
On Wed, Jul 24, 2002 at 09:46:28AM -0400, Cox, Charlie wrote: if your context is under the appBase, then it will autoload it. If your context is not under the appBase(shared contexts), then you have to provide the path to it. I've never tried leaving docBase empty for a context, so I

Re: More mod_jk/tomcat integration

2002-07-25 Thread Peter B. West
Of course, an RPM is not necessary here - I'll settle for a build. These seem to be missing from the builds/jakarta-tomcat-connectors directory, although there are encouraging messages about how the empty places will soon be filled. Are we talking days or weeks for this? Peter Peter B. West

strange jsp compile error in tomcat4.1.8

2002-07-25 Thread @Basebeans.com
Subject: strange jsp compile error in tomcat4.1.8 From: Torgeir Veimo [EMAIL PROTECTED] === I see this strange compilation error when using struts nested tag libs and jsp:include on the latest tomcat test; org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at

Invalid command 'JkMount'?!? Help!!

2002-07-25 Thread mpauley
Hi All, I'm trying to integrate Apache (1.3.23) with Tomcat (4.0.3) on Linux (RedHat 7.3) using mod_jk. I'm getting the following error when I try to restart Apache (or use apachectl configtest): Syntax error on line 1260 of /etc/httpd/conf/httpd.conf: Invalid command 'JkMount', perhaps

AW: Request forwarding to a specific target frame?

2002-07-25 Thread Power-Netz \(Schwarz\)
3 ways to achive something like that: - include javascript in the output of the servlet - include javascript in the calling page that issues the request from the right target. - forget abou frames (That's what I prefer) 4th way: - output of [autoreloading] frameset and saving the

classpath question

2002-07-25 Thread Billy V. Kantartzis
shoud i add the web app directory in my classpath ? i have a application deployed as follows webapps | |dms | | | |- jsp |-classes |dms | | | -beans |-servlets |- |- inorder to access files in the classes dms.* pakage do i have to declare it in the class path ? thanks in advanced Billy V.

Re: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Joa~o Augusto Charnet
Actually there is no default password. You will have to change the user configuration file to set the login and password as you wish. Also, the roles have to be set. To manage everything set the following roles: Standard, Manager. My tomcat-users.xml looks like this ... user name=mgrLogin

WML or HTML detection

2002-07-25 Thread David Oxley
From a servlet how can you detect what should be output from the type of client that sent the request. i.e. If a WAP phone accesses a servlet then it outputs WML or if a Web Browser accesses the same servlet then HTML is output Thanks. Dave

Tomcat4 - HTTP Code 400 Response when URL contains %00

2002-07-25 Thread Kristian Kasprowicz
Hi to all, An applet builds a relative URL path like /server/Input/%7a%00 an connects to a tomcat4 server. My servlet running on tomcat4 receives the applet's request as long there is no %00. Otherwise Tomcat response with the 400 HTTP Code. For some reasons the applet cannot suppress the %00

RE: WML or HTML detection

2002-07-25 Thread Turner, John
Assuming HttpServletRequest request: String clientBrowser = request.getHeader(User-Agent); String clientReferer = request.getHeader(Referer); String clientIP = request.getRemoteAddr(); John Turner [EMAIL PROTECTED] -Original Message- From: David Oxley [mailto:[EMAIL PROTECTED]] Sent:

RE: Hardening Tomcat 3.2.4

2002-07-25 Thread Sexton, George
Think about the account you are running it under. -Original Message- From: Patel, Rajni M [mailto:[EMAIL PROTECTED]] Sent: 23 July, 2002 12:17 PM To: '[EMAIL PROTECTED]' Subject: Hardening Tomcat 3.2.4 Importance: High I have tomcat installed and running on a Windows NT 4.0 SP6a box

RE: More mod_jk/tomcat integration

2002-07-25 Thread Turner, John
If you're using apache with tomcat, there is no benefit to using mod_webapp. Mod_webapp does not differentiate between static and dynamic content at this time...if you use mod_webapp, all content will be served by tomcat. If you want apache to serve static content, and tomcat to server dynamic

RE: Doubt

2002-07-25 Thread Turner, John
Which operating system? 2000, XP, NT? Any error messages? If so, what are they? Do you have the correct JDK installed? What are the values of JAVA_HOME and CATALINA_HOME? John Turner [EMAIL PROTECTED] -Original Message- From: Dinesh Ramasamy [mailto:[EMAIL PROTECTED]] Sent:

RE: SOAP

2002-07-25 Thread Turner, John
How is this a tomcat question? Or even a servlet/JSP question? John Turner [EMAIL PROTECTED] -Original Message- From: Sudhir Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 9:00 AM To: 'Tomcat Users List' Subject: SOAP I ahve a VB client server aplication

RE: Change JDK version for tomcat4.0.4

2002-07-25 Thread Turner, John
Install 1.4.1 into a separate directory, change the value of JAVA_HOME to point to the new directory. John Turner [EMAIL PROTECTED] -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 3:58 PM To: Tomcat Users List Subject: Change JDK

RE: unable to start tomcat on redhat linux 7.2

2002-07-25 Thread Sexton, George
I haven't run Blackdown in a while, but my advice would be to add the directory containing libjava.so to /etc/ld.so.conf and then re-run ldconfig. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: LinuxTyro [mailto:[EMAIL PROTECTED]]

RE: classpath question

2002-07-25 Thread Shapira, Yoav
Hi, You should not have the webapps directory on your classpath. That is the structure you deploy into. You should have a src tree somewhere else that's in your classpath for compilation. Please refer to http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html (specifically, the

mod_webapp+Apache 1.3

2002-07-25 Thread Felix Schumacher
Hi all, I have a problem with my tomcat-setup. I am using Tomcat 4.0.3, Apache 1.3.26 and mod_webapp.so to connect the two. There are a lot of errors about Premature packet end header in the tomcat-logs. After that the Apache will reconnect. So most time it is just a little bit noise. But once

RE: WML or HTML detection

2002-07-25 Thread Donie Kelly
Try looking at the Accept header. That should tell you if the browser accepts HTML or WML, maybe. That with a combination of User-Agent checks should be able to help you... Donie -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: July 25, 2002 14:14 To:

RE: Getting Tomcat to redirect requests

2002-07-25 Thread Shapira, Yoav
Howdy, A simple filter could do the trick. Have do a response.sendRedirect() for every request. The filter's url-pattern would be /MyApp/* where MyApp is the app you want to take down. However, this solution requires you to edit the web.xml and restart your tomcat server in order to deploy the

Update JDK version for tomcat

2002-07-25 Thread Ashish Kulkarni
Hi, I am running tomcat4.0.4 on windows2000, when i installed it i had jdk1.3.1 on my machine, so tomcat used jdk1.3.1 while installing, now i want to upgrade to jdk1.4.1, so how can i do it?? if only i change the classpath will it work or i will have to reinstall tomcat after changing my

Apache, Tomcat and Struts

2002-07-25 Thread Chris Ruegger
Situation: RedHat Linux 7.2 with Apache forwarding requests to Tomcat 4.0.4 works OK. I'm using Struts in my Tomcat application. What I want to have happen is this: 1. Client connects to Apache with some URL foo.com 2. Apache has been set up to look for an index.do welcome-file via the

RE: Getting Tomcat to redirect requests

2002-07-25 Thread Collins, Jim
Thanks Yoav, I'll try that. Regards Jim. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: 25 July 2002 14:28 To: Tomcat Users List Subject: RE: Getting Tomcat to redirect requests Howdy, A simple filter could do the trick. Have do a

mod_jk load balacing configuration

2002-07-25 Thread Chris Ruegger
Is the load balancing configuration of mod_jk documentated somewhere? Pointers to RTFM appreciated!

AW: Apache, Tomcat and Struts

2002-07-25 Thread Ralph Einfeldt
shouldn't VirtualHost localhost be better VirtualHost foo.com ? -Ursprüngliche Nachricht- Von: Chris Ruegger [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 25. Juli 2002 15:42 An: Tomcat Users List Betreff: Apache, Tomcat and Struts -- To unsubscribe, e-mail: mailto:[EMAIL

RE: More mod_jk/tomcat integration

2002-07-25 Thread Turner, John
In that scenario, how would tomcat reference static (apache) content? Would all of the responses generated by servlets and JSPs be text only? To allow a page generated by tomcat (via servlet or JSP) to see an image located in /image under the apache site root, you would have to use absolute

AW: mod_jk load balacing configuration

2002-07-25 Thread Ralph Einfeldt
http://www.ubeans.com/tomcat -Ursprüngliche Nachricht- Von: Chris Ruegger [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 25. Juli 2002 15:45 An: Tomcat Users List Betreff: mod_jk load balacing configuration Is the load balancing configuration of mod_jk documentated somewhere?

RE: Update JDK version for tomcat

2002-07-25 Thread Turner, John
Your question has been answered already. Install JDK 1.4.1 into a separate directory from 1.3.1. Change the value of JAVA_HOME to point to the new directory. Stop tomcat. Start tomcat. As far as I know, tomcat assembles it's own CLASSPATH parameter, so there should be no reason to change

RE: Apache, Tomcat and Struts

2002-07-25 Thread Turner, John
And what's the value of Host in your server.xml? -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 9:43 AM To: Tomcat Users List Subject: AW: Apache, Tomcat and Struts shouldn't VirtualHost localhost be better VirtualHost foo.com ?

Re: mod_jk load balacing configuration

2002-07-25 Thread Jason Koeninger
I'm not sure about documentation, but I've participated in a few mailing list discussions quite some time ago about load balancing. The only reason I knew anything about it (don't run load balancing myself) is that I've spent some time in workers.properties. IIRC, there are comments and

Re: Can two tomcats back each other up on one machine?

2002-07-25 Thread Tom Oinn
Brandon Cruz wrote: I am running tomcat 3.2.4 (I know it's old, but it works great!). We typically have around 50 database connections and twice as many sessions going at any given time. I would like to set up another tomcat, or find a solution to restart without having to kill everyone's

RE: Can two tomcats back each other up on one machine?

2002-07-25 Thread Brandon Cruz
Thanks Tom, I also saw that there was development under way to set up something that will replicate sessions across all tomcat instances. I don't know how long ago that was written, does anyone know if that has happened yet? Brandon -Original Message- From: Tom Oinn [mailto:[EMAIL

Re: mod_jk load balacing configuration

2002-07-25 Thread Luminous Heart
This is my barebone configuration for tomcat4.0.4 3instances with loadbalancer. My OS is RHLinux 7.1, and tomcat is connected to apache2.0.39 using mod_jk.so. I hope this will be helpful to you and I would appreciate it if anyone has a comment or enhancement. ### httpd.conf Include

Re: Apache, Tomcat and Struts

2002-07-25 Thread Luminous Heart
I believe your virtualhost setup is the problem here. I had a go with virtualhosts. Make sure you have the directory serving a specific virtualhost defined inside the virtualhost block otherwise it will be going to the default directory of the server. Hope this would hlep. --- Chris Ruegger

RE: classpath question

2002-07-25 Thread Billy V. Kantartzis
that is what ithought too. Thanks for your quick reply all of you best Billy ---Original Message--- From: Tomcat Users List Date: ÐÝìðôç, 25 Éïýëéïò 2002 02:24:44 ìì To: Tomcat Users List Subject: RE: classpath question Hi, You should not have the webapps directory on your classpath.

RE: classpath question

2002-07-25 Thread Billy V. Kantartzis
that is what ithought too. Thanks for your quick reply all of you best Billy ---Original Message--- From: Tomcat Users List Date: P]lptg, 25 Io}kior 2002 02:24:44 ll To: Tomcat Users List Subject: RE: classpath question Hi, You should not have the webapps directory on your classpath.

RE: classpath question

2002-07-25 Thread Billy V. Kantartzis
that is what ithought too. Thanks for your quick reply all of you best Billy ---Original Message--- From: Tomcat Users List Date: P]lptg, 25 Io}kior 2002 02:24:44 ll To: Tomcat Users List Subject: RE: classpath question Hi, You should not have the webapps directory on your classpath.

RE: classpath question

2002-07-25 Thread Billy V. Kantartzis
that is what ithought too. Thanks for your quick reply all of you best Billy ---Original Message--- From: Tomcat Users List Date: P]lptg, 25 Io}kior 2002 02:24:44 ll To: Tomcat Users List Subject: RE: classpath question Hi, You should not have the webapps directory on your classpath.

Re: WML or HTML detection

2002-07-25 Thread Arthur Veinstein
You should check the headers his browser sent you, you will be able to understand which file he support, if he supports HTML then give it to him, else is WML is supported the send the WML if (request.getHeader(Accept).lastIndexOf (wml) != -1) send WML else send HTML Arthur -

Help Needed With Deployement

2002-07-25 Thread Frederick Aubert
Hi, I am currently trying to deploy Web Applications using Apache 2.0.39 and Tomcat 4.1.7 integrated using mod_jk. Is there any better and more efficient integration? I am looking for the most up-to-date stable integration working on a Windows machine... Anyway, I would need someone to go

*FREE* slides of an upcoming web presendation : MVC+ STANDARD tags

2002-07-25 Thread @Basebeans.com
Subject: *FREE* slides of an upcoming web presendation : MVC+ STANDARD tags From: Vic C. [EMAIL PROTECTED] === In order to facilitate discussion of the live web presentation (coming up in less than 24 hours) you can download the slides before the presentation; I have uploaded to

mod_jk on solaris

2002-07-25 Thread Andrew
Hi all, I'm trying to install mod_jk for tomcat 4.0.4 and apache1.3.24 under solaris5.8. After configured everything I run apachectl configtest and received the following error: Syntax error on line 4 of /usr/local/jakarta-tomcat-4.0.4/conf/mod_jk.conf: Cannot load

RE: Help Needed With Deployement

2002-07-25 Thread Turner, John
What error messages are you seeing? Does tomcat work at all on port 8080 or wherever you installed it? If you goto http://localhost:8080/mywebapp/someServlet , do you get a valid response? As an aside, I would delete all spaces from your paths...for example, install tomcat in F:\tomcat or

RE: mod_jk on solaris

2002-07-25 Thread Turner, John
Do you have libgcc_s.so.1 on your Solaris box? The error message is file not found for that particular file. Do you have another file, say libgcc_s.so.X, and if so, what happens if you just symlink the file you have to libgcc_s.so.1? John Turner [EMAIL PROTECTED] -Original Message-

Re: mod_jk on solaris

2002-07-25 Thread Sean M Alderman
By chance did you not compile Apache with DSO support on the Solaris machine? I don't remember specifically about RH7.2 but I've seen where the RPM version of apache are precomiled with DSO support so they can optionally install mod_X from an RPM with out needing to rebuild apapche. On Thu,

RE: Help Needed With Deployement

2002-07-25 Thread Shapira, Yoav
Hi, [Not an answer to your main question] I am currently trying to deploy Web Applications using Apache 2.0.39 and Tomcat 4.1.7 integrated using mod_jk. Is there any better and more efficient integration? I am looking for the most up-to-date stable integration working on a Windows machine... If

Re: More mod_jk/tomcat integration

2002-07-25 Thread Peter B. West
John, Thanks for the clarification. Where can I find a mod_jk.so binary that works with my 1.3.23 and tomcat 4.0.4? Btw, how closely tied are modules to particular versions of apache? Peter Turner, John wrote: If you're using apache with tomcat, there is no benefit to using mod_webapp.

RE: mod_jk on solaris

2002-07-25 Thread Bruce Luxon
Assuming you have gcc installed: Try making a symbolic link from /usr/local/lib/libgcc_s.so.1 into /usr/lib/libgcc_s.so.1 and /usr/lib/libgcc_s.so then recompiling apache. Bruce Luxon -Original Message- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:15 AM To:

java.lang.IllegalStateException: getOutputStream()

2002-07-25 Thread Luminous Heart
When I open an email attachment, it works fine, but then I get this error, if I click twice on the hyperlink to the attachment. Obviously, this is a webmail application. 2002-07-25 11:26:51 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception

RE: More mod_jk/tomcat integration

2002-07-25 Thread Turner, John
I'm fairly certain the binaries were removed several weeks back. You can compile from source here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/src/ (you want the file labeled connectors) Perhaps someone on the list can send you a binary. The modules (connectors) are

RE: mod_jk on solaris

2002-07-25 Thread Andrew
No. I couldn't find libgcc_s.so.l nor libgcc_s.so.X on my Solaris box. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 11:17 AM To: 'Tomcat Users List' Subject: RE: mod_jk on solaris Do you have libgcc_s.so.1 on your Solaris box? The

Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Ashish Kulkarni
Hi, I m using tomcat4.0.4 , i found out today that when i modify the included jsp , tomcat does not recompile it. i.e. I have suppose a jsp called test.jsp and i include a jsp called test1.jsp. If for some reason i modify test1.jsp and dont modify test.jsp. tomcat does not recompile test.jsp so

RE: mod_jk on solaris

2002-07-25 Thread Turner, John
Well, there you go. ;) This may be a silly question (it isn't clear from your post), but do you have gcc installed on that machine at all? John Turner [EMAIL PROTECTED] -Original Message- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 11:29 AM To: 'Tomcat Users

RE: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Durham David Cntr 805CSS/SCBE
There are 2 kinds of includes, one is compile time, one is runtime. If you're using a compile time include, i.e. %@ include file=include.jsp% then you need to update the file that is calling the include. For example, 'touch file_that_includes_something.jsp'. This is not a bug.

Re: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Jason Koeninger
With static includes, that's Tomcat's normal operation. The reason being that recursively checking timestamps on all includes could become very expensive. You can use the touch utility if you don't want to edit the file. Another option is to use dynamic includes with jsp:include... if it's

svg question

2002-07-25 Thread Koes, Derrick
Can Tomcat handle svg in a jsp page? I put an svg document, set the content type to image/svg+xml, in a jsp, but tomcat always puts a leading html tag and screws it up. The svg document on its own works, but I want it in a jsp. Has anyone done this successfully?

Re: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Ashish Kulkarni
Hi, About the performance, if i use runtime include, does it mean the each time that page it called it compiles the included jsp??? is there any good documentation of what is the difference between these two type of includes?? Also where can i get this touch utility?? is there any documentation

mod_jk/tomcat RPM configuration

2002-07-25 Thread Peter B. West
Peter B. West wrote: I am installing tomcat 4.0.4 with apache-1.3.23-11 rpms from redhat on a redhat 7.3 system. I had previously installed a beta version of 3.3 with the then-current apache, and I had the transfer of control from apache to tomcat via an ajp13 connector working. That

Re: Frame annoyance

2002-07-25 Thread Craig R. McClanahan
On Thu, 25 Jul 2002, Nikola Milutinovic wrote: Date: Thu, 25 Jul 2002 07:31:49 +0200 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Frame annoyance That is perfect. I was hoping to avoid

Tomcat does not pick the modified servlet

2002-07-25 Thread Ashish Kulkarni
Hi, I am using tomcat4.0.4 and i have a problem when i modify the servlet and put it in tomcat. The problem is tomcat does not pick up the new servlet code, so i have to go to the manager and restart the application. Is there a way tomcat will pick automatically new servlet code with out

RE: mod_jk/tomcat RPM configuration

2002-07-25 Thread Turner, John
You can use absolute paths in your httpd.conf, apache handles that just fine. Or simply create the directories that you want and copy the files there to match the instructions. John Turner [EMAIL PROTECTED] -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED]] Sent:

Re: ANT and Tomcat4

2002-07-25 Thread Craig R. McClanahan
On Thu, 25 Jul 2002, Erik Mattsson wrote: Date: Thu, 25 Jul 2002 10:12:11 +0200 From: Erik Mattsson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ANT and Tomcat4 Hi Im putting together a build enviroment that builds the servlet.war,

Routing With tomcat

2002-07-25 Thread Nicolas Brasseur
Could anyone tell me if it is possible to route some specific request to another web server. More clearly, when a user type www.brol.be he receives a response from Tomcat, when he type mail.brol.be he receives a response from another web server than tomcat. The domain brol.be is pointing to a

RE: mod_jk on solaris

2002-07-25 Thread Andrew
gcc is installed =) I figured out what's the problem now. The mod_jk.so I'm using wasn't compiled under Solaris. So everything worked after I got the right mod_jk.so. Thanks for all your help Andrew -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: WML or HTML detection

2002-07-25 Thread Craig R. McClanahan
On Thu, 25 Jul 2002, David Oxley wrote: Date: Thu, 25 Jul 2002 13:37:01 +0100 From: David Oxley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: WML or HTML detection From a servlet how can you detect what should be

Re: Tomcat does not pick the modified servlet

2002-07-25 Thread Nishant_Awasthi
Hello Ashish I have the same problem. I have created a SOAP client servlet. When I try to run for first time everything is at place. But when I try to change and recompile my servlet it doesnot work. It picks up the earlier servlet code from somewhere. When I tried to use the same thing with

Re: Tomcat4 - HTTP Code 400 Response when URL contains %00

2002-07-25 Thread Craig R. McClanahan
On Thu, 25 Jul 2002, Kristian Kasprowicz wrote: Date: Thu, 25 Jul 2002 14:55:31 +0200 From: Kristian Kasprowicz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat4 - HTTP Code 400 Response when URL contains %00 Hi to all, An applet

RE: Routing With tomcat

2002-07-25 Thread Turner, John
You could use a filter in Tomcat, but that would be overkill. On your router, add a static route for ports 25 and 110 (SMTP and POP3) to go to the IP address of the other machine. Add the IMAP port if you're using that port. Or are you really asking how to run a webmail server that allows

RE: mod_jk on solaris

2002-07-25 Thread Fenlason, Josh
Where did you find the mod_jk binary? -Original Message- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:56 AM To: 'Tomcat Users List' Subject: RE: mod_jk on solaris gcc is installed =) I figured out what's the problem now. The mod_jk.so I'm using wasn't

connection type....

2002-07-25 Thread Mario Henley Becerril Geldis
I have some scripts under win2000, this run fine, but when i try run this under Linux, doesn't run... If change the connection string, run fine...why..?? WIN2000 connection string:

Re: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Jason Koeninger
No, it doesn't compile the included JSP every time. The difference is that with static includes, the code is included directly into the servlet created by the JSP. With dynamic includes, the output of the included JSP is generated at the point you include it and sent to the client. It's a

RE: svg question

2002-07-25 Thread Koes, Derrick
Looks like svg embed is the answer. http://printx.org/svgembed/index.php -Original Message- From: Koes, Derrick Sent: Thursday, July 25, 2002 11:47 AM To: 'Tomcat Users List' Subject: svg question Can Tomcat handle svg in a jsp page? I put an svg document, set the content type

Are usernames case-sensitive in JDBCRealm?

2002-07-25 Thread Mete Kural
Hello, I use JDBCRealm and for some reason the usernames are not checked with the database in a case-sensitive manner. The passwords are still checked case-sensitive as they should be. Is this expected behaviour in JDBCRealm, or do you think there's something wrong with my webapp or database?

RE: Routing With tomcat

2002-07-25 Thread Nicolas Brasseur
Thanks for paying attention to my message John, Your second proposition is right, I have a web mail client, actually a lotus domino server that listen on the port 80 (for other reasons it MUST be the port 80). Nicolas --- Turner, John [EMAIL PROTECTED] wrote: You could use a filter in

Switch from SUN jre to IBM jre

2002-07-25 Thread Andrew Ferayorni
Hello everyone, I am looking at switching from Sun's jre to IBM's jre on my system. I originally installed Tomcat 4.0 as a binary distribution on my Linux system (Suse 7.2). I installed IBM JAVA2 (1.3.1) implementation on my system the other day and tried setting $JAVA_HOME to the

Re: JSPs/Servlets

2002-07-25 Thread Lists
What are the system resources? On 18 Jul 2002 at 11:00, Ben Heller wrote: Hello, I am writing to inquire about the use of Servlets and JSP using Tomcat. I managed to get it set up on my machine but none of the servlet examples except for HelloWorld work at all and most of the JSP examples

RE: Routing With tomcat

2002-07-25 Thread Mike Jackson
There's no reason why you can't have one web server on one port and another web server on another port. You'd just have to setup two different port forwardings in your router. So you could have port 80 go to the main server and say port 8080 go to the web mail server. That is unless the two

Trying to compile the servlet

2002-07-25 Thread Nagpal, Vikas
Hi all, I am trying to compile the servlet with the JAVAC tool of J2SDK. But on compilation it shows errors which indicate that JAVAX package is not present in its path or classpath. Can anyone figure out from where i can get JAVAX package and put it in my path so that my servlet can see it.

RE: Routing With tomcat

2002-07-25 Thread Turner, John
Ok, but if this is a different machine, I'm still not understanding why there is even an issue. If www.brol.be = 1.2.3.4 and mail.brol.be = 6.7.8.9, there's no possible way a request on port 80 for mail.brol.be would ever be seen by tomcat. Sounds like your DNS is messed up. All you need to

RE: Switch from SUN jre to IBM jre

2002-07-25 Thread Turner, John
I think you want the JDK, not the JRE. The JRE is missing things that tomcat needs to run. John Turner [EMAIL PROTECTED] -Original Message- From: Andrew Ferayorni [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 12:16 PM To: [EMAIL PROTECTED] Subject: Switch from SUN jre to

mod_webapp vs Coyote JK 2

2002-07-25 Thread @Basebeans.com
Subject: mod_webapp vs Coyote JK 2 From: Ove [EMAIL PROTECTED] === What is recommended to use on a Tomcat 4.x install with Apache. (Solaris) And what is the most important differences? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: Trying to compile the servlet

2002-07-25 Thread Turner, John
Which javax package? There are many. Some are in J2SE, some are in J2EE. John Turner [EMAIL PROTECTED] -Original Message- From: Nagpal, Vikas [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 12:23 PM To: '[EMAIL PROTECTED]' Subject: Trying to compile the servlet Hi all,

RE: Switch from SUN jre to IBM jre

2002-07-25 Thread Shapira, Yoav
Hi, You have multiple versions of at least one XML parser in your classpath. Check to make sure you only have one of the SAX, DOM, JAXP APIs in your classpath. See the tomcat readme section on XML parsers, as tomcat 4.x comes with its own copy of Xerces that is visible to your classpath by

RE: Trying to compile the servlet

2002-07-25 Thread Josh Landin
Does your CLASSPATH contain a full path to J2EE_HOME/lib/j2ee.jar like: /usr/local/j2sdkee1.3.1/lib/j2ee.jar -Original Message- From: Nagpal, Vikas [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 12:23 PM To: '[EMAIL PROTECTED]' Subject: Trying to compile the servlet

Re: Trying to compile the servlet

2002-07-25 Thread Jean-Baptiste Onofré
Hello, the servlet lib is not include in JSDK. You must add the servlet.jar in your CLASSPATH to have the javax hierarchy. You can find the servlet.jar in the /common/lib of Tomcat. Bye -- Jean-Baptiste Onofré (Nanthrax) Membre fondateur de phpFR.org http://www.phpfr.org [EMAIL PROTECTED]

  1   2   3   >