Tomcat and FHS conformance

2001-11-01 Thread =?646?q?Christoph_Sch=3Fnfeld?=
why do the RPMs obtainable from jakarta.apache.org place Tomcat in /var/tomcat? The FHS says /var should contain variable data but Tomcat is a program. So actually it belongs into /usr/lib/tomcat or somewhere else. But the classes and config files definitely do not belong into /var, right? I

RE: unsubscribe!!

2001-11-01 Thread Donie Kelly
Good point. It doesn't actually work... Donie -Original Message- From: Elm Gysel [mailto:[EMAIL PROTECTED]] Sent: 31 October 2001 16:31 To: Tomcat Users List Subject: Re: unsubscribe!! You are right! I apologize! My boss was crappy and I did it without thinking! Lets go have a beer!

MySQL jdbc connection url

2001-11-01 Thread Andrius
Hello, What's the correct MySQL jdbc connection url? I'm trying to setup jdbcRealm on tomcat 4.0.1, and using this url pattern : connectionURL=jdbc:mysql://localhost/authority?user=test;password=test but it goes wrong - it says Invalid authorization exception: Access denied for user:

Re: MySQL jdbc connection url

2001-11-01 Thread Roland Carlsson
It url should be formed like any other url so you should use to separate name=value. Not ; as u have done jdbc:mysql://localhot/db?user=namepassword=pw Regards Roland Carlsson - Original Message - From: Andrius [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent:

RE: Help: Tomcat 3.2.3 and IIS Win2000

2001-11-01 Thread Larry Isaacs
I assume you looked at the Troubleshooting section of the IIS howto document and checked what it suggested. If you created the registry entries manually, I would recommend renaming the conf\iis_redirect.reg-auto to iis_redirect.reg and using it to create the registry entries. This avoid the

RE: Solving JSPErrors

