Publishing WSDL

2002-08-19 Thread "Thébault, Médérick"

Hello,

I got a web service which works under tomcat. Everything is fine but to
be as clean as possible, I would like to publish the wsdl by accessing
to some "http://..?wsdl";.

For the moment, Tomcat is responding to this request :
""http://localhost:8080/myservice?WSDL""; with

No WSDL document available for publishing.

Please check your deployment information.

So this proves that something is set somewhere but the wrong way. Do U
have an idea?

Thanx

Mederick



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Differences between tomcat 4.0.3. and Apache 1.3

2002-08-22 Thread "Thébault, Médérick"

Hello,

In deploying web service under Tomcat I read that a tricky move allows
to publish WSDL file by adding a line in the x_config.properties. I did
it and it works fine when accessong to Tomcat port.

But when I try to add apache on the top of it (with webapp module) this
behaviour does not occur anymore.

Does someone have an advice on that?

Thanx

Med

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




jk connector

2002-09-17 Thread "Thébault, Médérick"

This URL

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1
.2.0/

does not have any files?

Do you know where I can find it?

Thanx

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: jk connector

2002-09-18 Thread "Thébault, Médérick"

Thanx for your work. You save my live and protected my job.

Med

-Message d'origine-
De : Turner, John [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 17 septembre 2002 17:23
À : 'Tomcat Users List'
Objet : RE: jk connector



You have to build from source:

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.10/src/

Or select from the binaries that I have collected from myself and others
on
the list:

http://www.johnturner.com/howto

John


> -Original Message-
> From: "Thébault, Médérick"
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 17, 2002 11:16 AM
> To: Tomcat Users List
> Subject: jk connector
> 
> 
> This URL
> 
> http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/
> release/v1
> .2.0/
> 
> does not have any files?
> 
> Do you know where I can find it?
> 
> Thanx
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Differences Coyote/JK2 AJP1.3 vs AJP 1.3 Connector

2002-10-29 Thread &quot;Thébault, Médérick"
Hello,

What is the difference between those two connectors :





Both are in the Tomcat server.xml release.

In trying to setup Tomcat 4.1.12, Apache 2.0.42 amd mod_jk2, I went to
choose of one of this connector and could not make my mind. I had to try
and see which one is the right.

Does anyone have some tips or URLs to understand which one use in which
case?

Thanx

Med

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




worker2.properties

2002-11-07 Thread &quot;Thébault, Médérick"
Hello,

In setting up Tomcat 4.1.12 and Apache 2.0.42, I did the following for
worker2.properties:

[shm]
file=c:/shm.file
size=1048576

[channel.socket:myhost1.com:8009]
port=8009
host=127.0.0.1

[channel.socket:myhost2.com:8009]
port=8009
host=127.0.0.1

# define the worker
[ajp13:myhost1:8009]
channel=channel.socket:myhost1.com:8009

# Uri mapping
[uri:myhost2.com/TruckEnqui]
worker=ajp13:myhost2:8009

# Uri mapping
[uri:myhost1/TruckEnqui]
worker=ajp13:myhost1:8009

The goal was to deploy two instances of the same servlets (hence two
virtuals hosts).
It is working the way I want but I would like to know why this is
working with only one worker defined and linked (apprently) to myhost1?

As there is two virtual hosts on both apache and tomcat (dealing each
other clearly, I think), did I have to define two different workers, one
for each Vhost?

Thanx for any tip,

Med

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: tomcat-apache with webapp connector

2002-06-10 Thread &quot;Thébault, Médérick"

Hello,

Es tu français?


-Message d'origine-
De : Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]]
Envoyé : lundi 10 juin 2002 17:37
À : Tomcat Users List
Objet : Re: tomcat-apache with webapp connector


"Stanish, Brian" a écrit :

> I am using Tomcat 4.0.3 with Java SDK 1.4.0 along with Apache 1.3.24.
These are all running on a RedHat 7.2 box on which I do have root
access.
>
> I have followed the readme and install files and managed to get Tomcat
working standalone. Then I installed mod_webapp as a shared object for
Apache and edited my httpd.conf file to use that module:
>
> *
> LoadModule webapp_module /etc/httpd/modules/mod_webapp.so
> AddModule mod_webapp.c
>
> 
> WebAppConnection conn  warp  127.0.0.1:8008
> WebAppDeploy examplesconn  /examples
> WebAppDeploy manager conn  /manager
> WebAppInfo /webapp-info
> 
> *
>
> I am able to access tomcat by going to the URL
myhost.mydomain.com:8080 and I can access $tomcat_root/examples and
$tomcat_root/manager by going to myhost.mydomain.com/examples/ and
myhost.mydomain.com/manager/ respectively.
>
> What I would like to do however, is allow .jsp files (and eventually
servlets as well) in my html root. Currently if I have a file such as
myhost.mydomain.com/foo.jsp, apache returns it as source text.

