[JBoss-user] [Installation Configuration] - Re: Virtual Host Aliases

2004-03-14 Thread erik777
In Tomcat, I have not been able to get it to recognize any of the aliases (JBoss 3.2.3). It only seems to works with the value I put in the host name: | Host name=thisworks | aliasthis.does.not.work/alias | ... When I enter an alias for the url in the web

[JBoss-user] [Frequently Asked Questions (FAQ)] - Re: setting up a virtual host with 3.2.3 (without Apache)

2004-03-14 Thread erik777
NM. I discovered that I didn't capitalize the Alias tags, which fixed it. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825533#3825533;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825533Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: Virtual Host Aliases

2004-03-14 Thread erik777
It works now that I capitalized the Alias tags. In other words: | Host name=thisworks | Aliasthis.works.now.too/Alias | ... a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825534#3825534;View the original post/a a

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-14 Thread raffaelecorvino
Hello, I have a problem when I try to run client test in exercise of J2EE-Jboss and Eclipse. I'm using Jboss3.2.3-eclipse3.0M7and Lomboz M7. Here the error: [java] javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: 192.168.0.1;

[JBoss-user] [EJB/JBoss] - Warning : Deployed as CLUSTERED but not a single clustered-i

2004-03-14 Thread monu
Hi, I am using JBoss3.2.2 when i try to deploy CMP entity bean in cluster mode jboss gives warning 'Deployed as CLUSTERED but not a single clustered-invoker is bound to container' during deployment of all my entity beans. here is the jboss.xml config for my entity bean:

[JBoss-user] [EJB/JBoss] - Deploying Sample JBossCMP ( gangster-cmp2.jar )

2004-03-14 Thread soheil
Dear All, I want to deploy the sample CMP EJBs on my JBoss server. But JBoss writes the following error occurs. Does anyone knows what cause this ? 16:50:05,178 INFO [MainDeployer] Starting deployment of package: file:/shares/java/jboss-3.2.3/server/default/deploy/gangster-cmp2.jar

[JBoss-user] [EJB/JBoss] - Deploying Example JBossCMP ( gangster-cmp2.jar )

2004-03-14 Thread soheil
Dear All, I want to deploy the sample CMP EJBs on my JBoss server. But JBoss writes the following error occurs. Does anyone knows what cause this ? 16:50:05,178 INFO [MainDeployer] Starting deployment of package: file:/shares/java/jboss-3.2.3/server/default/deploy/gangster-cmp2.jar

[JBoss-user] [EJB/JBoss] - Re: Deploying Example JBossCMP ( gangster-cmp2.jar )

2004-03-14 Thread loubyansky
I guess, the cause is an example of BMP-style finder in a CMP bean. Just make the verifier non-strict in server/default/conf/jboss-service.xml !-- StrictVerifier: Setting this to 'true' will cause all deployments to fail when the Verifier detected a problem with the

[JBoss-user] [Nukes User] - Menu underneath banner?

2004-03-14 Thread bokmann
How is this website creating the menu underneath the banner? (The one that reads Home Projects Downloads Docs Wiki etc. I'd like to create a similar banner that links to html pages managed under Nukes on Java. a

[JBoss-user] [Installation Configuration] - Re: Redhat JBoss 3.2.3 Shutdown Trouble

2004-03-14 Thread ltcmelo
Hi, i'm also a beginner at jboss3.2.3 but i'd sugest you to take a look at your initialization log to see if it's ok. If it is, send your shutsown log to this list ( or anyother one) to see if someelse can help you. a

[JBoss-user] [Management, JMX/JBoss] - Re: RMIConnectorImpl problem

2004-03-14 Thread dimat
Hi Parisila, I've tried your code on jboss-3.2.3 but I don't get any notification from my MBean. The bean is a simple one that contains only one attribute, named Message and extends the ServiceMBeanSupport. import org.jboss.system.ServiceMBeanSupport; | | public class SimpleTest extends

[JBoss-user] [Nukes User] - Re: private forums and groups

2004-03-14 Thread cooper
I have put some stuff in the wiki for the security http://jboss.org/wiki/Wiki.jsp?page=NukesSecurity a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825549#3825549;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825549Reply to

[JBoss-user] [EJB/JBoss] - JBoss 3.2.4. qusetion

2004-03-14 Thread fbiaggi
Hi just a question, is this feature also for jaws (ejb 1.1) implemented ? Thanks. New option to check the database structure at deployment and update it if possible. For this behaviour, in jbosscmp-jdbc.xml, in defaults, you have to add alter-tabletrue/alter-table. It should normally be used

[JBoss-user] [Nukes User] - Re: Menu underneath banner?

2004-03-14 Thread cooper
this is custom to the theme :-) a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825550#3825550;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825550Reply to the post/a ---