2001-11-01 Thread Larry Isaacs
I have vague recollections seeing a similar error on a JSP page that had too many custom tags (hundreds, I think). Reducing the number of tags was the only workaround found. If this is not the problem (a JSP page with error in its name probably doesn't have lots of custom tags), then you can

Tomcat Architecture

2001-11-01 Thread ash s
Hi ! Can someone give me some pointers where I could get to know the architecture of Tomcat. One way to understand the architecture is knowing and understanding the classes available in Tomcat and compare it with the servlet specifications given by Sun microsystems. If somebody could give a site

Re: tomcat and servlet directories

2001-11-01 Thread mperreno
Tomcat looks for servlets classes in the /webtxt/WEB-INF/classes directory move your servlets there. I've installed TomCat 3.2 and it's serving .JSP files as it supposed to. But now I have a new project which I have to work my way into, and it's not working as it should. Look at the

RE: Shutting down apache tomcat server

2001-11-01 Thread Larry Isaacs
The conf/ajp12.id file is written when Tomcat starts up. It stores at least the port number of the Ajp12Interceptor used to invoke the shutdown. It can also store a password and other info to help make shutting down more secure. When executing tomcat.sh stop or shutdown.sh, Tomcat will try to

Re: Apache 4.0 and Mod_webApp.so

2001-11-01 Thread Pier Fumagalli
Nita at [EMAIL PROTECTED] wrote: The mod.so has been installed and the directive LoadModule webapp_module modules/mod_webapp.so along with libapr.dll has been added to modules directory The error confg file gives the following error [Wed Oct 31 19:13:26 2001] [alert] Apache.exe: Could not

Re: Problem with mod_webapps and com.oreilly.servlet

2001-11-01 Thread Pier Fumagalli
It's a known bug which has been fixed quite a long time ago... Use one of the nightly from http://nagoya.apache.org/~pier/ Pier Mangi, Rick at [EMAIL PROTECTED] wrote: it's a known bug with the warp connector. Use the ajp13 connector and it should work. -Original Message-

Re: Invalid command 'WebAppConnection'

2001-11-01 Thread Pier Fumagalli
Lauer, Oliver at [EMAIL PROTECTED] wrote: Hi, that's my conf: # TOMCAT-Settings LoadModule webapp_module libexec/mod_webapp.so WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples/ WebAppInfo /webapp-info How do I've to set Apache to

Re: mod_webapp/apache solaris 8 compile problems

2001-11-01 Thread Pier Fumagalli
Cracauer, David D. at [EMAIL PROTECTED] wrote: From my distro of GCC (both on Sol8 x86 AND sparc), libgcc is already included as a .so in /usr/local/lib... Just make sure you export the correct LD_LIBRARY_PATH by doing: Where did you get your distro? http://www.sunfreeware.com/ Or thru

Re: Anyone use Catalina on FreeBSD in production?

2001-11-01 Thread Pier Fumagalli
Andy Zeneski at [EMAIL PROTECTED] wrote: Does anyone use Tomcat 4 on FreeBSD in a production environment? I am wondering how stable the JVM port is and how well things behave. We had TC3.3 for a long time on www.apache.org, but the VM (yes, I have to admit it), is still not ready for prime

Re: tomcat on mainframe

2001-11-01 Thread Pier Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: has anyone installed TOMCAT on the mainframe (IBM os/390)? Do you know how this would work? Where I could get the binaries (if there are any)? thank you greatly for your timeit's appreciated! I know it works for sure because IBM has a

Re: Invalid command 'WebAppConnection'

2001-11-01 Thread Pier Fumagalli
Well, by doing this, basically, you remove all the webapp configuration... Since Apache cannot see the WebAppConnection directive, it means that somehow the module has not been loaded/added. By adding an IfModule section, simply Apache will not consider those directive, as the module is not

Re: unsubscribe!!

2001-11-01 Thread Pier Fumagalli
Donie Kelly at [EMAIL PROTECTED] wrote: Good point. It doesn't actually work... Ok... I lost track of WHO actually wanted to be unsubbed... Please, whoever wants to unsubscribe, write to [EMAIL PROTECTED]. Cheers... Pier -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: tomcat on mainframe

2001-11-01 Thread Nikola Milutinovic
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: has anyone installed TOMCAT on the mainframe (IBM os/390)? Do you know how this would work? Where I could get the binaries (if there are any)? thank you greatly for your timeit's appreciated! I know it works for sure

Migrating from Tomcat 3.XX to Tomcat 4.0

2001-11-01 Thread Vasant Kumar
HI All I m using Tomcat 3.2.2 on W2k. My web application is working fine in T3. I have down loaded the installation(.exe) version of T4. I have these few questions. These problems might have been addressed previously but I would appreciate anyone forwarding those mails or directing how I can

Newbie-Tomcat3.3+Apache1.3

2001-11-01 Thread Joel
Dear, I am trying to integrate Tomcat 3.3 with Apache 1.3 As per the documentations I assume that following 3 files apart from httpd.conf are required for integration 1) server.xml 2) mod_jk.conf 3) workers.properties Are my assumption correct or is there any other files left for config.

RE: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Mangi, Rick
Pier, I don't think this makes a whole lot of sense. I understand the advantages of a forum vs. a mailing list, but requiring people to look for a link at the bottom and then register to reply... it just ain't gonna happen, and you're going to spend a lot of time reminding people to check if

Re: Shutdown Tomcat