Well it seems that your jsp files are not treated at all...
First of all yu do have to well understand how deployments are done
under Tomcat.

/examples works well because, basically, your tomcat is pre-configured
to work this way.
The ServerROOT for Tomcat is under /path/to/Tomcat/webapps.

When Tomcat is started, it looks in that directory and deploy every "web
application" found. In that case,
examples ROOT manager tomcat-docs and eventually webdav.
This deployement is controlled by the $TOMCAT_DIR/server.xml and
web.xml.

So try first to execute sample codes from the /examples deployement and
look if it goes right.
You can see it too in $TOMCAT_DIR/work/127.0.0.1/ directoty.

> I have looked for a way to tell apache that if it finds a jsp file it
should send it to tomcat for processing,

Once mod_webapp is compiled, well installed and declared as a shared
module, Apache knows that all jsp's are to be sent to this module,
according, obviously, to the Deployment done.

About the deployment, i was talking of the part dedicated to
Tomcat-Apache which is handled in your case by mod_webapp on server
127.0.0.1 ( hum, yu can forget it assuming that it is the default...) on
port 8008.
So that each Host and Context declared in this part AND WebAppDeployed
in httpd.conf will be concerned.

Yu may keep the structure described in THE 2.3 API Servlet:
/path/to/my/zone/webapps containing folders below:
./jsp  put jsp's files
./servlets for yur servlets
./WEB-INF/classes all .class files
./WEB-INF/lib all .jar files
./WEB-INF/web.xml describing how to handle yur jsp and servlets.

Don't forget that with no personal web.xml under WEB-INF, the deployer
will  understand that yu want to use the default one; that is
$TOMCAT_DIR/conf/web.xml.
For instance it says that a common servlet will be call by
http://myserver/servlet/MyServlet.


> but all I have found on the web and in newsgroups is how to do it
using either jserv or jk. Current documentation has recommended using
webapp as a connector, which is why I installed it, but does it disallow
me from having jsp's in my docroot? Any pointers would be appreciated.

Try to read the online documentation directly on yur server port 8080 (
if available) or go to the jakarta online doc
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html


>
>
> Thanks in advance.
>
> -Brian

Hope this help.

Jean-Luc :O)



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Tomcat and serlvet path

2002-06-10 Thread &quot;Thébault, Médérick"

Hi there,

I am trying to deploy servlet (Tomcat 4.0.x and Java 1.4). Strange isn't
it?

I managed to deploy my servlet but I would like to change the URL which
is myhost/mydirectory/servlet/myservlet.

I though this was possible in web.xml of my servlet, but can not
succeed.

Is there a way to change/avoid this?

Thanx

Med

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Tomcat and servlet

2002-06-11 Thread &quot;Thébault, Médérick"

Hi again,

I would like to change the URL of my servlet.

It can be access thru "http://localhost/servlet/MyServlet"; but I would
like to avoid "servlet" part.

In every example that I saw, the "servlet" part was always in. Is there
a way to set up something like alias?

Thanx

Med

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Tomcat and servlet

2002-06-11 Thread &quot;Thébault, Médérick"

Thanx for the answers, It helps the debate but...

I already deployed my servlet as mentionned in the documentation
(servlet path is webapps/myservlet to act as in webapps/examples).
Web.xml is quite simple as nothing is set in it. See below :

http://java.sun.com/dtd/web-app_2_3.dtd";>



But I still need to enter localhost/mypath/servlet/myservlet to access
it.

So Jean-Luc, I think I do not need to try your advice or am I completly
wrong and missing something essential?

And Markus, what do you mean by ROOT context? Setting ROOT in
conf/server.xml as /mypath/servlet will solve the case?

Thanx in advance,

Cheers.

Med

-Message d'origine-
De : Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 11 juin 2002 10:48
À : Tomcat Users List
Objet : Re: Tomcat and servlet


"Marek, Tomas" a écrit :