[JBoss-user] [Security JAAS/JBoss] - Re: configuring UsersPassword login module

2004-03-14 Thread starksm
Works fine for me. I have moved the files to the conf directory, renamed them jmx-users.properties, jmx-roles.properties to make sure only these would be used, and secured the jmx-console using the following login-config.xml entry: | application-policy name = jmx-console |

[JBoss-user] [Security JAAS/JBoss] - Re: Making a login form

2004-03-14 Thread starksm
Access to the getUserPrincipal does not depend on the auth method used. It works for basic and form auth. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825553#3825553;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825553Reply

[JBoss-user] [Security JAAS/JBoss] - Re: Help - can't access user roles in LDAP

2004-03-14 Thread starksm
For the config you show, you would need a binding like the following for fsmit to the seen in the Member_admin role: | dn: cn=Member_admin,ou=Roles,dc=iqtech,dc=pl | objectClass: top | objectClass: groupOfUniqueNames | cn: Member_admin | uniqueMember:

[JBoss-user] [Security JAAS/JBoss] - Re: LdapLoginModule search scope

2004-03-14 Thread starksm
To authenticate with a login username of user1, a principalDNPrefix='uid=' and a principalDNSuffix='ou=Group1,ou=People,dc=mycompany,dc=com' is required. Configurations based on users is not supported by the LdapLoginModule so your schema is not supported since users are not under a single

[JBoss-user] [Security JAAS/JBoss] - Re: Container idependent JAAS Login Module

2004-03-14 Thread starksm
Its not possible as the way JAAS is used to perform authentication/authorization is not defined by the J2EE specs. J2EE 1.4 introduces a new authorization contract, but still does not define how authentication using JAAS is performed. a

[JBoss-user] [Installation Configuration] - Re: Redhat JBoss 3.2.3 Shutdown Trouble

2004-03-14 Thread Malachii
I'm not sure what you mean by a shutdown log. I only have 3 log files... Keep in mind this is a fresh, virgin JBoss installation. localhost_access.log server.log boot.log They register nothing when I run the following... sh shutdown.sh -s localhost -S (which I have to ctrl-z to exit) The

[JBoss-user] [Connectors and JCA/JBoss] - Re: CorbaNamingService IOR at Runtime

2004-03-14 Thread starksm
No. Its printed out as an INFO level message, but we should be maing it available via JMX. 12:35:25,541 INFO [CorbaNamingService] Naming:

[JBoss-user] [News Announcements] - Defective jmx-console.war/inspectMBean.jsp page

2004-03-14 Thread starksm
There is a problem with the 3.2.4RC1 jmx-console.war/inspectMBean.jsp page that prevents one from inspecting MBeans. A replacement is available from the sourceforge download section. The inspectMBean.jsp fix location is also shown here:

[JBoss-user] [Nukes User] - Re: Menu underneath banner?

2004-03-14 Thread sgwood
Check out how it was done by going into the jboss nukes-website area of CVS. Sherman a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825563#3825563;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825563Reply to the post/a

[JBoss-user] [EJB/JBoss] - Re: JBoss 3.2.4. qusetion

2004-03-14 Thread loubyansky
JAWS is not supported for about two years now. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825565#3825565;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825565Reply to the post/a

[JBoss-user] [Clustering/JBoss] - Problem with ClusteredSession

2004-03-14 Thread darlan
Hi, I have a problem with session replication because the class org.jboss.web.tomcat.session.ClusteredSession not synchronize the hash of attributes in writeObject method. I modified the class to synchronize this hash and resolved my problem. What can I do now about this? This problem was

[JBoss-user] [Testimonials] - Simple Order system is now ready !