2001-11-01 Thread Yoav Shapira
Howdy, My two cents... Solaris 2.6 on an Ultra 10, tomcat 4.0.1, takes about 20 seconds for complete startup, less than five seconds for complete shutdown (process gone and everything). My setup right now has 3 webapps, one of which spawns a couple of threads (but takes care to terminate them

RE: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Timothy Fisher
I think the forums are a GREAT addition! --- Mangi, Rick [EMAIL PROTECTED] wrote: Pier, I don't think this makes a whole lot of sense. I understand the advantages of a forum vs. a mailing list, but requiring people to look for a link at the bottom and then register to reply... it just

RE: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Mangi, Rick
let me clarify. I support the idea of a forum whole hartedly. I think it will cut down on repeat questions and answers. It will allow people to post much more detailed suggestions and solutions since you know that your posting will survive past 24 hours. However If I'm reading Pier's

HELP! - Yes...another Tomcat RMI problem

2001-11-01 Thread David Adams
(Yes, I went through the archives, with no luck) HI, Which TOMCAT config files need to be edited in order to use RMI. On JRun, I simply provided Java arguments to point to the stub and added a policy to grant socket access. It had a fluffy interface, and worked great. Tomcat on the other hand

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Abinesh S Puthenpurackal
I got my web application to work in tomcat 4.0.1 (Catalina). In Tomcat 4.0.1, the order of the contents in the web.xml seems to matter (E.g. All servlet definition must be before the servlet-mapping etc.). Except for the change in the web.xml, my war seems to working in Tomcat 4.0.1. This makes

RE: Newbie-Tomcat3.3+Apache1.3

2001-11-01 Thread Larry Isaacs
If you use the Tomcat 3.3 generated files, it should be as simple as (excluding acquisition of the mod_jk binary): 1) If you are using *nix, edit TOMCAT_HOME/conf/jk/worker.properties to use ps=/ instead of the default ps=\. 2) Start Tomcat with the jkconf option to generate the

Re: Apache 4.0 and Mod_webApp.so

2001-11-01 Thread Nita
Hello pier I guess u r right... so any right solution for it uptil now... Any progress Let me know The error given is as follows [Thu Nov 01 20:05:14 2001] [error] Connection conn cannot connect [Thu Nov 01 20:05:14 2001] [error] Cannot open connection conn [Thu Nov 01 20:05:42 2001] [error]

AW: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Elroy, Rebecca
I'm running Tomcat 3.2.3 and am successfully loading classes from jars in WEB-INF/lib. -Rebecca- -Ursprüngliche Nachricht- Von: Abinesh S Puthenpurackal [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 1. November 2001 15:34 An: Tomcat Users List Betreff: Re: ClassNotFoundException

RE: Repost: Running Tomcat 4.01 as a service on Win2k

2001-11-01 Thread Rida Ligurs
Why not just run the Tomcat 4.0.1 install executable in http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/ http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/ This installs Tomcat as a service. -Original Message- From: Andrew Bruno

Re: Apache 4.0 and Mod_webApp.so

2001-11-01 Thread Pier Fumagalli
Nita at [EMAIL PROTECTED] wrote: Hello pier I guess u r right... so any right solution for it uptil now... Any progress Let me know The error given is as follows [Thu Nov 01 20:05:14 2001] [error] Connection conn cannot connect [Thu Nov 01 20:05:14 2001] [error] Cannot open connection

Discussion forums

2001-11-01 Thread Smith, Lawrence T (Lance)
Pier, Great idea with the discussion forums!! Of course one suggestion:-) how about a general forum area that my not need to post to the user group but where we could discuss long winded topics without eating mail bandwidth? Things I am thinking of would be like a thread on development

Re: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Pier Fumagalli
Mangi, Rick at [EMAIL PROTECTED] wrote: Pier, I don't think this makes a whole lot of sense. I understand the advantages of a forum vs. a mailing list, but requiring people to look for a link at the bottom and then register to reply... it just ain't gonna happen, and you're going to spend

RE: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Larry Isaacs
So far, I haven't had any fundamental problems with using jar files in WEB-INF/lib, though there can always be issues. For example, in Tomcat 3.2.x, there are problems if your web app wants an XML parser different from the one being used by the server. There is one very big difference between

RE: Discussion forums

2001-11-01 Thread Donie Kelly
A great idea. The forum could just be an addition to a bigger site containing articles and how-to's. This type of information would automatically help newbies who are struggling with the technology and allow the forum to discuss more in-depth stuff or particular problems. Great work though. Keep

Re: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Pier Fumagalli
Mangi, Rick at [EMAIL PROTECTED] wrote: If I'm reading Pier's instructions correctly, then having to check at the bottom of a message for a link to tell you that this is a posting from the forum and directing you to click on the link and reply at the forum... that won't work. Nope...

Apache+mod_ssl and Tomcat+ssl

2001-11-01 Thread Adrian . Fortuzi
Hello all We are using Apache+mod_ssl in DMZ-Internet. We have a Firewall between DMZ and our Intranet. Tomcat 3.2 is in Intranet installed. Can we have Tomcat to perform SSL with Apache-Server too but through a Firewall? Apache server have to be authenticated through a Certificate in order

