Re: [JBoss-dev] Jboss site question

2001-06-28 Thread Sebastien Alborini

Hi, 

tomcat runs on port 8080 as non-root user.  We use ipchains to redirect
traffic on port 80 to 8080 (and to block traffic to unauthorized ports,
such as 8082, 1099)

I would probably do exactly the same with jetty.

Sebastien



On Thu, 28 Jun 2001, Jay Walters wrote:

> In order to listen on port 80 with tomcat does one need to run Jboss as
> root?  Does this present a security hazard - does Tomcat have any odd
> backdoors.  Is jetty any different?
> 
> Cheers
> Jay
> 
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Minerva Documentation

2001-06-25 Thread Sebastien Alborini

Hi, 

Minerva is now jbosspool, so you can get the source from cvs (module
jbosspool), and/or find daily updated (I think) javadocs on
http://lubega.com

Sebastien

On Mon, 25 Jun 2001, Paul Hammond wrote:

> Can somebody please tell where to find the API JavaDocs and docs in general
> for the Minerva
> connection pool?
> 
> I can't find it on the JBoss site, and can't find anything on the
> opentools.org web site.
> 
> Regs,
> 
> Paul
> 
> 
> 
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Manual: Problems with generating

2001-05-20 Thread Sebastien Alborini

Hi Andreas, 

I have no problem building the manual (build defaulthtml and build
printablehtml).  What errors do you get ?

Re: the pdf version, it is not currently supported, I think we are still
waiting for enhancements in the pdf engine. (apache/fop)

See the jboss-docs mailing list / archive for details.

Sebastien


Schaefer, Andreas wrote:
> 
> Hi Geeks
> 
> I have problem generating the HTML docu (the generation fails within after
> the 11. chapter). But
> also the PDF generation fails (or at least stalls after a while).
> 
> Could we also put the PDF-docu on the web to download ?
> 
> Have fun - Mad Andy / Better Pizza
> 
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> while( true ) { think(); write(); publish(); }
> 
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] jboss runs better on windows?

2001-05-04 Thread Sebastien Alborini

Austin Gonyou wrote:
> 
> http://www.jboss.org/documentation/HTML/ch10s02.html

Hi,
This was really an informal test (the testbeans and tomcat-test.ear), so
don't take it too seriously.  If you have a real benchmark though,
please keep me posted so I can update the page.

I think our main conclusion was that Sun's JVM runs faster on windows
than on linux. (this was october 2000, I can't remember if we already
had the final 1.3 linux vm)

> Now, I have a question about this. Several actually.
> 
> 1. What was the actual hardware used? What setup?
IIRC, Compaq with Athlon 600MHz 256M

> 2. What kind of tweaking was done to the kernel?
None.

> 3. What kernel version was used?
Dunno, redhat 6.2.

> 4. Has this test been attempted using IBM's Java?
No.

> 5. Has this test been attempted using a 2.4.x kernel?
No.

> 6. Has this test been attempted with glib > 2.0?
I don't think so.

Regards,
Sebastien

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] CVS suggestion

2001-03-28 Thread Sebastien Alborini

On Wed, 28 Mar 2001, Bordet, Simone wrote:

> I don't know who is mantaining CVSROOT/* files (SourceForge or Marc or
> Sebastien), but would be useful to have email notification on tag operations
> also, through the CVSROOT/taginfo file.

Hi, 

I don't really know how it works, but usually you get one message per
directory involved, and we certainly don't want 100+ messages every time
we tag a release.

If you know how to do it properly, do it, if not I don't think it's worth
it.

Sebastien


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] CVS update: manual/src/docs jbossdocs.xml

2001-03-27 Thread Sebastien Alborini

Hi Kunle,

howtomssql.xml does not build at all, there are many unclosed tags.  
Please make sure the build is ok before you commit !

Sebastien


[EMAIL PROTECTED] wrote:
> 
>   User: kunle
>   Date: 01/03/27 20:45:44
> 
>   Modified:src/docs jbossdocs.xml
>   Log:
>   added mssql howto
> 
>   Revision  ChangesPath
>   1.8   +2 -0  manual/src/docs/jbossdocs.xml
> 
>   Index: jbossdocs.xml
>   ===
>   RCS file: /cvsroot/jboss/manual/src/docs/jbossdocs.xml,v
>   retrieving revision 1.7
>   retrieving revision 1.8
>   diff -u -r1.7 -r1.8
>   --- jbossdocs.xml 2001/03/25 17:30:36 1.7
>   +++ jbossdocs.xml 2001/03/28 04:45:44 1.8
>   @@ -22,6 +22,7 @@
> 
> 
> 
>   + 
> 
>]>
>
>   @@ -45,6 +46,7 @@
>
> Howto
>&howtotomcat.xml;
>   +&howtomssql.xml;
>&howtormhexamples.xml;
>&howtojmx.xml;
>&howtotimer.xml;
> 
> 
> 
> 
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Sourceforge: WinCVS & SSH over Firewall ... anyone?

2001-03-27 Thread Sebastien Alborini

> Now I found out that the connection to jboss.sourceforge.net via ssh -l
> already fails
> and this be caused by my sitting behind a firewall.