> Could give more details, please.
>
> tom
>
> -Original Message-
> From: Markus Kirsten [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 11, 2002 10:36 AM
> To: Tomcat Users List
> Subject: Re: Tomcat and servlet
>
> Hi Med,
> Deploy your servlet in the ROOT context instead.
>
> Markus
>
> On tisdag, juni 11, 2002, at 10:08 , Thébault, Médérick wrote:
>
> > Hi again,
> >
> > I would like to change the URL of my servlet.
> >
> > It can be access thru "http://localhost/servlet/MyServlet"; but I
would
> > like to avoid "servlet" part.
> >
> > In every example that I saw, the "servlet" part was always in. Is
there
> > a way to set up something like alias?
> >
> > Thanx
> >
> > Med
> >
> > --
> > To unsubscribe, e-mail:   <mailto:tomcat-user-
> > [EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:tomcat-user-
> > [EMAIL PROTECTED]>
> >
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

Well,

The other way is to simply Deploy your own servlet zone and add a
Your_Zone/WEB-INF/web.xml
to bypass the default web.xml responsible of this mapping...

Hope this help.

Jean-Luc :O)



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Tomcat and servlet

2002-06-11 Thread &quot;Thébault, Médérick"

Well It is working fine.

Thanx Jean-Luc. U could have answered "RTFM" as well.

Anyway, UR advice was a good one. All reside in web.xml.

First description of the servlet, then the URL and mapping data.

And the servlet is reachable by localhost/WebAppPrefix/servletname.
Tricky isn't it?

Thanx a lot.

Last thing is it possible to define more than one mapping for one
servlet?

I tried this :


  MyServlet
  /zzz
  /MyApp


and that


  MyServlet
  /zzz
  MyServlet
  /MyApp


But...

Also for newbie like me, www.moreservlets.com is a must for tips. Thanx
Tomas.

Read U soon,

Med


-Message d'origine-
De : Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 11 juin 2002 11:35
À : Tomcat Users List
Objet : Re: Tomcat and servlet


"Thébault, Médérick" a écrit :

> Thanx for the answers, It helps the debate but...
>
> I already deployed my servlet as mentionned in the documentation
> (servlet path is webapps/myservlet to act as in webapps/examples).
> Web.xml is quite simple as nothing is set in it. See below :
>
>  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>
> 
> 
>
> But I still need to enter localhost/mypath/servlet/myservlet to access
> it.
>
> So Jean-Luc, I think I do not need to try your advice or am I
completly
> wrong and missing something essential?
>
> And Markus, what do you mean by ROOT context? Setting ROOT in
> conf/server.xml as /mypath/servlet will solve the case?
>
> Thanx in advance,
>
> Cheers.
>
> Med
>
> -Message d'origine-
> De : Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]]
> Envoyé : mardi 11 juin 2002 10:48
> À : Tomcat Users List
> Objet : Re: Tomcat and servlet
>
> "Marek, Tomas" a écrit :
>
> > Could give more details, please.
> >
> > tom
> >
> > -Original Message-
> > From: Markus Kirsten [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, June 11, 2002 10:36 AM
> > To: Tomcat Users List
> > Subject: Re: Tomcat and servlet
> >
> > Hi Med,
> > Deploy your servlet in the ROOT context instead.
> >
> > Markus
> >
> > On tisdag, juni 11, 2002, at 10:08 , Thébault, Médérick wrote:
> >
> > > Hi again,
> > >
> > > I would like to change the URL of my servlet.
> > >
> > > It can be access thru "http://localhost/servlet/MyServlet"; but I
> would
> > > like to avoid "servlet" part.
> > >
> > > In every example that I saw, the "servlet" part was always in. Is
> there
> > > a way to set up something like alias?
> > >
> > > Thanx
> > >
> > > Med
> > >
> > > --
> > > To unsubscribe, e-mail:   <mailto:tomcat-user-
> > > [EMAIL PROTECTED]>
> > > For additional commands, e-mail: <mailto:tomcat-user-
> > > [EMAIL PROTECTED]>
> > >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> Well,
>
> The other way is to simply Deploy your own servlet zone and add a
> Your_Zone/WEB-INF/web.xml
> to bypass the default web.xml responsible of this mapping...
>
> Hope this help.
>
> Jean-Luc :O)
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

Well...

As your web.xml is empty, no new directives can bypass the default
one...

Try to add smth like:

../..


MyServlet
MyServlet


MyServlet
/MyServlet


../..

This could do the trick. I think that all of this would be described in
the
servlet API 2.3.

Hope this help.

Jean-Luc :O)





--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Xerces user mailing list

2002-12-05 Thread &quot;Thébault, Médérick"