Re: Discussion forums

2001-11-01 Thread Pier Fumagalli
Smith, Lawrence T (Lance) at [EMAIL PROTECTED] wrote: Pier, Great idea with the discussion forums!! Of course one suggestion:-) how about a general forum area that my not need to post to the user group but where we could discuss long winded topics without eating mail bandwidth? Things I am

Re: tomcat stand alone and multiple ips.

2001-11-01 Thread Prasanna Uppaladadium
Hello. I had asked exactly the same question before and I had requested that the documentation be updated for Tomcat 3.2.3 (in the 3.2.3 docs, the inet option isn't even mentioned). I strongly support the idea that this should be part of a FAQ. Prasanna. Ilya Goldin wrote: That's actually

RE: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Mangi, Rick
Gotcha. I eagerly await the opposite :-) -Original Message- I'm still figuring out how to do the opposite, means, give me some time... I think that keeping up with mod_webapp, dealing with the jakarta-tomcat-services, moving mailing list server and keeping you all happy is a little

bug in Tomcat 3.2.2???

2001-11-01 Thread John_Dove
Hello Apache, I am a software engineer that works as an Enterprise Support Specialist at MapInfo Corporation, which is located in the United States of America. One of our main products (MapInfo's MapXtremeJava4.0) ships with TOMCAT3.2.2, and as of recent, we have been getting *customer

TC4, mod_webapp, WebAppDeploy, Path to webapp

2001-11-01 Thread Christian Gothe
Hi! I seems to me that an application given in the "application name" parameter of "WebAppDeploy" must be located in tomcat's webapps directory. But, how can I use a absolut path in my filesystem instead? Example: WebAppDeploy examples conn /examples/ /examples/ must be in

receiving requests from remote apache server

2001-11-01 Thread Peter Matulis
Hi gang, I have always put Apache and Tomcat on the same machine. Now, I want to have them live on separate systems. So my question is, when Apache receives a request, via mod_jk, how do I direct it to my remote Tomcat server(s)? Peter -- To unsubscribe: mailto:[EMAIL PROTECTED] For

Re: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread Henrik Schultz
What an excellent timing! I just subscribed to the mailing list today, and quickly discovered that the traffic volume is quite high. Wondered if there was a discussion forum instead - and voila! Your mail popped up!!! Thanks for a great initiative! Cheers - Henrik

Re: TC4, mod_webapp, WebAppDeploy, Path to webapp

2001-11-01 Thread Pier Fumagalli
Christian Gothe at [EMAIL PROTECTED] wrote: Hi! I seems to me that an application given in the application name parameter of WebAppDeploy must be located in tomcat's webapps directory. But, how can I use a absolut path in my filesystem instead? Example: WebAppDeploy examples

Re: MySQL jdbc connection url [ + server.xml bug]

2001-11-01 Thread Paul DuBois
At 1:51 PM +0100 11/1/01, Andrius wrote: Hello, What's the correct MySQL jdbc connection url? I'm trying to setup jdbcRealm on tomcat 4.0.1, and using this url pattern : connectionURL=jdbc:mysql://localhost/authority?user=test;password=test but it goes wrong - it says Invalid

RE: Welcome to the Tomcat 4.0 F.A.Q. on-line forum.

2001-11-01 Thread McDowell, Mark
Everyone, I have a simple question - I've looked in the documentation and can't seem to find it. I'm in the process of trying to use JBoss and Tomcat, and am poking around with Tomcat and wanted to use the admin pages. Except... I have NO IDEA what the user name and password is... Any

Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread JS
Okay I'm desparate. I need help. You guys have been great, but here's my deal: I have set up Tomcat 4.01 to serve jsp alongside apache. I'm trying to deploy an app that uses jdbc connections to mysql. I know the connections work, but I am having a problem setting up server.xml and web.xml

RE: admin pages.

2001-11-01 Thread Martin van den Bemt
You have to manually add a user to the tomcat-users.xml file, which has the admin role. Mvgr, Martin -Original Message- From: McDowell, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 5:14 PM To: 'Tomcat Users List' Subject: RE: Welcome to the Tomcat 4.0 F.A.Q.

Re: Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread JS
PS I am clueless on this one guys. -- Someone did a study of the three most-often-heard phrases in New York City. One is Hey, taxi. Two is, What train do I take to get to Bloomingdale's? And three is, Don't worry. It's just a flesh wound. -- David Letterman -- To

Re: receiving requests from remote apache server

2001-11-01 Thread Steve Brunton
Peter Matulis wrote: Hi gang, I have always put Apache and Tomcat on the same machine. Now, I want to have them live on separate systems. So my question is, when Apache receives a request, via mod_jk, how do I direct it to my remote Tomcat server(s)? I would assume that you would

RE: comparison between SERVLET/JSP to Cold Fusion

2001-11-01 Thread Henry
Then is there any existing tag library developed for easy database IO? and tools that bound java beans to databases (not to mention EJB, it can't be used in jsp as jsp:usebean ... which will not be useful in developing a pure database website FAST enough). also I see that use input in the form

RE: admin pages.

2001-11-01 Thread McDowell, Mark
Thanks! -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 10:18 AM To: Tomcat Users List Subject: RE: admin pages. You have to manually add a user to the tomcat-users.xml file, which has the admin role. Mvgr, Martin

RE: admin pages.

2001-11-01 Thread McDowell, Mark
I said thanks too soon... :( I tried adding the admin role to a user in tomcat-users.xml file, but it seems to make no difference... Is there a list of predefined roles somewhere? -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001

AW: bug in Tomcat 3.2.2???

2001-11-01 Thread Ralph Einfeldt
If you are using ie check if this might explain your problem: http://www.aswethink.com/employees/randy/tomcat/IOException.html If so, you can ignore it. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 1. November 2001 16:31 An:

All Classes in a jar

2001-11-01 Thread Snezhkov, Dimitry
List, I have tomcat 3.2.3. I was given an application that used to run under Jserv .All the files in the aplication is in one big Jar file. I assume, this jar file goes to WEB-INF/lib directory ? How, then, I can describe classes in this jar from web.xml? Do I need to do this if I don't need

Re: MySQL jdbc connection url [ + server.xml bug]

2001-11-01 Thread David Smith
An additional note on the character in the connection URL for MySQL... XML syntax is going to require the character be encoded as amp; so the real URL should loo something like: jdbc:mysql://localhost/authority?user=testamp;password=test This is how I had to write it in my server.xml file.

RE: admin pages.

2001-11-01 Thread Paul DuBois
I said thanks too soon... :( I tried adding the admin role to a user in tomcat-users.xml file, but it seems to make no difference... Is there a list of predefined roles somewhere? Why admin? The role should be manager. For example: tomcat-users user name=yourname password=yourpass

Re: Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread Pier Fumagalli
JS at [EMAIL PROTECTED] wrote: Okay I'm desparate. I need help. You guys have been great, but here's my deal: I have set up Tomcat 4.01 to serve jsp alongside apache. I'm trying to deploy an app that uses jdbc connections to mysql. I know the connections work, but I am having a problem

AW: comparison between SERVLET/JSP to Cold Fusion

2001-11-01 Thread Ralph Einfeldt
As I don't like tags that access the db directly I won't provide a link (Look on the jakarta site for some examples) If you want to ease the development of db aware beans you might want to take a look at: http://castor.exolab.org/ http://access1.sun.com/jdo/ -Ursprüngliche

jndi.properties

2001-11-01 Thread Jim Crossley
How do I make the default InitialContext use the jndi.properties in my application's WEB-INF/classes directory? I'm using 3.2.2 with the correct Interceptor: RequestInterceptor className=org.apache.tomcat.request.Jdk12Interceptor / I'm open to upgrading my Tomcat if that's the only way.

Re: MySQL jdbc connection url [ + server.xml bug]

2001-11-01 Thread Paul DuBois
At 11:48 AM -0500 11/1/01, David Smith wrote: An additional note on the character in the connection URL for MySQL... XML syntax is going to require the character be encoded as amp; so the real URL should loo something like: jdbc:mysql://localhost/authority?user=testamp;password=test This is

RE: comparison between SERVLET/JSP to Cold Fusion

2001-11-01 Thread Craig R. McClanahan
On Thu, 1 Nov 2001, Henry wrote: Date: Thu, 1 Nov 2001 09:10:30 -0700 (Mountain Standard Time) From: Henry [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: comparison between SERVLET/JSP to Cold Fusion Then is there any

RE: admin pages.

2001-11-01 Thread Martin van den Bemt
restart tomcat.. ;)) it does not reload the file.. and ehh.. for tomcat 4 it is manager and for tomcat 3 it is tomcat_admin or tomcat (couldn't get that quite clear, never used it..) Mvgr, Martin -Original Message- From: McDowell, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: chunking

2001-11-01 Thread Doug Davis
Another chunking question...turning allowChunking off seems to not only turn off tomcat's chunking but it also makes it so that if I want to do chunking myself (ie. set the header and chunk the data manually) tomcat seems to remove my Transfer-Encoding header. Shouldn't it just ignore it - and

Re: Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread JS
Maybe I should explain it a little better: My Set up: server.xml only has a service declared for apache mod_webapp. no stand alone. apache has WebAppDeploy for the application I want to be able to run the app from a directory under my apache doc root so I have my files under there

Re: Java beans

2001-11-01 Thread Craig R. McClanahan
There is no way to help you narrow this down unless you can show us the exception message and stack traceback that comes up on the error page. Whatever that problem says is why you got the error 500 page. It could be anything from a compilation error on the page itself to a NullPointerException

Re: Filters in Tomcat 4.0

2001-11-01 Thread Craig R. McClanahan
On -1 xxx -1, Donie Kelly wrote: From: Donie Kelly [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Filters in Tomcat 4.0 We have a filter attached to a servlet. Works fine except that on initial startup of Tomcat the filter fails to run the

Multiple instances of tomcat 4

2001-11-01 Thread Hauck, Joe
I am trying to set up Tomcat 4 to run multiple instances. I have set the CATALINA_BASE variable to a different path than CATALINA_HOME and have copied the server.xml file from $CATALINA_HOME/conf to $CATALINA_BASE/conf. I have changed the $CATALINA_BASE/conf/server.xml file so that ports 8XXX

jboss-tomcat-apache

2001-11-01 Thread meg
so... tomcat 4 and apache 1.3 works fine. jboss 2.4 with embedded tomcat 4 works fine too. but the three altogether is bang-head-on-wall matter for me. either i lose EJBs or i lose Apache. jboss folks say it's because jboss does not use tomcat's server.xml. maybe in the future, but not

RE: Filters in Tomcat 4.0

2001-11-01 Thread Donie Kelly
Sorry Craig but I would have include more information if I had it... Basically, no exceptions are thrown. It just acts as if the filter is not there. Subsequent requests work fine. What more can I say? Donie -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent:

Re: Filters in Tomcat 4.0

2001-11-01 Thread Pier Fumagalli
Craig McClanahan [EMAIL PROTECTED] wrote: What does fails to run mean? Does it throw an exception? It's difficult to respond to a question like this without a lot more details. --- This message has been posted through the

Re: Filters in Tomcat 4.0

2001-11-01 Thread Pier Fumagalli
Donie Kelly [EMAIL PROTECTED] wrote: Sorry Craig but I would have include more information if I had it... Basically, no exceptions are thrown. It just acts as if the filter is not there. Subsequent requests work fine. What more can I say?

How to set up Tomcat 4.0.x to call EJBs in JBoss 2.4.x

2001-11-01 Thread Janek Bogucki
Help! I'd like to run Tomcat 4.0.x and JBoss 2.4.x in separate JVMs on the same machine and have my servlets access EJBs within JBoss. How do I set up Tomcat to do this? I've read lots of posts in various mailing lists on this but it's still unclear to me. Is there a HOWTO or manual page for

RE: jboss-tomcat-apache

2001-11-01 Thread Parashar, Hitesh
Meg: We are in a similar situation. We are also trying to use the trio of Apache+JBoss+Tomcat. Did you try using the bundle of JBoss-2.4.3_Tomcat-3.2.3 instead of JBoss-2.4.3_Tomcat-4.0? Is JBoss-2.4.3_Tomcat-3.2.3 bundle more stable than JBoss-2.4.3_Tomcat-4.0? TIA, Hitesh. -Original

ClassNotFoundException

2001-11-01 Thread Smith, Lawrence T (Lance)
HELP!!! :-) I am running on win2kpro, java version 1.3.1_01, Apache Tomcat/4.0-b7 I am getting the following stack trace: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception

RE: Filters in Tomcat 4.0

2001-11-01 Thread Craig R. McClanahan
On Thu, 1 Nov 2001, Donie Kelly wrote: Date: Thu, 1 Nov 2001 17:17:42 - From: Donie Kelly [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Filters in Tomcat 4.0 Sorry Craig but I would have include more

Someone please explain Processes

2001-11-01 Thread David Molloy
Hi, Recently my system (SUSE7.2, running Tomcat4.0b6, Oracle8.1.7) has come crashing down around it's knees a few times, completely locking out all input, even terminals (gasp horror - restart button needed) - needless to say it's a big cause of concern. As a result of the problems I've been

RE: Someone please explain Processes

2001-11-01 Thread Randy Layman
These are threads, not processes, as been explained hundreds of times before on this list (the archives can be quite handy). The amount of memory is what is shared between all of the current threads. Randy -Original Message- From: David Molloy [mailto:[EMAIL PROTECTED]]

RE: admin pages.

2001-11-01 Thread McDowell, Mark
I have tried manager, tomcat, tomcat_manager and none seem to work. And yes, I did restart the server... :) Any other ideas? If there is an area of the documentation which covers this, I'd be GLAD to look at it... I just didn't find it so far... Mark -Original Message- From: Martin

Re: Filters in Tomcat 4.0

2001-11-01 Thread paul
your not using a requestdispatcher.forward are you because this does not trigger the filters - Original Message - From: Donie Kelly [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 5:17 PM Subject: RE: Filters in Tomcat 4.0 Sorry

RE: admin pages.

2001-11-01 Thread Craig R. McClanahan
For Tomcat 4 stand-alone, the relevant documentation is the Manager App HOW-TO that is included in the Tomcat 4 documentation, and is also available online at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html It tells you that the username and password are totally arbitrary,

Re: admin pages.

2001-11-01 Thread David Smith
Check the web.xml file in webapps/manager/WEB-INF for which role the manager app uses. The role listed in my install of TC 4.0.1 is manager. I'd also look at the docs at http://jakarta.apache.org for a how-to doc on the subject. I know one exists for TC 4 but I didn't see any mention of the

Form authentication/ password changing

2001-11-01 Thread sd7
I'm not sure if this is the right mailing list to post to... I use form authentication to authenticate certain users to restricted pages. I also want to let them change their passwords from time to time. How do I do this ? I'm use a combination of JSP/JavaBean/Servlet technology. Any help in

FW: Please help on integrating Tomcat 4.0/Apache1.3.20

2001-11-01 Thread Bin . Huang
Hi, Everyone I really need your help. I am new with tomcat/Apache. Recently I am trying to set up these system on my PC (NT 4.0 workstation) for development of some projects and finally will move everything to a server (most likely W2K). Because it is for development

Re: Form authentication/ password changing

2001-11-01 Thread Timothy Fisher
The answer will depend on where you are storing your user credentials (names, and passwords). Are you using a flat file, LDAP directory, database??? Tim --- [EMAIL PROTECTED] wrote: I'm not sure if this is the right mailing list to post to... I use form authentication to authenticate

RE: admin pages.

2001-11-01 Thread McDowell, Mark
By the way, I am using Tomcat 3.2.3, downloaded as part of the install for JBoss... Does that change anything? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 12:55 PM To: Tomcat Users List Subject: RE: admin pages. For Tomcat

mod_webapp: index.jsp question

2001-11-01 Thread Thomas Burns
http://host/myapp/index.jsp displays correctly http://host/myapp/ displays the same index.jsp correctly However http://host/myapp does not display index.jsp correctly. Instead I get the 404 error, page not found. After reviewing the docs I could find, I am left wondering how do I get

RE: admin pages.

2001-11-01 Thread McDowell, Mark
Here's the web.xml for the admin site: web-app security-constraint web-resource-collection web-resource-nameProtected Area/web-resource-name url-pattern/contextAdmin/*/url-pattern http-methodDELETE/http-method http-methodGET/http-method

Re: Form authentication/ password changing

2001-11-01 Thread sd7
I use the tomcat-users.xml file to store the user groups. Is there a more simple but yet secure way to protect access to pages other than form authentication, wherein I dont have to write the code for security. - Sujay Quoting Timothy Fisher [EMAIL PROTECTED]: The answer will depend on

Nightly mod_webapps Build

2001-11-01 Thread Scott Archer
Where can I find a copy of the Nightly mod_webapps build. (I have looked and looked and cannot find it) I was told it could possibly address the problem listed below. Thanks Tomcat 4.01 + Apache 1.3 I have mod_webapps installed, and everything

RE: admin pages.

2001-11-01 Thread Craig R. McClanahan
On Thu, 1 Nov 2001, McDowell, Mark wrote: Date: Thu, 1 Nov 2001 13:37:35 -0600 From: McDowell, Mark [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: admin pages. Here's the web.xml for the admin site: web-app

Re: Form authentication/ password changing

2001-11-01 Thread Timothy Fisher
Form-authentication is a good way to go. Make sure that the form is submitted over an SSL link. If not, you will be submitting the passwords over a clear channel. There are more scalable places of storing the user credentials than in the tomcat-users.xml file. This file is mainly intended for

mod_webapp

2001-11-01 Thread Martin Mauri
Hi users, could you tell me where to find information about mod_webapp? thanks in advance. Martin -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Tomcat 4.0 and HTTP BASIC auth using LDAP (Netscape Directory Server)

2001-11-01 Thread Parashar, Hitesh
Hi: We have our existing application running on iPlanet that uses the Netscape LDAP implementation. We want to migrate that application to Tomcat 4.0 / Apache. Is there any How-To for establishing HTTP basic auth with LDAP using Tomcat 4.0/Apache 1.3? TIA, Hitesh. -- To unsubscribe:

Does -d64 option for JDK 1.4.0b3 speed up Tomcat at all on Solaris?

2001-11-01 Thread Jonathan Eric Miller
I just installed the latest JDK 1.4 beta and noticed that there is now 64-bit support for Solaris. I noticed that there is a -d64 option in the java command. Does anyone know if this will speed up the performance of Tomcat at all, or what advantages it offers in that type of environment if any?

Re: Form authentication/ password changing

2001-11-01 Thread sd7
Thanks for all the help. I just have abt 39 users and I cant figure out how to instruct the server to use the flat file that has the user/password combinations. Should the flat file be necessarily a .xml file ? Isnt saving the password in ascii form less secure (?) Thanks again. Sujay

Problem with Apache1.3 Tomcat 4.0.1

2001-11-01 Thread Marko Sarunac
Hello Here is an intro to my system and description of the problem. Any suggestions/tips are greatelly appreciated I am running Apache 1.3 on Debian (Woody) and Tomcat 4.0.1 downloaded separatelly from jakarta I have installed and configure Tomcat standalone succesfully. However please note

Re: mod_webapp

2001-11-01 Thread Marko Sarunac
Martin, On http://jakarta.apache.org/builds/jakarta-tomcat- 4.0/release/v4.0.1/bin/linux/i386/ download and extract the tar file. in there that is INSTALL.txt that is nice and helpfull If you are not using linux go to http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/

Re: Form authentication/ password changing

2001-11-01 Thread Timothy Fisher
There is a sample tomcat-users.xml included with tomcat 4.0 in the conf directory. Just follow this format. Yes, the file must be in this format, unless you write your own connector. The server containing the tomcat-users file definitely must be protected. Yes, this is less secure than

  1   2   >