isapi filter 3.3 not working on a dual cpu machine

2001-11-20 Thread Shay Mandel
Hi All, I am trying to upgrade the isapi filter from 3.1 to 3.3. Its working on a single CPU machine (both NT and W2K sp2) but when I try to install on a dual CPU, I keep getting a 404 error code from tomcat, as the url that is sent to it /jakarta/isapi_filter.dll I am not sure it is a dual CPU

Re: Where IS mod_webapp ??

2001-11-20 Thread Endre Stølsvik
On Tue, 20 Nov 2001, Chad Johnson wrote: | The WebApp Module has a little webpage. Take a look here. | | http://nagoya.apache.org/~pier/ Thanks! But I'd also like a more stable release. How do I get that? - And this is *WAY* underdocumented!! | - Original Message - | From: Endre

mod_webapp

2001-11-20 Thread Laurent Michenaud
What is mod_webapp ? - is it a replacement of mod_jk or jserv ? - does it offer good performance ( comparing this others ) ? - Where can we download it ? - Can we use it with tomcat-3.2.3 ? Thanks Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe:

poolman

2001-11-20 Thread Laurent Michenaud
Hi, I'm searching for a good pool manager. Is poolman good for a production environnment ? on high load server ? Please tell me which pool you use and why. Thanks Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe: mailto:[EMAIL PROTECTED] For

RE: This would be cool in tomcat as well...

2001-11-20 Thread GOMEZ Henri
Tomcat is a _reference_ implementation. I doubt it will be polluted by non-portable extensions, even if they seem to be useful. Such as connectors to specific web servers? :) What do you mean ? While I did post this knowing I was at risk of appearing to troll, I wasn't, and thought it

Tomcat 4.0 and Windows

2001-11-20 Thread Vercesi Paolo
Hello, I'm Paolo Vercesi and I'm totally new to this user list I'm using Tomcat 4.0 in standalone mode on several machine: - W2000 with SUN jdk 1.3 - W98 with SUN jdk 1.3.1 - Linux Slackware 8 with SUN jdk 1.3.1 - Linux Slackware 8 with SUN jdk 1.3 - Linux Mandrake (perhaps 7.2 or 8) with SUN

RE: repost mod_jk with ip-based virtual host

2001-11-20 Thread GOMEZ Henri
http://a.b.c.d:5476/ shows apache default page, as expected. http://a.b.c.d:5475/ also shows apache default page. but, http://a.b.c.d:5475/examples/ shows apache's 404 page 'Apache/1.3.20 Server at a.b.c.d Port 5476' thanks again for your thoughts. Using mod_jk it should be easy : Could you

TOMCAT does not set the CLASSPATH for my WebAPP

2001-11-20 Thread Roland Berger
Hi all As I understand from the Servlet specs. a Servlet Container like Tomcat should set the CLASSPATH for each webapp which is placed in %TOMCAT_HOME%/webapps. e.g. if I have placed a .jar file in %TOMCAT_HOME%/webapps/mywebapp/WEB-INF/lib/myjar.jar it should add to the CLASSPATH the path

RE: TOMCAT does not set the CLASSPATH for my WebAPP

2001-11-20 Thread Alan Pearlman Spencer
Hi Again, Tomcat, in it's batch file, has it's own CLASSPATH. It creates a ClassLoader for each webapp. It used all jars in lib directory and the classes directory. The problem you are seeing is that the ClassLoaders are in a tree structure. TOMCAT_CLASSLOADER WEBAPP_X_CLASSLOADER

Re: TOMCAT does not set the CLASSPATH for my WebAPP

2001-11-20 Thread Janek Bogucki
Have a look at the 'Class Loader INFO': http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html --- Roland Berger [EMAIL PROTECTED] wrote: Hi all As I understand from the Servlet specs. a Servlet Container like Tomcat should set the CLASSPATH for each webapp which is

how to use Tomcat 4 with IIS 5.0???

2001-11-20 Thread John
Hi all, I have got Tomcat 4 running on my windows 2000, and Cocoon is running fine too. I'm very impressed by the Apache folks, well done!! However I can't find documents to get Tomcat 4 working with IIS 5.0 to serve JSP and Servlets. Please help me if you know where I can get the info? I

Re: mod_webapp