> Hello,
> 
> Does anyone ever get a message from that list?
> 
> I know the tomcat list is not the one to ask for, but it is where I
> might have an answer.
> 
> If you have encountered the same conclusion, where is it possible to
> find help on Xerces topic?
> 
> Thanx
> 
> Med

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Modjk2 error log

2003-08-25 Thread &quot;Thébault, Médérick"
Hello,

Tomcat 4.1.18/Apache 2.0.43/mod_jk2

3 virtual hosts in Apache, 3 virtual hosts in Tomcat


Apache virtual host section

NameVirtualHost *

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#
#ServerAdmin [EMAIL PROTECTED]
#DocumentRoot /www/docs/dummy-host.example.com
#ServerName dummy-host.example.com
#ErrorLog logs/dummy-host.example.com-error_log
#CustomLog logs/dummy-host.example.com-access_log common
#


#-#

ServerAdmin [EMAIL PROTECTED]
ServerName test1.com
DocumentRoot C:/WebDocs/RootServer


Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
deny from none


CustomLog logs/test1.log common
ErrorLog logs/test1.log

#-#

ServerAdmin [EMAIL PROTECTED]
ServerName test2.com
DocumentRoot C:/WebDocs/TrackingSys/Test


Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
deny from none


CustomLog logs/test2.log common
ErrorLog logs/error_test2.log

JkUriSet worker ajp13:test2.com:8009


#-#

ServerAdmin [EMAIL PROTECTED]
ServerName test3.com
DocumentRoot C:/WebDocs/TrackingSys/Live


Options Indexes FollowSymLinks MultiViews

AllowOverride None
Order allow,deny
Allow from all
deny from none


CustomLog logs/test3.log common
ErrorLog logs/error_test3.log

JkUriSet worker ajp13:test3.com:8009


#-#

ServerAdmin [EMAIL PROTECTED]
ServerName xi.com
DocumentRoot c:/Webdocs/IT/xi


DirectoryIndex index.html index.html.var
Options Indexes FollowSymLinks MultiViews

AllowOverride None
Order allow,deny
Allow from all


CustomLog logs/xi-access.log common
ErrorLog logs/xi-error.log


JkUriSet worker ajp13:xi.com:8009



JkUriSet worker ajp13:xi.com:8009



JkUriSet worker ajp13:xi.com:8009




workers2.properties file :

[logger.apache2]
level=DEBUG

[shm]
file=c:/shm.file
size=1048576

# Example socket channel, override port and host.
[channel.socket:test3.com:8009]
port=8009
host=127.0.0.1

# Example socket channel, override port and host.
[channel.socket:test2.com:8009]
port=8009
host=127.0.0.1

# Example socket channel, override port and host.
[channel.socket:xi.com:8009]
port=8009
host=127.0.0.1

# define the worker
[ajp13:test3.com:8009]
channel=channel.socket:test3.com:8009

# define the worker
[ajp13:test2.com:8009]
channel=channel.socket:test2.com:8009

# define the worker
[ajp13:xi.com:8009]
channel=channel.socket:xi.com:8009

Do we need worker for each virtual host? (I had the idea that those notions were 
linked.)

Log file from apache

[Mon Aug 25 11:22:05 2003] [notice] Parent: Created child process 884
[Mon Aug 25 11:22:06 2003] [notice] Child 884: Child process is running
[Mon Aug 25 11:22:06 2003] [notice] jk2_init() Found child 884 in scoreboard slot 0
[Mon Aug 25 11:22:06 2003] [notice] workerEnv.init() ok 
C:/Apache2/conf/workers2.properties
[Mon Aug 25 11:22:06 2003] [error] mod_jk child init 1 0
[Mon Aug 25 11:22:06 2003] [notice] Child 884: Acquired the start mutex.
[Mon Aug 25 11:22:06 2003] [notice] Child 884: Starting 250 worker threads.
[Mon Aug 25 11:23:58 2003] [warn] (720064)The specified network name is no longer 
available.  : winnt_accept: Asynchronous AcceptEx failed.
[Mon Aug 25 11:24:30 2003] [notice] shm.createSlot() Create 1 0x52 0x522000
[Mon Aug 25 11:24:30 2003] [notice] workerEnv.init() create slot epStat.0
[Mon Aug 25 11:24:56 2003] [error] channelSocket.receive(): Error receiving message 
body -1 53
[Mon Aug 25 11:24:56 2003] [error] workerEnv.processCallbacks() Error reading reply
[Mon Aug 25 11:24:56 2003] [error] ajp13.service() ajpGetReply recoverable error 12
[Mon Aug 25 11:25:24 2003] [error] ajp13.service() Error sending initial post -1 0 0
[Mon Aug 25 11:26:45 2003] [error] channelSocket.receive(): Error receiving message 
body -1 53
[Mon Aug 25 11:26:45 2003] [error] workerEnv.processCallbacks() Error reading reply
[Mon Aug 25 11:26:45 2003] [error] ajp13.service() ajpGetReply recoverable error 12
[Mon Aug 25 11:27:08 2003] [error] ajp13.service() Error sending initial post -1 0 0
[Mon Aug 25 11:29:29 2003] [error] ajp13.service() Error sending initial post -1 0 0
[Mon Aug 25 11:29:55 2003] [error] channelSocket.receive(): Error receiving message 
body -1 53
[Mon Aug 25 11:29:55 2003] [error] workerEnv.processCallbacks() Error reading reply
[Mon Aug 25 11:29:55 2003] [error] ajp13.service() ajpGetReply recoverable error 12
[Mon Aug 25 11:31:17 2003] [error] ajp13.service() Error sending initial post 

