how to exclude a jar from being deployed

2002-11-11 Thread Etienne Deleflie
Hello list, is it possible to exclude a jar from bring deployed by Tomcat ?. The jar is in WEB-INF/lib ... and needs to be served by Webstart (along with all the other jars in WEB-INF/lib) , but breaks the webapp when it is deployed by Tomcat. etienne -- To unsubscribe, e-mail:

RE: Apache mod_jk's session not sticky

2002-11-11 Thread Ralph Einfeldt
Compare your setup against: http://www.ubeans.com/tomcat/ Make shure that you have set the jvmRoute in the engine element. Make shure that you use response.encodeUrl() for any link and any form action. Look at the sessionid in the cookie/url. It should contain information about the route. > -

Re: filter doesn't work at Tomcat4.1.12!?

2002-11-11 Thread Kristian A. Leth
Does your web.xml read like this ? http://java.sun.com/dtd/web-app_2_3.dtd";> Or like ? http://java.sun.com/dtd/web-app_2_2.dtd";> Must read like the top line or Tomcat won't understand that filter tags are a part of the web.xml Med venlig hilsen Kleth -

Re: WAR fails to auto expand ?

2002-11-11 Thread Jacob Kjome
You probably have the context defined in server.xml, right? If so, you have to expand the directory yourself before Tomcat starts. The auto-deploy will only work if you *don't* have a defined with a "docBase" attribute that matches the name of the .war file (minus ".war). For instance, if yo

Re: Configuration issues with IBM HTTP Server

2002-11-11 Thread Kristian A. Leth
"As a security precaution, Internet Explorer does not automatically resubmit your information for you. " Sounds like an Internet Explorer problem! Try to lower security on IE or test it using Mozilla or Opera. Else try extending the timeout on the warp connection. Med venlig hilsen Kleth --

Re: filter doesn't work at Tomcat4.1.12!?

2002-11-11 Thread Jacob Kjome
Hi Johnny, Based on the limited info you provided, I can't point to your exact problem, but there are a few general things to check to make sure you have configured properly. Make sure that you have your filter defined and provide a mapping for it such as this: My Filter org.mypacka

Re: WAR fails to auto expand ?

2002-11-11 Thread Paul Campbell
Yes it looks ok. At 10:22 PM 11/11/02, you wrote: >Check that the Host element is supporting the expanding of WAR files. > >(in server.xml) > > >... stuff ... > > >Paul Campbell wrote: > >>I have an context entry in server.xml where I specify >>debug=9 and logging to unique log file

filter doesn't work at Tomcat4.1.12!?

2002-11-11 Thread Johnny Cui
Hi all, I am trying to deploy a filter to my application in Tomcat 4.1.12, since the code for filter is a sample code from reference book and I do exactly to the web.xml for my application, however , the filter did not work. Does anyone had experience in deploy filters on Tomcat4.1.12? Does To

RE: WAR fails to auto expand ?

2002-11-11 Thread Johnny Cui
-- To unsubscribe, e-mail: For additional commands, e-mail: Hi all, I am trying to deploy a filter to my application in Tomcat 4.1.12, since the code for filter is a sample code from reference b

Re: WAR fails to auto expand ?

2002-11-11 Thread Jon Eaves
Check that the Host element is supporting the expanding of WAR files. (in server.xml) ... stuff ... Paul Campbell wrote: I have an context entry in server.xml where I specify debug=9 and logging to unique log file: This is the log file: Cheers, -- jon -- Jon Eaves <[EMAIL PROTECTED]> htt

Re: WAR fails to auto expand ?

2002-11-11 Thread Kwok Peng Tuck
What is your webapp name in the first place? Also if you run it from the command line do you see output ? What's the contents of $CATALINA_HOME/logs/catalina.out ? Paul Campbell wrote: I have an context entry in server.xml where I specify debug=9 and logging to unique log file: This is the log

Re: WAR fails to auto expand ?

2002-11-11 Thread Paul Campbell
I have an context entry in server.xml where I specify debug=9 and logging to unique log file: This is the log file: StandardContext[/equiv]: Starting StandardContext[/equiv]: Processing start(), current available=false StandardContext[/equiv]: Configuring default Resources StandardContext[/equiv]

Re: WAR fails to auto expand ?