2001-11-20 Thread Janek Bogucki
Try here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/linux/i386/ --- Laurent Michenaud [EMAIL PROTECTED] wrote: What is mod_webapp ? - is it a replacement of mod_jk or jserv ? - does it offer good performance ( comparing this others ) ? - Where can we

Re: included files, help!! :)

2001-11-20 Thread Janek Bogucki
Hi Nicholas, This may not be the best way but it will save you having to do as much. Tomcat stores the compiled JSPs in $CATALINA_HOME/work. Deleting the files from there will make Tomcat recompile the JSPs the next time the page using the static include (%@ include file=header.html %) is

deprecated servlet API - tomcat 3.2.3, jdk1.3.1

2001-11-20 Thread Christoph Kukulies
My webapp was compiled using jdk1.2 and tomcat 3.2, and, I believe jsdk1.2/servlet.jar (not sure about the latter). Now when compiling my classes under Win2k using jdk1.3.1 I'm getting -deprecation warnings. What servlet classes should I use best? -- Chris Christoph P. U. Kukulies [EMAIL

Catalina and IIS on different machines

2001-11-20 Thread Binopoulos Alexandros
Hello all, I've developed a site that uses servlets (Tomcat4 using Velocity). To have it working I was asked to seperate the applications part (servlets, beans) from the web pages, meaning to have tomcat and IIS running on different machines (increased security). Anyone who has an idea on this

Re: poolman

2001-11-20 Thread Jeff Miller
Hi, I've just recently finished a research project related to connection pools which involved evaluating and implementing six different libraries/methods. You can view the results via the following link: http://www2.gvsu.edu/~millerjr/ResearchPaper.html Hope this helps! [EMAIL PROTECTED]

RE: included files, help!! :)

2001-11-20 Thread Nicholas Katzakis
I'm on 4.0.1 on Windows 2000. There's got to be some other way :) Nick -Original Message- From: Kendal L. Montgomery [mailto:[EMAIL PROTECTED]] Sent: Saturday, 20 October, 2001 03:04 To: Tomcat Users List Subject: RE: included files, help!! :) It'd be useful to know which version of

RE: included files, help!! :)

2001-11-20 Thread Nicholas Katzakis
That's.. quite easier than opening and saving all of them. Thanks! Still I think there has to be a way to make tomcat do it! Good idea though, thanks. Nicholas -Original Message- From: Janek Bogucki [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 20 November, 2001 10:16 To: Tomcat Users List

Tomcat SSI

2001-11-20 Thread Jim Urban
We use servlets to dynamically generate HTML pages. Since our pages all contain the same navigation bar at the top it would be convenient to use SSI (Server Side Includes) to include the navigation bar from a separate file. Question: Does Tomcat (4.0) support SSI? If Tomcat is used with

Path in JSP

2001-11-20 Thread Reto Badertscher
Hello, when accessing a JSP thru a servlet (forward) the following path /image/logo.gif is valid. When calling a JSP directly i have to use ../image/logo.gif (image and jsp folder are on the same level). What can i do to use the same path definition? How can i prevent users from directly

CVS

2001-11-20 Thread Laurent Michenaud
Hi, I work in a web agency and we are studying the use of CVS. We are 3-4 developpers per project. We have a linux web server with tomcat/apache. For the moment, we are working on shared sources via samba. Would be CVS a good thing for our environnment ? Are there any model of organisation that

AW: Path in JSP