RE: Modjk2 error log

2003-08-25 Thread &quot;Thébault, Médérick"
Thanx for this.

I thought it was the other way around. When looking to jk2 Source (mod_jk2.c), it does 
not matter.

See comments below :

/**
 * Set a property associated with a URI, using native  
 * directives.
 *
 * This is used if you want to use the native mapping and
 * integrate better into apache.
 *
 * Same behavior can be achieved by using uri.properties and/or JkSet.
 * 
 * Example:
 *   
 *  
 * JkUriSet worker ajp13
 *  
 *   
 *
 * This is the best way to define a webapplication in apache. It is
 * scalable ( using apache native optimizations, you can have hundreds
 * of hosts and thousands of webapplications ), 'natural' to any
 * apache user.
 *
 * XXX This is a special configuration, for most users just use
 * the properties files.
 */

But I will try your tip?

By the way, could someone teach me something on the "worker" logic?

Thanx



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Modjk2 error log

2003-08-26 Thread &quot;Thébault, Médérick"
To follow the thread,

It is not compulsory to set uri mapping in workers2.properties file. Just adding 
jkuriset in host section (virtual as well) of httpd.conf will do the job.

But one more thing please,

With httpd.conf having 
#

ServerName foo3.com


JkUriSet worker ajp13:foo3.com:8009




ServerName foo2.com


JkUriSet worker ajp13:foo2.com:8009




ServerName foo1.com


JkUriSet worker ajp13:foo1.com:8009



JkUriSet worker ajp13:foo1.com:8009



JkUriSet worker ajp13:foo1.com:8009


#

and workers2.properties having

#
[logger.apache2]
level=DEBUG

[shm]
file=c:/shm.file
size=1048576

# Example socket channel, override port and host.
[channel.socket:foo2.com:8009]
port=8009
host=127.0.0.1

# Example socket channel, override port and host.
[channel.socket:foo3.com:8009]
port=8009
host=127.0.0.1

# Example socket channel, override port and host.
[channel.socket:foo1.com:8009]
port=8009
host=127.0.0.1

# define the worker
[ajp13:foo2.com:8009]
channel=channel.socket:foo2.com:8009

# define the worker
[ajp13:foo3.com:8009]
channel=channel.socket:foo3.com:8009

# define the worker
[ajp13:foo1.com:8009]
channel=channel.socket:foo1.com:8009

[status:status]
[uri:/status/*]
group=status:status
#

http://localhost/Status gives 3 entries for "ajp13 runtime info" (which is correct or 
least what we want).

But for the "uri runtime info" section, there is no mention about the entry for the 
foo3.com host.

ID  namehosturi group  
 context 
0   nullnull   
 null
0   /TruckEnqui/*   /TruckEnqui/ajp13:foo2.com:8009 /
0   /unicorn2xml*   /unicorn2xmlajp13:foo1.com:8009 /
0   /xml2unicorn*   /xml2unicornajp13:foo1.com:8009 /
0   /xi *   /xi ajp13:foo1.com:8009
 /
0   /status/*   *   /status/*   status:status  
 /
0   *   *   nullnull   
 null
0   */  *   /   lb:lb  
 /



Does anyone see why there is no entry for this host?

If you have any other comments (Is it normal that in the array above the id is 
always the same although "ajp13 runtime info" section gives 3 ids (from 0 to 2)?

Regards

Mederick



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat user guide

2003-10-09 Thread &quot;Thébault, Médérick"
Hello,

A part from this list, does someone have a good reference for a Tomcat user guide?

Thanx,


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]