You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Alexander Leyke <Al...@cs.com> on 2003/04/21 17:05:18 UTC

AOLserver/Tomcat

Hello,

If anyone is interested in Tomcat module for AOLserver 4 (nsjk2), or 
interested in helping prompt Jakarta development community to 
incorporate it in their codebase, here are some links:

Tomcat homepage - http://jakarta.apache.org/tomcat/
Tomcat development mailing list archives - 
http://w6.metronet.com/~wjm/tomcat/
<http://w6.metronet.com/%7Ewjm/tomcat/>To post to the list, e-mail to 
tomcat-dev@jakarta.apache.org <ma...@jakarta.apache.org>
Grab nsjk2 sources posted in Apache Bug Database: 
http://issues.apache.org/bugzilla/show_bug.cgi?id=18283

Thanks - Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


RE: AOLserver/Tomcat

Posted by Mladen Turk <mt...@inet.hr>.

> -----Original Message-----
> From: AlexLeykek@cs.com
> 
> We'll be happy to assist with further questions. 
> One more request - 
> please send future communications to aolserver@aol.net 
> (Apache Bugzilla 
> is already aware of that address), this way you'll reach 
> wider audience 
> of engineers.
> 

Do we need NsLog and NsTcl as mandatory for aoljk2 to be operational ?
Entire concept of TC connectors is that the Java part is server
independent.

Could you guys explain why is that needed, and why they need loadLibrary
calls.
We have RegisterNatives JNI call that is meant to be used for inprocess
servers.
I assume that those are meant for that (inprocess).


MT.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


RE: AOLserver/Tomcat

Posted by Mladen Turk <mt...@inet.hr>.

> -----Original Message-----
> From: AlexLeykek@cs.com 
> 
> We'll be happy to assist with further questions. 

line 580+ of nsjk2.c:

    /* create context with proper worker info for each URI registered in
workers2.properties */
    uriMap = workerEnv->uriMap->maps; 


You should be aware that the uriMap->maps is a raw temp table that gets
processed during uriMap.init and is split to
host >> context >> uri tables.
So you have vhost table, each having context table, each having uri
maps. Since you are (as far as I can see) not using uriMap->mapUri call,
you should parse that tables, since the maps does not contain all the
maps. There is a stuff called inheritGlobals that duplicates all the
context and uri tables during init phase, creating missing context and
maps, and those are not present in the maps table.


MT.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: AOLserver/Tomcat

Posted by Alexander Leyke <Al...@cs.com>.
Hello,

I will be glad to give initial pointers! The site for AOLserver is 
http://aolserver.sourceforge.net. You will find links to Downloads, 
Administration, etc. on the left. The latest version is 4.0-beta 5, and 
I personally tried it on Linux, but not Win32. It comes with a basic 
configuration file written in Tcl (Administration link above explains 
various components of the file). Another information source is Build and 
Configuration Guide I wrote specifically for nsjk2: 
http://www.aolserver.com/docs/nsjk2.pdf.

nsjk2 module source itself is attached (as .tar.gz) to item 18283 in 
Apache Bugzilla, http://issues.apache.org/bugzilla/show_bug.cgi?id=18283.

We'll be happy to assist with further questions. One more request - 
please send future communications to aolserver@aol.net (Apache Bugzilla 
is already aware of that address), this way you'll reach wider audience 
of engineers.

Thanks a lot!
Alex

mturk@inet.hr wrote:

>I'll do what's needed but will need the AOLserver to test. I'm sure it's
>working but...
>
>Perhaps Alexander could give me some link where to download the AOL (W2K
>or Redhat 8), and some basic config tips.
>
>MT.
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: AOLserver/Tomcat

Posted by Henri Gomez <hg...@apache.org>.
Mladen Turk wrote:
> 
>>-----Original Message-----
>>From: Henri Gomez
>>Alexander Leyke wrote:
>>
>>>Hello,
>>>
>>>If anyone is interested in Tomcat module for AOLserver 4 (nsjk2), or
>>>interested in helping prompt Jakarta development community to 
>>>incorporate it in their codebase, here are some links:
>>
>>Sur code is interesting but nobody commited it today.
>>
>>May be Costin/JFC or Mladen could import it ?
>>
> 
> 
> I'll do what's needed but will need the AOLserver to test. I'm sure it's
> working but...
> 
> Perhaps Alexander could give me some link where to download the AOL (W2K
> or Redhat 8), and some basic config tips.
> 

Thanks Mladen



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


RE: AOLserver/Tomcat

Posted by Mladen Turk <mt...@inet.hr>.

> -----Original Message-----
> From: Henri Gomez
> Alexander Leyke wrote:
> > Hello,
> > 
> > If anyone is interested in Tomcat module for AOLserver 4 (nsjk2), or
> > interested in helping prompt Jakarta development community to 
> > incorporate it in their codebase, here are some links:
> 
> Sur code is interesting but nobody commited it today.
> 
> May be Costin/JFC or Mladen could import it ?
> 

I'll do what's needed but will need the AOLserver to test. I'm sure it's
working but...

Perhaps Alexander could give me some link where to download the AOL (W2K
or Redhat 8), and some basic config tips.

MT.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: AOLserver/Tomcat

Posted by Henri Gomez <hg...@apache.org>.
Alexander Leyke wrote:
> Hello,
> 
> If anyone is interested in Tomcat module for AOLserver 4 (nsjk2), or 
> interested in helping prompt Jakarta development community to 
> incorporate it in their codebase, here are some links:
> 
> Tomcat homepage - http://jakarta.apache.org/tomcat/
> Tomcat development mailing list archives - 
> http://w6.metronet.com/~wjm/tomcat/
> <http://w6.metronet.com/%7Ewjm/tomcat/>To post to the list, e-mail to 
> tomcat-dev@jakarta.apache.org <ma...@jakarta.apache.org>
> Grab nsjk2 sources posted in Apache Bug Database: 
> http://issues.apache.org/bugzilla/show_bug.cgi?id=18283
> 

Sur code is interesting but nobody commited it today.

May be Costin/JFC or Mladen could import it ?



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org