2001-11-20 Thread Reto Badertscher
Sorry for the error : path '/image/logo.gif' should be 'image/logo.gif' Regards Reto -Ursprüngliche Nachricht- Von: Reto Badertscher [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 20. November 2001 14:53 An: [EMAIL PROTECTED] Betreff: Path in JSP Hello, when accessing a JSP thru a

Losing session during forward from servlet to jsp?

2001-11-20 Thread Peter Rutner
Hi I'm using tomcat 4.0.1 and I have a servlet that extends from HttpServlet, Which has got common functionality like checking for a valid session and also has common methods that perform functionality like forwarding HTTP request to another url and puts some application data in the session. In

RE: Apache 1.3.22 Tomcat 4.0.1-- Connector issue

2001-11-20 Thread Kemp Randy-W18971
Did you start Tomcat before Apache? -Original Message- From: Prasad Kallimath [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 5:20 PM To: Tomcat Users List Subject: RE: Apache 1.3.22 Tomcat 4.0.1-- Connector issue Hi, The error message says, Web-application not yet

Re: CVS

2001-11-20 Thread Samuel Rochas
Bonjour, Laurent Michenaud wrote: Would be CVS a good thing for our environnment ? CVS, or any other configuration management tool is a must while having a team working on a project. You can use some free tools, like the CVS with clients like WinCVS. You can use some (mostly quite expensive)

SESSIONS.ser persistent storage?

2001-11-20 Thread Mohamed Nabil Lokbani
Hi, I installed tomcat4.0.1. w/ apache 1.3.14 on Linux as one instance for multiple users. server.xml'file isn't accessible to users. WebAppDeploy module is used in Apache. I used org.apache.catalina.startup.UserConfig like the one showed on the tomcat's documentation, for example:

RE: CVS

2001-11-20 Thread Jim Rueschhoff
We use CVS in our development environment. We have a 4 developer staff. We develop using the Forte CE IDE which offers built in support for CVS. After using MS Source Safe previously, the CVS philosophy is sufficiently different that it took some getting used to. However we now feel

Re: Configuration of Domino JDBC Driver...

2001-11-20 Thread Roger Varley
1. What steps must I follow to configure tomcat to use the JDBC Driver correctly. The documentation for the Domino JDBC is a nightmare. I have a servlet using the driver that is working under Tomcat. Make sure that you have JdbcDomino.jar and notes.jar defined in your class path. The server

IIS40 and Tomcat

2001-11-20 Thread Karlheinz . Thomas
Hello tomcat user, I'm a newbie with Tomcat,so maybe this problem is easy to fix. We develop a jsp/servlet - webapplication for the Intranet by using IIS4.0 and tomcat. We like to start this application without any servername, e.g. http://servername/app; It should be possible to call this app by

RE: CVS

2001-11-20 Thread Laurent Michenaud
Ok, but i've got a lot of question about the organisation. Here how i would see the cvs server for our case : - There would be a cvs server with different branches( stable, developpement... ) - Each developper would get a version, work it on local and then update it( i don't have any ideas

AW: Losing session during forward from servlet to jsp?

2001-11-20 Thread Reto Badertscher
Hi, i know that doesn't help you, but i'm just doing the same on Tomcat 4.0.1 without any problem. Reto -Ursprüngliche Nachricht- Von: Peter Rutner [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 20. November 2001 15:05 An: Tomcat Users List Betreff: Losing session during forward from

AW: CVS

2001-11-20 Thread Ralph Einfeldt
Our opinion: - A team can't be to small to use version management. (I wouldn't even work with out vm if I where alone) - CVS does a good job in version management - CVS has some drawbacks, due to its history (no transactional check in, handling of directories awkward, it's sometimes hard

Re: CVS

2001-11-20 Thread John M. Corro
- How the CVS server gets organized is based on preference, in my experience. Usually, I've seen a branch for each individual project and then another one for your organization's library of known stable code (connection mgr, XML utilities maybe, etc) - When you say that each developer would get

Re: CVS

2001-11-20 Thread keiths
I can only say that you should be using it. It is excellent. Many of us develop servlets on windows (using the WinCVS client) for deployment on linux/apache/tomcat (and many others). We use a unix box for our repository. Laurent Michenaud wrote: Hi, I work in a web agency and we are

Re: Path in JSP

2001-11-20 Thread Craig R. McClanahan
On Tue, 20 Nov 2001, Reto Badertscher wrote: Date: Tue, 20 Nov 2001 14:53:08 +0100 From: Reto Badertscher [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Path in JSP Hello, when accessing a JSP thru a servlet (forward) the following path

Re: CVS

2001-11-20 Thread Craig R. McClanahan
The source code of Tomcat itself, like all of the other projects at Apache, is managed via CVS. You can browse it online to see how we organize things, though the Source Code links on the Jakarta web site. Craig On Tue, 20 Nov 2001, Laurent Michenaud wrote: Date: Tue, 20 Nov 2001 15:04:25

Re: CVS

2001-11-20 Thread Peter Davison
Hi Laurent. I think you are on the right track. Here's how we used CVS in my last work environment which worked great - IMHO. One central CVS server. Everytime our CM person performed a successful build the project's files would be tagged with that builds ID. This way we could always

RE: CVS

2001-11-20 Thread Laurent Michenaud
We prefer to use cvs rather than Ms SafeSource. I was asking still questions : - What's better ? a repository for each project or a module for each project ? - Is it a good idea to use CVS for binary files ? i was thinking about class files, and all the jpeg/gif files... - What would do the

Re: CVS

2001-11-20 Thread Peter Davison
Consider yourself flamed. :-) My experience with VSS was that it did not work. We actually had a person in one of our offices who was responsible for maintaining VSS - this wasn't their only job of course, but it consumed a great deal of their time. Our team was working on a separate

Re: CVS

2001-11-20 Thread Samuel Rochas
Bonjour, Laurent Michenaud wrote: We prefer to use cvs rather than Ms SafeSource. That _is_ a good decision! - What's better ? a repository for each project or a module for each project ? I prefer one module for each project. - Is it a good idea to use CVS for binary files ? i was

RE: how to use Tomcat 4 with IIS 5.0???

2001-11-20 Thread Matt Laywell
I found this in the archives it was very helpful. http://www.vacodi.com/howto/tomcat/iisnt/index.html -Original Message- From: John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 4:05 AM To: [EMAIL PROTECTED] Subject: how to use Tomcat 4 with IIS 5.0??? Hi all, I have

ISAPI_REDIRECT.dll Tomcat3.3/Win2k/IIS5

2001-11-20 Thread Robert Keddie
I have done everything possible and I still get the red arrow! Is there something I missing? Maybe something special to this configuration? ANything would be appreciated! Robert Keddie web development Marion County, FL -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Re: CVS

2001-11-20 Thread keiths
see my responses below... Laurent Michenaud wrote: Ok, but i've got a lot of question about the organisation. Here how i would see the cvs server for our case : - There would be a cvs server with different branches( stable, developpement... ) Unless there is a major structural difference

Re: CVS

2001-11-20 Thread Mark Muffett
For a relatively simple project, where you just need source code control (with branches,etc), how about RCS? - I've used it for the last 5 years, even for code I've developed on my own (I looked at CVS but, at the time, anyway, RCS was a lot easier to use). I believe CVS is just an interface on

Re: JSP/Servlet Web Hosting?

2001-11-20 Thread Timothy Fisher
are you sure thats the right URL.. I cant get it to come up --- Allan Kamau [EMAIL PROTECTED] wrote: www.aoindusties.com web hosting with TC,Cocoon,JBoss,PostgreSQL/Interbase/mySQL might be a good try. --- C Cayetano [EMAIL PROTECTED] wrote: Anyone know or can recommend a reasonable

RE: JSP/Servlet Web Hosting?

2001-11-20 Thread Ansari, yaser
Its www.aoindustries.com -Original Message- From: Timothy Fisher [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 20. November 2001 16:34 To: Tomcat Users List Subject: Re: JSP/Servlet Web Hosting? are you sure thats the right URL.. I cant get it to come up --- Allan Kamau [EMAIL

RE: ISAPI_REDIRECT.dll Tomcat3.3/Win2k/IIS5

2001-11-20 Thread Larry Isaacs
This is the combination I test with at home. There wasn't anything special needed to get this working. I assume you have restarted the IIS Admin service (or restarted the system). If all the settings are correct, it may be that you have a corrupt isapi_redirect.dll. You can try downloading it

RE: JSP/Servlet Web Hosting?

2001-11-20 Thread McDowell, Mark
http://www.aoindustries.com does work... (left out the r in industries :) -Original Message- From: Timothy Fisher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 9:34 AM To: Tomcat Users List Subject: Re: JSP/Servlet Web Hosting? are you sure thats the right URL.. I cant

AW: CVS

2001-11-20 Thread Ralph Einfeldt
See below: -Ursprüngliche Nachricht- Von: Laurent Michenaud [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 20. November 2001 16:12 An: Tomcat Users List Betreff: RE: CVS We prefer to use cvs rather than Ms SafeSource. I was asking still questions : - What's better ? a

RE: JSP/Servlet Web Hosting?

2001-11-20 Thread Timothy Fisher
ahh, thanks for pointing that out! --- McDowell, Mark [EMAIL PROTECTED] wrote: http://www.aoindustries.com does work... (left out the r in industries :) -Original Message- From: Timothy Fisher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 9:34 AM To: Tomcat Users

Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Gary Fix
Hi! I'm just beginning to experiment with Tomcat on Windows NT 4.0 Workstation, SP6, with PWS and Tomcat 3.2.3... I am able to run the example servlets and a sample one I created that uses the jdbc-odbc... I can also run a servlet that uses the GET method... My problem is when I try to run a

RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Paul Foxton
Hi, Have you implemented the doPost() method in your servlet or the doGet()? It needs to be doPost if you're posting from a form. -Original Message- From: Gary Fix [mailto:[EMAIL PROTECTED]] Sent: 20 November 2001 16:34 To: '[EMAIL PROTECTED]' Subject: Error 405: HTTP method POST

RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Gary Fix
Hi! Yes, I forgot to add that I implemented the doPost() method in my servlet... thanks for checking... -Original Message- From: Paul Foxton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 8:12 AM To: 'Tomcat Users List' Subject: RE: Error 405: HTTP method POST is not

Tomcat4.0 as NT Service

2001-11-20 Thread Ratnakar Palle
Hi All, I've a quick question. I was successful in running the Tomcat 3.x as NT Service using jk_nt_service.exe. Do we've something similar for Tomcat4.x? Thanks in advance, -Ratnakar -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

Tomcat 4.0.1 Webapp Module

2001-11-20 Thread Matt Sales
Hello, I am upgrading from JServ to Tomcat 4.0.1 on RH Linux 7.2 with Apache 1.3.22. Under JServ, I relied heavily upon JSSI. Now, I'm migrating the .jhtml files to .jsp. However, with mod_webapp, it seems I can only map _directory paths_ to servlets, not _file extensions_. With JServ--or

the classloader doesn't like XML in TC 3.2.3 and TC 4.0

2001-11-20 Thread Arnaud Héritier
Snif, I'm in despair :-) I'm developping a web application with the Struts Framework. All worked correctly until I need to develop a new servlet used to transform XML Documents in HTML with Xalan. I used xerces with Struts, and all was good. But now I added xalan (xalan.jar,xml-apis.jar,

RE: ISAPI_REDIRECT.dll Tomcat3.3/Win2k/IIS5

2001-11-20 Thread Robert Keddie
I downloaded the redirect and installed it and still a no go. Can you send me yours? Maybe that would work? thx Robert Keddie web development Marion County, FL [EMAIL PROTECTED] 11/20/01 10:41AM This is the combination I test with at home. There wasn't anything special needed to get this

RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Gary Fix
Paul, your reply triggered a thought and subsequent solution! What I had done was to run the servlet first using the GET method, then changed it to use the POST method, recompiled, ran the web page and got the error... Then I realized Tomcat is holding my old GET method servlet im memory! So I

Re: Tomcat 3.2.3 and Linux JDK 1.3.1

2001-11-20 Thread David Wall
My ulimit already shows: core file size (blocks) 100 data seg size (kbytes) unlimited file size (blocks) unlimited max memory size (kbytes) unlimited stack size (kbytes) 8192 cpu time (seconds) unlimited max user processes 2048 pipe size (512 bytes)8 open files

How To Unload A TomCat Servlet To Reload A New Instance?

2001-11-20 Thread Gary Fix
Hi! I'm (still) experimenting with Tomcat on Windows NT 4.0 Workstation, SP6, with PWS and Tomcat 3.2.3... Now my question is, once I have loaded a Tomcat servlet, is there a way to unload it to get an updated version loaded, without having to shutdown the entire Tomcat? thanks in

mod_webapp and NetBSD

2001-11-20 Thread Robert Schmid
I've got Tomcat running on a macppc NetBSD 1.5Y box with Linux emulation. However, when I try to run apache with mod_webapp.so I get Cannot load /usr/local/apache/libexec/mod_webapp.so into server: /usr/local/apache/libexec/mod_webapp.so: Unsupported relocation type 10 in non-PLT relocations I

RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Paul Foxton
phew - glad you figured it out because I was pretty stumped : ) Thats odd though, because tomcat should auto reload your servlet by default when you've recompiled and then requested it, you shouldn't have to restart tomcat. If your servlet is in a directory under

Re: How To Unload A TomCat Servlet To Reload A New Instance?

2001-11-20 Thread Denis Haskin
Gary Fix wrote: Now my question is, once I have loaded a Tomcat servlet, is there a way to unload it to get an updated version loaded, without having to shutdown the entire Tomcat? Yes, see the documentation for server.xml:

Re: Tomcat4.0 as NT Service

2001-11-20 Thread Paul Kofon
Hi, Yes. There's a Windows installer that comes with Tomcat 4.x. It makes installing Tomcat 4.x as a Windows NT(2K) service as easy as selecting a check box during the installation process. Regards, Paul From: Ratnakar Palle [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED]

[TC4] How to know when tomcat is properly shut down?

2001-11-20 Thread Endre Stølsvik
The catalina.sh and related scripts all start the Bootstrap.java class and asks it to shut down Catalina. This script, if successful in connecting to the shutdown port of Catalina, returns immediately. This whether or not there is 8953289527 pending database commits or whatever that has to be

RE: How To Unload A TomCat Servlet To Reload A New Instance?

2001-11-20 Thread Gary Fix
Hi! Yes, I found the reference to reloadable=true when you define a context in the server.xml file... I tested it and see it works now... thanks for all the speedy help! gary... :-) -Original Message- From: Denis Haskin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 10:06 AM

Re: [TC4] How to know when tomcat is properly shut down?

2001-11-20 Thread Paul DuBois
The catalina.sh and related scripts all start the Bootstrap.java class and asks it to shut down Catalina. This script, if successful in connecting to the shutdown port of Catalina, returns immediately. This whether or not there is 8953289527 pending database commits or whatever that has to be

Startup.sh error and doubt.

2001-11-20 Thread root
Hi all, my name is Giuliano and I write from Italy. My system is Caldera eServer2.3,kernel 2.4.12+grsecurity, apache1.3.22,tomcat src 3.2.3,jdk1.3.1_01,jre1.3.1_01,jaxp-1.1, jsse-1.0.2,ant-1.4.1,servletapi3.2.3,tomcat 20011102. I have a doubt with the files:

Tcat 4.0.1 : Is the 403 error-page handler broken?

2001-11-20 Thread Bragg, Casey
Hello all... Since upgrading to Tomcat 4.0.1, I've had the following problem with my 403 error-page (I think I remember this working fine in beta 6). Here's my error page descriptor in my webapp's web.xml : error-page error-code403/error-code

RE: Tomcat 4.0.1 Webapp Module

2001-11-20 Thread Meyer, James
I had the same problem and went back to using mod_jk with tomcat 4.0.1. Your old apache + mod_jk config files will still work. However just make sure you have enabled the ajp13 or ajp12 worker in tomcat's server.xml file -James Meyer -Original Message- From: Matt Sales [mailto:[EMAIL

Tomcat on Linux

2001-11-20 Thread Sergey Snovsky
Hello! I'd like to ask some advice on how to best run Tomcat on Linux -- how can I make Tomcat start at the init time (possibly using chkconfig or something similar) and how do I make Tomkat run as the Tomcat user/group -- what files under Tomcat distribution should be owned by whom? Thank

Authentication filters, web.xml, and portability

2001-11-20 Thread DONNIE HALE
Folks, We've got a Tomcat 3.2.1-based interceptor in which we implement access to a custom realm for authentication, authorization, etc. We've implemented our own java.security.Principal; and we do what's needed to support getRemoteUser, getPrincipal, isUserInRole, etc. We'd like to get away

Can´t see some XML files with Tomcat 4.0.1....

2001-11-20 Thread Rafolo
My application had been working perfectly using Tomcat 3.2.1. Now i´ve just installed Tomcat 4.0.1. Now, my problem is that there are some XML files witch doesn´t present properly in Explorer, they are not transformed into HTML, but they have attached a correct XSL file. The strange thing

RE: Tomcat4.0 as NT Service

2001-11-20 Thread Chris Wilson
where is this installer? i've never seen it. it would be great to use. thanks, chris | chris wilson || web dev ||| [EMAIL PROTECTED] || | www.wondergeek.com | | -Original Message- From: Paul Kofon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 12:45 PM To: [EMAIL

Re: Tomcat on Linux

2001-11-20 Thread Mika Goeckel
Hi Sergey, you can use sudo -u tomcat /path-to-the-dist-dir/bin/startup.sh to start the instance up as another user. However, this restricts the ports to above 1024, because other than apache, tomcat does not have the feature to start up as root, gain the socket for port 80 and change the user

Re: Tomcat on Linux

2001-11-20 Thread Paul DuBois
At 1:56 PM -0500 11/20/01, Sergey Snovsky wrote: Hello! I'd like to ask some advice on how to best run Tomcat on Linux -- how can I make Tomcat start at the init time (possibly using chkconfig or something similar) and how do I make Tomkat run as the Tomcat user/group -- what files under

RE: Tomcat4.0 as NT Service

2001-11-20 Thread Chris Wilson
i found it. disregard my message. thanks, chris | chris wilson || web dev ||| [EMAIL PROTECTED] || | www.wondergeek.com | | -Original Message- From: Chris Wilson Sent: Tuesday, November 20, 2001 2:21 PM To: 'Tomcat Users List' Subject: RE: Tomcat4.0 as NT Service where is

RE: Apache 1.3.22 Tomcat 4.0.1-- Connector issue

2001-11-20 Thread Prasad Kallimath
I have st up both apache and Tomcat as services in Windows. When I looked at the logs, I found that, apache is getting started before TOmcat. Is there any way to control the Windows Services, I mean execution order. Prasad --- Kemp Randy-W18971 [EMAIL PROTECTED] wrote: Did you start Tomcat

Download question?

2001-11-20 Thread JStanczak
I have a question on the download for Tomcat 4. Which one do you download for a Solaris 8 box? It says in the directions to download the zip. Is this right? What's the tar there for? I installed the GNU Tar and when I untar it, it said check sum error. I got Tomcat 3.3, in tar form, when I

RE: Apache 1.3.22 Tomcat 4.0.1-- Connector issue

2001-11-20 Thread DONNIE HALE
In the root registry entry for the service (HKLM\SYSTEM\CurrentControlSet\Services\service-name), you can add a REG_MULTI_SZ with the name of any services which must be started prior to the service in question. See the Alerter service as an example of a service with that parameter set. It's

CVS vs. Aegis

2001-11-20 Thread Carl Boudreau
Does anyone have an opinion about the Aegis software package? winmail.dat Description: application/ms-tnef -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Where IS mod_webapp ??

2001-11-20 Thread Endre Stølsvik
I've apparently missed out on something, because where is the mod_webapp for the different OS'es and where is the source (because the one in the tomcat 4.0 binary tree for linux is apparently using the wrong api, it should be using EAPI..) I've understood that there is something called j-t-c,

Re: CVS

2001-11-20 Thread Jeff Kilbride
Anybody interested in CVS should take a look at the online version of Karl Fogel's book: cvsbook.red-bean.com It helped me get up and running with CVS in about a day. Thanks, --jeff - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

mod_jk vs. mod_webapp tomcat4

2001-11-20 Thread Robert Schmid
Which connector is the preferred or suggested connector for tomcat 4? I've seen some people saying they switched back to mod_jk. Is mod_jk more desireable until mod_webapp is more advanced? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Location of JSSE .jar files in Tomcat 3.3?

2001-11-20 Thread Greg Bailey
Hi, I'm in the process of attempting to update our web environment from Tomcat 3.2.3 to Tomcat 3.3, and one of our applications (a SOAP one) failed to find JSSE classes. The 3 files jcert.jar, jnet.jar, and jsse.jar are all located in /var/tomcat/lib/apps, since they would potentially be shared

executing an arbitrary binary in the FS

2001-11-20 Thread Christoph Kukulies
I want to execute an arbitrary binary in the Win2000 box from within a servlet. It used to work on the unix system and I forgot whether I had to tweak some policy file or what to allow this being done from a Servlet via a Process .exec. -- Chris Christoph P. U. Kukulies [EMAIL PROTECTED] --

Tomcat dies with Signal 11

2001-11-20 Thread Daren Desjardins
We are running our webapp on Tomcat 3.2.2 and have been experiencing a Signal 11 Stack Overflow error occasionaly. It occured on two machines one day, 1 machine the next, and 3 the on third day. The error states it occurred in function 'Clone'. At first we thought it might be caused by some kind

RE: Location of JSSE .jar files in Tomcat 3.3?

2001-11-20 Thread Larry Isaacs
Tomcat 3.3 has more levels of classloaders that Tomcat 3.2.3, which is likely why this issue appears. Class visibility between classloaders may not allow the JSSE jars to function in lib/apps. They may need to be in the same classloader as some other jar. I haven't yet played using JSSE except

Apache 1.3.22 Tomcat 4.0.1-- Connector issue W2K SOLUTION

2001-11-20 Thread Mike Kelley
This is by no means the one and only solution .. I am/was having problems with connecting apache 1.3.22 and TC 4.0 The tutorial I read had said to add the following lines at the end of the httpd.conf WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples But

RE: mod_jk vs. mod_webapp tomcat4

2001-11-20 Thread GOMEZ Henri
Which connector is the preferred or suggested connector for tomcat 4? I've seen some people saying they switched back to mod_jk. Is mod_jk more desireable until mod_webapp is more advanced? As a mod_jk developper, I will say use mod_jk with TC 4.0.1 since it support more WebServer and is

Re: Where IS mod_webapp ??

2001-11-20 Thread Chad Johnson
The WebApp Module has a little webpage. Take a look here. http://nagoya.apache.org/~pier/ -Chad Johnson - Original Message - From: Endre Stølsvik [EMAIL PROTECTED] To: Tomcat user list [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 2:51 PM Subject: Where IS mod_webapp ?? I've

Re: Tomcat dies with Signal 11

2001-11-20 Thread Denis Haskin
Daren Desjardins wrote: We are running our webapp on Tomcat 3.2.2 and have been experiencing a Signal 11 Stack Overflow error occasionaly. It occured on two machines [...] Server Specs: - JVM Params: -server -XX:NewSize=128m -XX:MaxNewSize=512m -Xms512m -Xmx1792m

Tomcat shutdown error

2001-11-20 Thread Matt Sales
Hello, I've recently installed Tomcat-4.0.1 and am running it on RH 7.2 with apache 1.3.22. Occasionally, when I shut down tomcat using bin/catalina.sh stop, I get the following exception and stack trace dump: Catalina.stop: java.net.ConnectException: Connection refused

Re: JDBCRealm always fails after using diff. CATALINA_BASE

2001-11-20 Thread Jeremy Pierson
I've been working at this all weekend. Just checking to see if anybody out there's got any idea as to why this is happening... thanks again! On Monday, November 19, 2001, at 06:59 PM, Jeremy Pierson wrote: I decided to try to run the different apps on one server under separate Tomcat

Help! ErrorDispatcherValve throws NullPointerException on 403 forbidden!

2001-11-20 Thread Bragg, Casey
This is a simplified followup to a previous email. I'm completely stuck! Please help! On Tomcat 4.0.1, I'm getting an Error 500 caused by the following exception when I should get a 403 forbidden error-page. The exception : 2001-11-20 16:03:49 HttpProcessor[8080][4] process.invoke

RE: ISAPI_REDIRECT.dll Tomcat3.3/Win2k/IIS5

2001-11-20 Thread Rob Griffin
Robert, I've just got ISAPI_REDIRECT working after a considerable amount of frustration. Check these things: 1. That you have a jakarta virtual directory defined in IIS. If it is not you get: - GET /jakarta/isapi_redirect.dll 500

Tomcat4.0 - server.xml Q

2001-11-20 Thread Ratnakar Palle
Hi All, I just installed Tomcat4.0 and noticed that there are two services in server.xml file called Tomcat-Standalone and Tomcat-Apache. If I'm running the Tomcat4.0 with Apache1.3, do I still need to have two services or Tomcat-Apache alone would be sufficient. Thanks in advance, -Ratnakar

Re: [repost] loading class files

2001-11-20 Thread Satish Talim
Hi, As suggested, I have unjarred the downloaded MySQL JDBC driver jar file and placed it in H:\jakarta-tomcat-4.0.1\webapps\netaps\WEB-INF\classes directory along with its package structure. It now works ie. the Driver class is found but somehow fails to register with the DriverManager class

RE: problem when build WebApp module.

2001-11-20 Thread Ming Xinghui-w12393
Hi, This is Jenny. I want to integrate Tomcat4.0 with Apache1.3.20 on AIX4.3, so I download webapp-module-1.0-tc40-src.tar.gz . After untar webapp-module-1.0-tc40-src.tar.gz, I began to build WebApp module. $ ./configure --with-apxs=/usr/local/apache/bin/apxs --with-java \

Re: CVS

2001-11-20 Thread Barry White
Man, that sounds cool. :) - Original Message - From: Peter Davison [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 9:57 AM Subject: Re: CVS Hi Laurent. I think you are on the right track. Here's how we used CVS in my last work environment

  1   2   >