http://sourceforge.net/docman/display_doc.php?docid=765&group_id=1#ssh-firewall

HTH, I haven't tried it.

Sebastien

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: 'CVSROOT log_accum.pl checkoutlist loginfo'

2001-03-22 Thread Sebastien Alborini

Update of /cvsroot/jboss/CVSROOT
In directory usw-pr-cvs1:/tmp/cvs-serv12848

Modified Files:
checkoutlist loginfo 
Added Files:
log_accum.pl 
Log Message:
Use log_accum.pl to insert diffs in commit mails.



___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: 'newsite/documentation/HTML ch01.html ch01s05.html ch01s06.html ch01s07.html ch01s08.html ch01s09.html ch01s10.html ch01s11.html ch01s12.html ch02.html ch03.html ch03s05.html ch04.html ch04s07.html ch04s09.html ch04s10.html ch04s11.html ch04s12.html ch05.html ch05s02.html ch05s03.html ch05s04.html ch05s05.html ch05s06.html ch06.html ch06s02.html ch06s03.html ch06s04.html ch07.html ch07s02.html ch07s03.html ch07s07.html ch07s72.html ch08.html ch08s04.html ch08s17.html ch08s21.html ch08s31.html ch08s63.html ch08s68.html ch08s72.html ch09.html ch09s07.html ch09s08.html ch09s24.html ch09s27.html ch09s32.html ch09s50.html ch09s53.html ch09s56.html ch09s81.html ch09s92.html index.html jbossdocs.html pr01.html styles.css'

2001-03-21 Thread Sebastien Alborini

Update of /cvsroot/jboss/newsite/documentation/HTML
In directory usw-pr-cvs1:/tmp/cvs-serv23828

Removed Files:
ch01.html ch01s05.html ch01s06.html ch01s07.html ch01s08.html 
ch01s09.html ch01s10.html ch01s11.html ch01s12.html ch02.html 
ch03.html ch03s05.html ch04.html ch04s07.html ch04s09.html 
ch04s10.html ch04s11.html ch04s12.html ch05.html ch05s02.html 
ch05s03.html ch05s04.html ch05s05.html ch05s06.html ch06.html 
ch06s02.html ch06s03.html ch06s04.html ch07.html ch07s02.html 
ch07s03.html ch07s07.html ch07s72.html ch08.html ch08s04.html 
ch08s17.html ch08s21.html ch08s31.html ch08s63.html 
ch08s68.html ch08s72.html ch09.html ch09s07.html ch09s08.html 
ch09s24.html ch09s27.html ch09s32.html ch09s50.html 
ch09s53.html ch09s56.html ch09s81.html ch09s92.html index.html 
jbossdocs.html pr01.html styles.css 
Log Message:
Removed html docbook built from the manual module.

The documentation is still on the website, but it is built every night
(midnight EST) from the xml sources.

This way, updates in the manual module are automatically published.


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: 'newsite/documentation/HTML/images/callouts 1.png 10.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png'

2001-03-21 Thread Sebastien Alborini

Update of /cvsroot/jboss/newsite/documentation/HTML/images/callouts
In directory usw-pr-cvs1:/tmp/cvs-serv23828/images/callouts

Removed Files:
1.png 10.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png 
Log Message:
Removed html docbook built from the manual module.

The documentation is still on the website, but it is built every night
(midnight EST) from the xml sources.

This way, updates in the manual module are automatically published.


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: 'newsite/documentation/HTML/images agent_view.jpg doc.gif gbar.gif gbarinv.gif index_06.gif jboss.gif jndiview_list.jpg jndiview_ops.jpg next.gif prev.gif toc.gif ybar.gif'

2001-03-21 Thread Sebastien Alborini

Update of /cvsroot/jboss/newsite/documentation/HTML/images
In directory usw-pr-cvs1:/tmp/cvs-serv23828/images

Removed Files:
agent_view.jpg doc.gif gbar.gif gbarinv.gif index_06.gif 
jboss.gif jndiview_list.jpg jndiview_ops.jpg next.gif prev.gif 
toc.gif ybar.gif 
Log Message:
Removed html docbook built from the manual module.

The documentation is still on the website, but it is built every night
(midnight EST) from the xml sources.

This way, updates in the manual module are automatically published.


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: 'newsite index.html'

2001-03-21 Thread Sebastien Alborini

Update of /cvsroot/jboss/newsite
In directory usw-pr-cvs1:/tmp/cvs-serv15454

Modified Files:
index.html 
Log Message:
sourceforge logo


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: 'newsite/business cvs.html lists.html'

2001-03-21 Thread Sebastien Alborini

Update of /cvsroot/jboss/newsite/business
In directory usw-pr-cvs1:/tmp/cvs-serv15209

Modified Files:
cvs.html lists.html 
Log Message:
sourceforge cvs & lists


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] cvs commit mail command needs to be updated

2001-03-21 Thread Sebastien Alborini

Hi, 

I changed the loginfo file, it should be fixed now.  Let's see the next
commit.

Sebastien


Scott M Stark wrote:
> 
> cvs commits are still sending mail to [EMAIL PROTECTED] and this is
> bouncing. The cvs loginfo file or whatever file contains the mail on commit
> command needs to be updated.
>

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development