2004-03-14 Thread neptune5
Cheers Jboss for makiong it fairly easy to get this project up and running. Here is a link to my website where details about this system can be found. Email me there if you want a copy of it. cheers Adrian http://uk.geocities.com/adrianmann1963/main.html a

[JBoss-user] [Installation Configuration] - Using multiple invokers (especially for ClientUserTransactio

2004-03-14 Thread prosis_de
Hello, I habe the following scenario: My Java application is using rmi to access EJBs. This is OK for internal users but external users need to access the beans over internet and through a firewall. These users need to use the http invoker but both, internal and external users, shoud connect

[JBoss-user] [Nukes User] - Re: private forums and groups

2004-03-14 Thread cooper
the security in that module is a mix between our and BB. our security is used to say what groups have what BB level (moderator and admin) a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825576#3825576;View the original post/a a

[JBoss-user] [Nukes User] - Re: Uploading directory

2004-03-14 Thread paginaweb
I don't think you can do that with an usual upload form. Not even some usual java script can't do that... PaginaWeb http://www.paginaweb.ro a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825575#3825575;View the original post/a a

[JBoss-user] [Nukes User] - Re: Uploading directory

2004-03-14 Thread cooper
yes that would be cool someone works on it. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825577#3825577;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825577Reply to the post/a

[JBoss-user] [Nukes User] - Re: private forums and groups

2004-03-14 Thread paginaweb
Since is phpBB you can look in phpBB docs if you really need:) PaginaWeb http://www.paginaweb.ro a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825574#3825574;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825574Reply to the

[JBoss-user] [EJB/JBoss] - Re: Compound PK DeploymentException

2004-03-14 Thread ebende
Very good. It works. Thank you. I like short answers that are correct. Evert a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825578#3825578;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825578Reply to the post/a

[JBoss-user] [Nukes User] - Re: Uploading directory

2004-03-14 Thread g00se
anonymous wrote : yes that would be cool someone works on it OK. I'll take it that this can't be done yet cooper. The only way i can think that this may be done in the current context (i.e. a web page) is to use a signed applet, which is a bit of a pain. It's almost more appealing to make it

[JBoss-user] [Nukes User] - Re: A deploy error

2004-03-14 Thread [EMAIL PROTECTED]
Found out my problem was having xalan.jar in %JAVA_HOME%/jre/lib/endorsed, which contains bcel that is not up-to-date. Removing it makes Nukes on Jboss work finally. Thanks Sherman. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825587#3825587;View the original post/a a

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-14 Thread vashistvishal
To - raffaelecorvino : - To yr first problem with TCP error. By the looks of yr error it looks to me localhost is not being set up in hosts file if on linux and if on windows then it has to go lmhosts file (i think thats the file on windows). Have a look at forums here

[JBoss-user] [Beginners Corner] - Re: Help on Starting JBoss

2004-03-14 Thread vashistvishal
JBoss Bootstrap Environment . JBOSS_HOME: C:\JBoss1\bin\\.. . JAVA: c:\j2sdk1.4.1_01\bin\java . JAVA_OPTS: -Dprogram.name=run.bat . CLASSPATH: ;c:\j2sdk1.4.1_01\lib\tools.jar;C:\JBoss1\bin\\run.jar -- These are

[JBoss-user] [Security JAAS/JBoss] - custom login module using AbstractServerLoginModule

2004-03-14 Thread ahardy66
I wrote a custom login module extending the AbstractServerLoginModule. I have successfully set it up so that it is being called when I try to access a protected page on my website, and it looks up the user and roles via a local-tx-datasource. I can see from the logging output that it

[JBoss-user] [Security JAAS/JBoss] - Re: Container idependent JAAS Login Module

2004-03-14 Thread ahardy66
Toby, just write different implementations of LoginModule for each container, e.g. JBossLoginModule, TomcatLoginModule, WebsphereLoginModule. Extract your login code into a seperate shared utils class. It makes no difference, since you have to configure each container's login setup with

[JBoss-user] [Beginners Corner] - jBoss 3.2.3 w/Tomcat vhosts - SingleSignOnContextConfig Prob

2004-03-14 Thread jason_pratt
Hello - I am having a problem that I can't seem to track down or understand. I previously had a WAR file deployed using plain jsp/struts. I have since enhanced this to an EAR file to include a hibernate.sar as per: http://www.hibernate.org/66.html So I have my persistant classes in a