2002-11-11 Thread Kwok Peng Tuck
Do you see any errors in $CATALINA_HOME/logs/catalina.out or in the console (might be in the log files as well) ? Paul Campbell wrote: In the Application Developer at the page noted below, I find information about the behavior of a .war file. http://localhost:8080/tomcat-docs/appdev/deployment

WAR fails to auto expand ?

2002-11-11 Thread Paul Campbell
In the Application Developer at the page noted below, I find information about the behavior of a .war file. http://localhost:8080/tomcat-docs/appdev/deployment.html It says: Copy the web application archive file into directory $CATALINA_HOME/webapps/. When Tomcat is started, it will automaticall

mod_jk.log entries

2002-11-11 Thread Chad Cannell
I am seeing a lot of chatter in my mod_jk.log: [jk_ajp13_worker.c (326)]: Error ajp13_process_callback - write failed [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters [jk

Re: Cannot create Oracle driver not matter what I do!

2002-11-11 Thread Nick Bauman
Don't put it everywhere. I've seen things break consistently when put in more than one classloader. Put it in your commons/lib directory. I'm using this and it works just fine under 4.0.4. Can you verify that you can reproduce the problem under 4.0.4? > > All attempts to create an Oracle database

SSI servlet calling CGI programs problem with pathInfo

2002-11-11 Thread Nick Bauman
Using Tomcat 4.1.12 on Linux with Sun JDK 1.4.1_01, I've found that a include directive such as: Causes Tomcat to print: "CGI script not found or not specified. Check the HttpServletRequest pathInfo property to see if it is what you meant it to be. You must specify an existant and executable f

Cannot create Oracle driver not matter what I do!

2002-11-11 Thread ira . waxberg
All attempts to create an Oracle database pool in 4.1.12 have failed. java.sql.SQLException: Cannot create JDBC driver of class 'oracle.jdbc.driver.OracleDriver' at org.apache.commons.dbcp.BasicDataSource.createDataSource(Unknown Source) at org.apache.commons.dbcp.BasicDataSource

RE: [BULK] - RE: Basic Setup Question...

2002-11-11 Thread Chuck Williams
Thanks for the links/info! I'm up and running with mod_jk on Apache 2.0.39 and Tomcat 4.0.3! Ta! Charles Williams Sr. Solutions Architect Document Switch Team 703-338-5162 http://www.vitria.com -Original Message- From: Turner, John [mailto:JTurner@;AAS.com] Sent: Monday, November 11,

Apache mod_jk's session not sticky

2002-11-11 Thread William Lee
I'm using Apache 2.0.43, mod_ssl, mod_jk 1.2, and Tomcat 4.1.14 (the test release). I've set up Tomcat so it runs behind the apache. My test of having 1 worker behind a load balancer works perfectly without any problem. However, once I added another machine, it seems like my user's session i

Re: Jk2 not forwarding to Tomcat 4.1 from Apache 2

2002-11-11 Thread Robert L Sowders
Hi Robert, You should search again for JkUriSet and jkset. Here is a how to, that Umberto posted the other day. http://marc.theaimsgroup.com/?l=tomcat-user&m=103533464604597&w=2 If you get all the major pieces installed correctly then the configs are the same no matter what your platform is.

REPOST: 4.1.12 won't start on Windows Me

2002-11-11 Thread todd thorner
Hi, I get the following error output when I try to start Tomcat: ERROR reading C:\Utilities\Java\Tomcat 4.1\conf\server.xml At Line 3 /Server/Listener/ Catalina.start: java.lang.ClassNotFoundException: org.apache.catalina.mbeans.ServerLifecycleListener

Re: Hot Deploy an Application in Tomcat 4.1.12?

2002-11-11 Thread Craig R. McClanahan
On Mon, 11 Nov 2002, Ryan Cornia wrote: > Date: Mon, 11 Nov 2002 16:35:25 -0700 > From: Ryan Cornia <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Hot Deploy an Application in Tomcat 4.1.12? > > Is there a way to "hot" deploy a new applic

Re: Open source recommendation engine for Tomcat ?

2002-11-11 Thread Kwok Peng Tuck
Ah ha! Thanks. Haven't really seen anything like that written with servlets though. I'd recommend Kristian to take a peek in sourceforge.net to see what they have. Couldn't hurt to look. Turner, John wrote: I'm guessing, based on the original post, that it's code that provides recommendations

RE: Pager Tag Library - Broken in 4.1.12 - I've got the fixed code and with an added feature

2002-11-11 Thread Dan Payne
I've had to use the pager taglib with a declared url as in: I'm deploying over several contexts and no context resolution was being made by the library to the explicit url declaration That and leaving it up to the library's default behavior didn't always produce the desired results.

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Jose Antonio Martinez
My exact scene is the following: i have some linux machines with apache for static and php shared hosting. I want to offer tomcat hosting but i know that only few clients are going to want it so i dont want to install and maintain several tomcat server on all machines. I would like to have a uniqu

Tomcat Linux process...

2002-11-11 Thread Keith Pemberton
All, Just wanting to know if ppl have noticed that the 4.1.12 linux process will not properly shutdown under Redhat 8.0. When either stopping the process manually or shutting down my computer, it always hangs on the shutting down of the tomcat process. Anyone else with this experience an

Hot Deploy an Application in Tomcat 4.1.12?

2002-11-11 Thread Ryan Cornia
Is there a way to "hot" deploy a new application into tomcat 4.1.12 without restarting? The catch is I need to setup a JNDI datasource in the server.xml. Is there a way to do that, have tomcat recognize the new context and create the new JNDI resource without having to do a restart. OS is linux if

Re: SSL in tomcat vs. apache

2002-11-11 Thread Craig R. McClanahan
On Mon, 11 Nov 2002, Lloyd Meinholz wrote: > Date: Mon, 11 Nov 2002 15:33:16 -0500 > From: Lloyd Meinholz <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: SSL in tomcat vs. apache > > Does anyone have any comparison facts or opinions on the

Jk2 not forwarding to Tomcat 4.1 from Apache 2

2002-11-11 Thread Robert Williams
Hi, I have looked in the list archives and google for a solution to my problem but to no avail. I am using: Apache/2.0.43 mod_jk2 from jakarta-tomcat-connectors-4.1.12 Tomcat 4.1.12 Solaris 9 on an Ultra -1 (sparc) When I set up apache with no virtual hosts every thing works fine. I connect fin

Tomcat Web Application Manager

2002-11-11 Thread Kavansa Gardner
I'm getting exception error "file not found" when I try to > setup a new web > application. > > path:/unlimited config URL:http//localhost:8080/webapps/unlimited > WAR URL:file:/jakarta-tomcat-4.1.12/webapps/unlimited > > Is this correct? > > Can someone please help. > Kavansa -- To unsu

webapps_mod

2002-11-11 Thread Chuck Williams
Ok, I've narrowed things down to the missing webapps_mod.so file. Where can I find this file for Solaris 2.8 or the source code so I can build it? Charles Williams Sr. Solutions Architect Document Switch Team 703-338-5162 http://www.vitria.com

binary for mod_webapp?

2002-11-11 Thread Chuck Williams
Can someone send me the mod_webapp.so binary for Solaris 2.8? I'm an end-user, not a developer and I keep getting dependency errors when I try to configure and build it from the source code. Thanks in advance! Charles Williams Sr. Solutions Architect Document Switch Team 703-338-5162

RE: Tomcat 4.1 and apache 1.3 how-to

2002-11-11 Thread Madere, Colin
Beatty, I will soon have a mod_jk binary for Apache 2.0 on Solaris 7 SPARC. I've got it working on x86 and will attempt in the next couple of weeks to duplicate the process on a SPARC box and post results (also will submit the binary to whereever or whoever is keeping a library of them). Can't b

Re: SSL in tomcat vs. apache

2002-11-11 Thread Srinadh Karumuri
If you want to encrypt the entire site, it is a good idea to use Apache for SSL. That way you don't have to worry about it in the code. Sri At 03:33 PM 11/11/2002, Lloyd Meinholz wrote: Does anyone have any comparison facts or opinions on the difference in running SSL in apache vs. SSL in tomcat

Apache + one TC for each webapp

2002-11-11 Thread Srinadh Karumuri
All, I read many postings on how to configure multiple tomcats for load balancing etc. But my case is genuine (I feel). :) We have a web site up and running for 1 1/2 yrs. using Apache 1.3, mod_jk and tomcat 3.1 and we access it as below: https://myhost.domain.com/myapp1 Now we need to add an

SSL in tomcat vs. apache

2002-11-11 Thread Lloyd Meinholz
Does anyone have any comparison facts or opinions on the difference in running SSL in apache vs. SSL in tomcat (Java)? We're running on Sun boxes and using JDK 1.4.1 if that matters (other than JSSE is built-in). Most of our sites are dynamic, but we are currently using a web server for authentica

Configuration issues with IBM HTTP Server

2002-11-11 Thread Anitha Radhakrishnan
Hello All, We are running IBM HTTP Server 1.3.12.5 powered by Apache for an application on WebSphere Application Server and CommerceSuite. The problems that we are experiencing are with the " JSP Page has expired " warnings . The exact text is shown below: " The page you requested was created u

Re: TOMCAT + IIS

2002-11-11 Thread Kiev
Great! It worked just fine. Thanks. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 5:08 PM Subject: RE: TOMCAT + IIS > > http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm > > John > > > > ---

RePost: Manager App question

2002-11-11 Thread Daniel Dugal
While trying to configure Tomcat and Apache for Virtual Hosting customers, I found Glen Nielson's post from the tomcat-users list archives and wanted to say thanks a ton - it has been invaluable! I have noticed however that a customer who has the manager app deployed can install a web app that is

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Milt Epstein
On Mon, 11 Nov 2002, [iso-8859-1] Jose Antonio Martinez wrote: > but i have the following scene: i have a ftp server in the same > machine than the apache server, so i use an ftp account for > uploading my website. i want upload jsp files but jpg or php files > too. I think the tomcat server need

Tomcat4 Linux Process...

2002-11-11 Thread Keith Pemberton
All, Just wanting to know if ppl have noticed that the 4.1.12 linux process will not properly shutdown under Redhat 8.0. When either stopping the process manually or shutting down my computer, it always hangs on the shutting down of the tomcat process. Anyone else with this experience an

CoyoteConnector and tomcatAuthentication=true

2002-11-11 Thread Becker, Michael
Hey all, I'm currently running IIS as the front-end to Tomcat 4.1.12 using the JK2 2.0.1 release of isapi_redirector2.dll. When I use the CoyoteConnector, it authenticates for me (creates a Principal for me) and does not pass information to my Realm implementation. When I use the Ajp13Connector

RE: TOMCAT + IIS

2002-11-11 Thread Turner, John
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm John > -Original Message- > From: Kiev [mailto:kiev.gama@;pbt.com.br] > Sent: Monday, November 11, 2002 1:01 PM > To: Tomcat Users List > Subject: TOMCAT + IIS > > > Hi, > > Would anybody get me a link to a tutorial showing how to

TOMCAT + IIS

2002-11-11 Thread Kiev
Hi, Would anybody get me a link to a tutorial showing how to make the IIS execute JSPs and Servlets using tomcat 4.0.4 Note: I've chosen the "NT Service" option when I installed Tomcat in my Windows XP, does it change anything? Because I've found something about the integration of ISS using a jk_

Re: Problems with DB2ConnectionPoolDataSource - "Cannot create JDBCdriver"

2002-11-11 Thread Fabio Mengue
Hi Andrew, You are trying to set up a connection pool, right ? I think you might use something like: (server.xml) factory org.apache.commons.dbcp.BasicDataSourceFactory driverClassName COM.ibm.db2.jdbc.app.DB2Driver

Re: recommended reading

2002-11-11 Thread Craig R. McClanahan
On Sun, 10 Nov 2002, andreas palsson wrote: > Date: Sun, 10 Nov 2002 01:23:42 +0100 > From: andreas palsson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: recommended reading > > Hi. > > I am very new to the world of Tomcat and servlets/j

RE: Basic Setup Question...

2002-11-11 Thread Turner, John
mod_webapp, as far as I know, is no longer actively developed. The actively supported connectors at the moment are JK (mod_jk) and JK2 (mod_jk2), with current and future development efforts going to JK2. John > -Original Message- > From: Jdev [mailto:jdev@;javanet.info] > Sent: Monday,

Re: Basic Setup Question...

2002-11-11 Thread Jdev
As suggested today by Tiago Ferraz Machad there is howto for warp connection http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_03.jsp On Mon, 11 Nov 2002 10:02:50 -0800 "Chuck Williams" <[EMAIL PROTECTED]> wrote: > I'm just getting the pieces I need setup and am having trouble ge

Re: Rare request delay of 100 seconds

2002-11-11 Thread Jeff Tulley
Yeah, sorry - didn't catch that. Not the Nagle v. Delayed ack problem (Unless your delayed ack timeout is HUGE) :) Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., the leading provider of Net business solutions http://www.novell.com >>> [EMAIL PROTECTED] 11/11/02 10:33:42 AM >>> Je

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Turner, John
Which way you go is up to you. It sounded like you were concerned about having to FTP multiple files to your Tomcat server, as well as FTP multiple files to your Apache server. Doing so, while it might work, doesn't take advantage of deployment features built into Tomcat. For example, to deploy

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Jose Antonio Martinez
Thanks John for your fast help. you say in your last mail: '...this is one of the reasons there are WAR files,the Tomcat Manager and Admin apps, and deploy tools...' can you be more explicit about the way i should take? --- "Turner, John" <[EMAIL PROTECTED]> escribió: > > In that scenar

Problems with DB2ConnectionPoolDataSource - "Cannot create JDBC driver"

2002-11-11 Thread Andrew D Johnson
I'm trying to configure Tomcat to use a DB2ConnectionPoolDataSource, but I'm experiencing problems which appear to be related to configuration - more specifically the datasource I've defined in the server.xml file, and the datasource returned from the InitialContext within the code are different.

Re: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Jdev
You can always use NFS to export a directory in the apache host. Eli On Mon, 11 Nov 2002 19:12:55 +0100 (CET) "Jose Antonio Martinez" <[EMAIL PROTECTED]> wrote: > I think the tomcat > server need to have jsp files localy located , and > then i must copy or move the jsp files from the apache > to

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Turner, John
In that scenario, yes, you are right. JSP, class and servlet files need to be on the Tomcat server. However, this is one of the reasons there are WAR files, the Tomcat Manager and Admin apps, and deploy tools, etc. The point of my original post was that there is no reason to mix static and dyna

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Jose Antonio Martinez
but i have the following scene: i have a ftp server in the same machine than the apache server, so i use an ftp account for uploading my website. i want upload jsp files but jpg or php files too. I think the tomcat server need to have jsp files localy located , and then i must copy or move the jsp

Re: memory and cpu jsp/servlets abuse

2002-11-11 Thread Tim Funk
You can always nice the untrusted JVMs. That way, even if the JVM is taking 100% - the system will give priority to any other process which is also not nice'd. -Tim Jose Antonio Martinez wrote: hi, i am thinking about developing a multidomain tomcat hosting with private jvm. One of the possibl

RE: Basic Setup Question...

2002-11-11 Thread Turner, John
Yes, you're missing a connector and a significant amount of configuration. Before going down this road, you should determine whether you even need Apache or not. You can run Tomcat alone on port 80. If you decide you want to use Apache + Tomcat, then you will need to pick a connector, install a

memory and cpu jsp/servlets abuse

2002-11-11 Thread Jose Antonio Martinez
hi, i am thinking about developing a multidomain tomcat hosting with private jvm. One of the possible problem here are the bad programmed servlets/jsp wich can abuse of memory and cpu resources. There is an easy way for cutting memory abuse (whith apropiate value for the JAVA_OPTS at the 'startup.

Basic Setup Question...

2002-11-11 Thread Chuck Williams
I'm just getting the pieces I need setup and am having trouble getting Tomcat to work with Apache. My Apache server runs just fine. My standalone Tomcat server runs just fine. What do I need to do to get Apache to forward servlet/JSP requests to Tomcat? I've setup the Tomcat-Apache service as foll

Multiple realms or some other way?

2002-11-11 Thread Larry Meadors
I am using the LDAPRealm that comes with 4.1.12, and have had no problems with it. However, the LDAP server I am getting authentication from is flaky, and needs to be restarted too frequently - sometimes 1-2 times per month, sometimes 3-5 times per day. Consistency is the mark of greatness. ;-)

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Turner, John
It is not necessary to synchronize the directories. Typically, most people use these mappings for Tomcat requests: "/*.jsp", and "/servlet/*". Requests for other content would never get to Tomcat. If you had output from a JSP or servlet that referenced a GIF file, it wouldn't matter. In your o

tomcat + apache (synchronization in different machines )

2002-11-11 Thread Jose Antonio Martinez
Hi everybody, I want to have an apache server in a machine and a tomcat server in a different machine. I know i can use mod_jk to redirect jsp/servlets petitions from the apache to the tomcat server ... but: it seems it is needed that the webapps directory be the same at both machines... so i must

RE: Friendly error messages when Tomcat is down

2002-11-11 Thread Tansley, Robert
That doesn't work for me, I'm afraid. I actually get two different error message codes: If I start up Apache, and try and access the webapp before Tomcat has started, I get WebApp: Error 500. If I've started up and subsequently shut down Tomcat while Apache is running, I get WebApp: Error 404.

Re: Rare request delay of 100 seconds

2002-11-11 Thread Randy Watler
Jeff, Thanks for the response. I did want to clarify... we are seeing very rare requests that are delayed by 100 seconds, (not 100ms). Anything measured in seconds seems to be very slow for protocol issues like these, no? Randy Watler Finali Corporation Jeff Tulley wrote: > Could it simply be t

RE: Friendly error messages when Tomcat is down

2002-11-11 Thread Chad Cannell
You say you have tried the: ErrorDocument 500 ./systemUnavail.html directive? We are using this and it works well when Tomacat is down. c -Original Message- From: Andrew Ormsby [mailto:andrew.ormsby@;lexicle.com] Sent: Monday, November 11, 2002 11:29 AM To: [EMAIL PROTECTED] Subject: Fri

Re: Configuring multiple domains and web applications

2002-11-11 Thread Andoni
I really must thank you for this mail. It has freed me from weeks of trying to find out how to do this simple thing. Thanks, Andoni. - Original Message - From: "Kristján Bjarni Guðmundsson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 2

RE: Error in mod_jk.log

2002-11-11 Thread Turner, John
If I remember correctly, its because the connection to the client was closed. For example, someone browsing to a new page or closing their browser before the response is finished. John > -Original Message- > From: Ben Ricker [mailto:bricker@;wellinx.com] > Sent: Monday, November 11, 20

Error in mod_jk.log

2002-11-11 Thread Ben Ricker
I see the following error logged into the mod_jk log intermittently. I do not get any calls or anything like that, but I am wonderign what the error is saying? Anyone have any idea Here is the error: [jk_ajp_common.c (961)]: Error ajp_process_callback - write failed Thanks, Ben Ricker Wellinx.c

Re: Configuring multiple domains and web applications

2002-11-11 Thread Kristján Bjarni Guðmundsson
You have to add a new host and context into the server.xml for each new host for example like this: "Andoni" <[EMAIL PROTECTED]> 11.11.2002 14:33 Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To "Tomcat Users List" <[EMAIL PROTECTED]> cc Subject

Re: Configuring multiple domains and web applications

2002-11-11 Thread Andoni
My question is similar to the one below: I am configuring Tomcat 3.2.1 / Apache 1.3 to VHost for multiple web-apps. Do I have to include the WebApp name in each request? Can I hide the WebApp name from the user? I have been told to use the root web-app but this is only of use once. I can also

Re: Problem in Tomcat Servlet calling JBoss EJB running on a different machine

2002-11-11 Thread Anthony Geoghegan
Tomcat -nonaming switch used? The Tomcat JNDI server conflicts with JBOSS's you have to switch it off from the command line. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Giuseppe Sorce" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROT

RE: Configuring multiple domains and web applications

2002-11-11 Thread Turner, John
This guide was originally posted by Glenn Nielsen on Aug 8, 2002. It may help you. See attached. John > -Original Message- > From: Lee Grey [mailto:leegrey@;mindspring.com] > Sent: Friday, November 08, 2002 9:33 PM > To: Tomcat Users List > Subject: Configuring multiple domains and we

Problem in Tomcat Servlet calling JBoss EJB running on a different machine

2002-11-11 Thread Giuseppe Sorce
Scenario: * Client Development Machine Win2K prof. NetBeans IDE 3.4 Tomcat 4.0 (integrated in NetBeans) JDK 1.3.1 * Server EJB Container Linux RedHat 7.1 JDK 1.3.1 jboss-3.0.3_tomcat-4.1.12 * Test Application Very simple, look at http://www.adwanted.com/jboss/ for details - Only 1 S

Replacing mod_webapp "WebApp: Error 404" page

2002-11-11 Thread Tansley, Robert
Hello, We're running a live service using Tomcat (4.0.6) and Apache 1.3, using mod_webapp. From time to time, to upgrade the software etc., we need to restart Tomcat. If people access the site while we're doing this, they get the rather unfriendly error message: WebApp: Error 404 (File: wa_requ

RE: Tomcat 4.1 and apache 1.3 how-to

2002-11-11 Thread Turner, John
I'll add a comment on "slowness" of Tomcat...it's probably your app, not Tomcat. We just launched a beta of an application ported to Tomcat using the Struts library. The original app is "traditional" 3-tier Microsoft using ASP/VB and COM+ to a SQL Server database. The same processes, ported to

RE: Open source recommendation engine for Tomcat ?

2002-11-11 Thread Kristian A. Leth
That's what I need! I've been looking at serveral clickstream tools for Apache, but none of them populates a database with "recommendations". I wasn't able to find any for Tomcat and I was wondering wether anyone had made a servlet, filter or anything useable for that purpose. Med venlig hilsen

RE: Tomcat 4.1 and apache 1.3 how-to

2002-11-11 Thread Turner, John
If you send it to me as well, I'd be glad to host it on my site for others. John > -Original Message- > From: Ricky Leung [mailto:ricky@;booksense.com] > Sent: Monday, November 11, 2002 1:12 AM > To: Tomcat Users List > Subject: RE: Tomcat 4.1 and apache 1.3 how-to > > > just compile

RE: Open source recommendation engine for Tomcat ?

2002-11-11 Thread Turner, John
I'm guessing, based on the original post, that it's code that provides recommendations based on previous activity, much like Amazon and others do when you see their home page. John > -Original Message- > From: Kwok Peng Tuck [mailto:pengtuck@;makmal.com] > Sent: Monday, November 11, 2

Re: Help with simple mod_jk conf

2002-11-11 Thread Jdev
Thank you John you are right my localhost was wrong but now I have no errors inside my mod_jk.log but I still n have Internal Server Error for any jsp request without :8080 prefix. in response to: > The simplest mod_jk configuration is to just stick Listener elements into > server.xml that call t

RES: [Windows2k] Start tomcat as Service

2002-11-11 Thread Tiago Ferraz Machado
Gary, I started TomCat as a service on Win 2k with this program : http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/win32/i386/jk_nt_service.exe And I proceed just as described here : http://turkey.fu.is.saga-u.ac.jp/education/tomcat&iis%5Ctomcat_e.asp#TOMservice I hope this

AW: Sending GIF image from tomat web application to browser

2002-11-11 Thread Power-Netz \(Schwarz\)
> -Ursprungliche Nachricht- > Von: Peter Lee [mailto:tomcatuser@;shaw.ca] > Gesendet: Dienstag, 5. November 2002 11:52 > An: [EMAIL PROTECTED] > Betreff: Sending GIF image from tomat web application to browser > > > > I am trying to send GIF or JPEG images from a Tomcat web > application

RES: Configuring multiple domains and web applications

2002-11-11 Thread Tiago Ferraz Machado
Hi Lee, I found this page that explain exactly what you want... http://www.codesta.com/knowledge/technical/tomcat_warp_apache/index.jsp I hope this help you... []'s Tiago. -Mensagem original- De: Lee Grey [mailto:leegrey@;mindspring.com] Enviada em: sexta-feira, 8 de novembro de 2002

RES: [Windows2k] Start tomcat as Service

2002-11-11 Thread Tiago Ferraz Machado
Gary, I started TomCat as a service on Win 2k with this program : http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/win32/i386/jk_nt_service.exe And I proceed just as described here : http://turkey.fu.is.saga-u.ac.jp/education/tomcat&iis%5Ctomcat_e.asp#TOMservice I hope this

RE: Tomcat 4.1 and apache 1.3 how-to

2002-11-11 Thread Milt Epstein
On Sun, 10 Nov 2002, Beatty, Z wrote: > So basically, I am never going to find a binary mod_jk.so for > Solaris 7 on Sparc? I am just trying to confirm, before I give up > trying to connect Apache and Tomcat. I always have the standalone > Tomcat to fall back on, but it is awfully slow. Others