RE: [JBoss-user] admins, could you please fix the mailing list?

2003-09-03 Thread Tero Paananen
> I'm getting tons 'O these recently:
> 
> System Administrator: Undeliverable: [JBoss-user] Delivery Status
> Notification

I think it's pretty obvious that there's no intention whatsoever
for the JBoss mailing list admins ever to do anything about it.

It's not like people haven't asked.

What a great way to evanglize about your product...

-TPP



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Wake up, mailing list owners

2003-08-25 Thread Tero Paananen
Anybody home? Hello? Do you read your own mailing list?

5 of the last 6 posts to JBoss-user are bounces from
boneheaded (why in the earth do they think it's
important to tell a mailing list someone on it sent
a virus, I'll never understand) anti-virus scanners.

Would be it too much to ask to get off your asses and
change the mailing list settings to only allow posts
by subscribers? Thanks. Or is your time more appropriately
spent on figuring out who to deny CVS access next?

-TPP




---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Change the mailing list settings, NOW

2003-08-20 Thread Tero Paananen
Could we PLEASE change the list settings to such that
only subscribers are allowed to post.

I'm f***ing tired of all the goddamn virus cleanup
notifications, other bounce notifications and the
chinese/turkish/porn spam we get on this list.

There is no reason to keep the mailing list open,
unless the list owners actually like all that spam.

-TPP




---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Getting env-entries in a servlet

2003-06-23 Thread Tero Paananen
> > I've just installed JBoss 4.0 DR1 + Tomcat 4.1.24 bundle
> > and I'm having a wee bit trouble getting the environment
> > entries defined in web.xml working on my servlets. I'm
> > getting "xxx not bound" NameNotFoundExceptions on JNDI
> > lookups.
> > 
> > All other type of JNDI lookups (EJBs, resource references)
> > work just fine. Running JBoss + Tomcat in the default
> > configuration on W2K platform (run.bat).
>
> This is fixed in the 4.0 branch.

In the nightly build?

I'm using the latest release version of JBoss...

-TPP



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Concerning Thomas Mbeki (Fraudster)

2003-06-22 Thread Tero Paananen
> Can someone (maybe scott) black-list this guy?

Not as long as the list takes Emails from non-subscribers.

You might've noticed our Turkish and Chinese friends
spamming the list pretty much indiscriminently...

-TPP




---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Re: Getting env-entries in a servlet

2003-06-16 Thread Tero Paananen
> All other type of JNDI lookups (EJBs, resource references)
> work just fine. Running JBoss + Tomcat in the default
> configuration on W2K platform (run.bat).
> 
> --- from web.xml --
>
>   
>   Title
>   Fibonacci computation
>   java.lang.String
>
> ---
> 
> - from servlet 
>   // env below is a Hashtable with the naming factory
>   // properties and such set...does not work
>   // Context context = new InitialContext(env);
>   Context context = new InitialContext();
>   value = (String) context.lookup("java:comp/env/Title");
> ---

This, btw, works perfectly, if I run Tomcat WITHOUT JBoss. With
or without modifications to server.xml.

Same exact .war file (minus EJBs).

-TPP



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Getting env-entries in a servlet

2003-06-16 Thread Tero Paananen
Hello,

I've just installed JBoss 4.0 DR1 + Tomcat 4.1.24 bundle
and I'm having a wee bit trouble getting the environment
entries defined in web.xml working on my servlets. I'm
getting "xxx not bound" NameNotFoundExceptions on JNDI
lookups.

All other type of JNDI lookups (EJBs, resource references)
work just fine. Running JBoss + Tomcat in the default
configuration on W2K platform (run.bat).

--- from web.xml --
   
  
  Title
  Fibonacci computation
  java.lang.String
   
---

- from servlet 
// env below is a Hashtable with the naming factory
// properties and such set...does not work
// Context context = new InitialContext(env);
Context context = new InitialContext();
value = (String) context.lookup("java:comp/env/Title");
---

Does not work. Neither does any other combination of
JNDI name in the lookup call.

I've searched every mailing list, Google, Google Groups
and everywhere else I could think of, and I haven't found
a way to get this to work.

What am I missing? Where else other than web.xml do I have
to make changes? I even tried to add Context and Environment
entries in the tomcat41-service.xml file for JBoss, but that
didn't work either.

Anybody?

-TPP



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] RE: Getting env-entries in a servlet

2003-06-16 Thread Tero Paananen
> All other type of JNDI lookups (EJBs, resource references)
> work just fine. Running JBoss + Tomcat in the default
> configuration on W2K platform (run.bat).
> 
> --- from web.xml --
>
>   
>   Title
>   Fibonacci computation
>   java.lang.String
>
> ---
> 
> - from servlet 
>   // env below is a Hashtable with the naming factory
>   // properties and such set...does not work
>   // Context context = new InitialContext(env);
>   Context context = new InitialContext();
>   value = (String) context.lookup("java:comp/env/Title");
> ---

This, btw, works perfectly, if I run Tomcat WITHOUT JBoss. With
or without modifications to server.xml.

Same exact .war file (minus EJBs).

-TPP



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Getting env-entries in a servlet

2003-06-16 Thread Tero Paananen
Hello,

I've just installed JBoss 4.0 DR1 + Tomcat 4.1.24 bundle
and I'm having a wee bit trouble getting the environment
entries defined in web.xml working on my servlets. I'm
getting "xxx not bound" NameNotFoundExceptions on JNDI
lookups.

All other type of JNDI lookups (EJBs, resource references)
work just fine. Running JBoss + Tomcat in the default
configuration on W2K platform (run.bat).

--- from web.xml --
   
  
  Title
  Fibonacci computation
  java.lang.String
   
---

- from servlet 
// env below is a Hashtable with the naming factory
// properties and such set...does not work
// Context context = new InitialContext(env);
Context context = new InitialContext();
value = (String) context.lookup("java:comp/env/Title");
---

Does not work. Neither does any other combination of
JNDI name in the lookup call.

I've searched every mailing list, Google, Google Groups
and everywhere else I could think of, and I haven't found
a way to get this to work.

What am I missing? Where else other than web.xml do I have
to make changes? I even tried to add Context and Environment
entries in the tomcat41-service.xml file for JBoss, but that
didn't work either.

Anybody?

-TPP



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user