[JBoss-user] [Persistence CMP/JBoss] - ejbql to sql translation mismatch

2004-03-14 Thread lamarguy
There seems to be a defect in the ejbql to sql generator as this example findAll() query shows: ejbql query: SELECT OBJECT(u) FROM Usage AS u ORDER BY u.id resultant sql query: SELECT t0_u.id, t0_u.id, t0_u.logon, t0_u.logoff, t0_u.computer, t0_u.user, t0_u.id FROM computer_usage t0_u ORDER

[JBoss-user] [HTTPD, Servlets JSP] - Re: session Attributes are missing in cluster environment wh

2004-03-14 Thread oz59
Greetings. Also, be sure that objects in the session implement serializable. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825603#3825603;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825603Reply to the post/a

[JBoss-user] [Installation Configuration] - HELP!!! SingleSignOnContextConfig Problem

2004-03-14 Thread jason_pratt
Please see http://jboss.org/index.html?module=bbop=viewtopict=46913 I was not sure where to post this Jason a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825604#3825604;View the original post/a a

[JBoss-user] [Installation Configuration] - User not authenticated error

2004-03-14 Thread jula
Hello: I have few MDBs set up in the LAN and it works fine. However when I tunnel through HTTP things aren't the same :-(. Connection is from outside and through a firewall as well. When I try to create a QueueConnection using the QueueConnectionFactory it gives me the Cannot Authenticate

[JBoss-user] [Messaging, JMS JBossMQ] - MDB Access over HTTP

2004-03-14 Thread jula
Hello: I have few MDBs set up in the LAN and it works fine. However when I tunnel through HTTP things aren't the same :-(. Connection is from outside and through a firewall as well. When I try to create a QueueConnection using the QueueConnectionFactory it gives me the Cannot Authenticate

[JBoss-user] [Management, JMX/JBoss] - Unexpected Shutdown of JBoss

2004-03-14 Thread robby_us
Hi Folks, I have two Jboss (Server1 and Server2) in the same subnet.I exectute shutdown on Server1.After the shutdown occurs,I execute the shutdown on Server1 again.This shuts down the JBoss on Server2.Can anybody tell me why this happens and what is the solution for this unexpected behaviour.

[JBoss-user] [Security JAAS/JBoss] - MDB Access over HTTP

2004-03-14 Thread jula
Hello: I have few MDBs set up in the LAN and it works fine. However when I tunnel through HTTP things aren't the same :-(. Connection is from outside and through a firewall as well. When I try to create a QueueConnection using the QueueConnectionFactory it gives me the Cannot Authenticate

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Access over HTTP

2004-03-14 Thread [EMAIL PROTECTED]
Post the full stacktrace and configuration. Your question just says It does not work without any context. Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825611#3825611;View the original post/a a

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem configuring JMS for JBOSS with MYSQL database

2004-03-14 Thread [EMAIL PROTECTED]
docs/examples/jms Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825612#3825612;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825612Reply to the post/a ---

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Ping Timeout

2004-03-14 Thread [EMAIL PROTECTED]
javax.jms.Connection.setExceptionListener() Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825613#3825613;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825613Reply to the post/a

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem while sending messages to Queue/B

2004-03-14 Thread [EMAIL PROTECTED]
Your initial access over port 1099 is failing or is misconfigured. Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825614#3825614;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825614Reply to the post/a

[JBoss-user] Simple deployment question

2004-03-14 Thread Matthew Van Horn
I think I must have a mental block because I can't seem to figure out how to do this. I have a web application that depends on a Hibernate service archive. How do I make sure the sar deploys before the war? There doesn't seem to be a depends element in jboss-web.xml, so where does it go? I am

[JBoss-user] [EJB/JBoss] - Re: Pass InputStream among servlet, session and entity beans

2004-03-14 Thread [EMAIL PROTECTED]
For remote invocations you need a serializable inputstream implementation. The semantics are pass by value. Here is an example. http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/remote/SerializableInputStream.java?annotate=1.2 Regards, Adrian a

[JBoss-user] [EJB/JBoss] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2004-03-14 Thread [EMAIL PROTECTED]
true is the correct way to specify clustering chances are you don't have a remote interface? Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825616#3825616;View the original post/a a

[JBoss-user] [Management, JMX/JBoss] - jmx example

2004-03-14 Thread viswanath
hi, I want to connect to jmx console in jboss, get info abt the basic parameters like the serverinfo,deployed details,etc. Can i get any samples for doing the same Regards, Viswa a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825624#3825624;View the original post/a a

[JBoss-user] [HTTPD, Servlets JSP] - Re: session Attributes are missing in cluster environment wh

2004-03-14 Thread AnuragGupta
Yes, I have tried with [code/]distributable in web.xml also. And all objects are serializable too. After analysis I found that sometimes (random behaviour) most of the missing session variables are of type vector, String [] and String. a

[JBoss-user] [Security JAAS/JBoss] - Re: configuring UsersPassword login module

2004-03-14 Thread tgil
Thanks for testing instructions. However, the results are not good. I hid away the users/roles.properties under jmx-console.war and configured the entry in login-config.xml like so: application-policy name = jmx-console |authentication | login-module

[JBoss-user] [EJB/JBoss] - JNDI

2004-03-14 Thread sudheer
Can anyone provide me a complete example of the Client code, esp. the setting the JNDI properties and the urls, etc. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825622#3825622;View the original post/a a

[JBoss-user] [Beginners Corner] - Need a Simple Example

2004-03-14 Thread sudheer
Iam a begineer to JBoss. Can anyone help me out in providing a simple EJB example and how to deploy in JBoss application server. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825621#3825621;View the original post/a a

[JBoss-user] [Security JAAS/JBoss] - Re: ClientLogin and SSL domains combined

2004-03-14 Thread cuonglam
tool wrote : Try following these few (3) instructions. | These are what I wrote up after I got it to work in 3.0.1 and the people I work with have used them with apparent success. | | Hope it does the job. | Brian Where can I get these instructions? a

[JBoss-user] [Datasource Configuration] - JBossLocalXAException

2004-03-14 Thread subhani
Hi Guys I am getting following exception. Can u please let me know why it is coming.. java.lang.ClassNotFoundException: org.jboss.resource.connectionmanager.JBossLocalXAException (no security manager: RMI class loader disabled) at

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Access over HTTP

2004-03-14 Thread jula
Client Code: Properties props = new Properties(); props.put(Context.INITIAL_CONTEXT_FACTORY,org.jboss.naming.HttpNamingContextFactory); //LOCAL IP-props.put(Context.PROVIDER_URL, http://192.168.1.11:8080/invoker/JNDIFactory;); props.put(Context.PROVIDER_URL,

[JBoss-user] [Persistence CMP/JBoss] - Re: Unable to passivate due to ctx lock

2004-03-14 Thread mmoinikunta
Hi.. Same problem CTX lock is occuring when working with jboss3.2.1.. Did anybody find any solution to this .. any solution .. for this please let me know.. thanks.. Madhu a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825627#3825627;View the original post/a a

[JBoss-user] [Security JAAS/JBoss] - Re: LdapLoginModule search scope

2004-03-14 Thread mozheyko_d
Thanks for reply. I did not think, that jboss-code such not flexible a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825628#3825628;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825628Reply to the post/a

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Access over HTTP

2004-03-14 Thread jula
Full stack trace. org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.net.ConnectException: Connection timed out: connect) at org.jboss.mq.Connection.authenticate(Connection.java:883) at org.jboss.mq.Connection.(Connection.java:238) at

[JBoss-user] [Connectors and JCA/JBoss] - Re: Problem With Connection Pooling Under Load

2004-03-14 Thread jayasudan
Hi jbossuser, Even I am facing the same problem described by you couple of months back. Can I know if you have got any answers to your posting? Pl throw some light on this issue I have been behind this for quite sometime :( a

[JBoss-user] [EJB/JBoss] - Re: Problem redeploying EJB's in Jboss

2004-03-14 Thread jdwn
I'm still having the same problem, but I found a bug report where I also posted my problem. It's bug [ 877172 ] NullPointerException in LoadMgr3 on SourceForge. I think the bug is the same as my problem, so can somebody tell me if this is solved or how to solve it? Thnx! a

[JBoss-user] Test, please ignore

2004-03-14 Thread Matthew Van Horn
Nothing to see here, move along, folks. sorry for the disturbance - weird mail problems w/ lists it seems --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo