You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by bryan hansen <bh...@yahoo.com> on 2002/04/30 19:33:50 UTC

Log4J with IPlanet

I am using log4j with Iplanet. When I go to package up
my application it says that it can not resolve the
some of the log4j classes. I realize this is probably
a packaging issue with iPlanet, but was wondering it
anybody else has ran into this and if not how do you
package your applications with Iplanet and log4j to
avoid this?

Thanks,

Bryan

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Log4J with IPlanet

Posted by Dave Bender <da...@benders-of-edina.com>.
Bryan,

I'm not familiar with kregedit. I'm referring to the web-based GUI interface
iPlanet has for configuring the servers.

Dave


-----Original Message-----
From: bryan hansen [mailto:bh5k@yahoo.com]
Sent: Tuesday, April 30, 2002 1:48 PM
To: Log4J Users List
Subject: RE: Log4J with IPlanet


Do you mean under kregedit?

I am not totally clear what you mean by:
it's in Server
Manager->Java->Configure
JVM Attributes.

Bryan

--- Dave Bender <da...@benders-of-edina.com> wrote:
> You need to put the log4j.jar file in the iPlanet
> classpath for that
> particular server instance. In v6.0, it's in Server
> Manager->Java->Configure
> JVM Attributes.
>
> Also if you're working in Windows and Unix, you need
> to remember that the
> classpath in Unix is separated by : not ;.  iPlanet
> doesn't complain if you
> get it wrong. I did. Took a while to figure it out.
>
>
> Dave
>
>
> -----Original Message-----
> From: bryan hansen [mailto:bh5k@yahoo.com]
> Sent: Tuesday, April 30, 2002 12:34 PM
> To: Log4J Users List; arbangalore@statestreet.com
> Subject: Log4J with IPlanet
>
>
> I am using log4j with Iplanet. When I go to package
> up
> my application it says that it can not resolve the
> some of the log4j classes. I realize this is
> probably
> a packaging issue with iPlanet, but was wondering it
> anybody else has ran into this and if not how do you
> package your applications with Iplanet and log4j to
> avoid this?
>
> Thanks,
>
> Bryan
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Log4J with IPlanet

Posted by bryan hansen <bh...@yahoo.com>.
Do you mean under kregedit?

I am not totally clear what you mean by:
it's in Server
Manager->Java->Configure
JVM Attributes.

Bryan

--- Dave Bender <da...@benders-of-edina.com> wrote:
> You need to put the log4j.jar file in the iPlanet
> classpath for that
> particular server instance. In v6.0, it's in Server
> Manager->Java->Configure
> JVM Attributes.
> 
> Also if you're working in Windows and Unix, you need
> to remember that the
> classpath in Unix is separated by : not ;.  iPlanet
> doesn't complain if you
> get it wrong. I did. Took a while to figure it out.
> 
> 
> Dave
> 
> 
> -----Original Message-----
> From: bryan hansen [mailto:bh5k@yahoo.com]
> Sent: Tuesday, April 30, 2002 12:34 PM
> To: Log4J Users List; arbangalore@statestreet.com
> Subject: Log4J with IPlanet
> 
> 
> I am using log4j with Iplanet. When I go to package
> up
> my application it says that it can not resolve the
> some of the log4j classes. I realize this is
> probably
> a packaging issue with iPlanet, but was wondering it
> anybody else has ran into this and if not how do you
> package your applications with Iplanet and log4j to
> avoid this?
> 
> Thanks,
> 
> Bryan
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


passing an URL to configureAndWatch ?

Posted by Anjan Bacchu <an...@bluewireless.com>.
Hi All,

	Thanks to all Log4j implementors.

	Is there a way I can call PropertyConfigurator.configureAndWatch() without
passing a file name ?

	Actually, I have a web app which is in the form of a WAR file and the
Property file in in the
WEB-INF\classes directory. How do I get the name of the file ?
It would be useful if I could pass an URL (URL =
ClassLoader.getResource("debug.ini") ) ?

Thank you,

Best Regards,
ANJAN. B


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Log4J with IPlanet

Posted by Dave Bender <da...@benders-of-edina.com>.
You need to put the log4j.jar file in the iPlanet classpath for that
particular server instance. In v6.0, it's in Server Manager->Java->Configure
JVM Attributes.

Also if you're working in Windows and Unix, you need to remember that the
classpath in Unix is separated by : not ;.  iPlanet doesn't complain if you
get it wrong. I did. Took a while to figure it out.


Dave


-----Original Message-----
From: bryan hansen [mailto:bh5k@yahoo.com]
Sent: Tuesday, April 30, 2002 12:34 PM
To: Log4J Users List; arbangalore@statestreet.com
Subject: Log4J with IPlanet


I am using log4j with Iplanet. When I go to package up
my application it says that it can not resolve the
some of the log4j classes. I realize this is probably
a packaging issue with iPlanet, but was wondering it
anybody else has ran into this and if not how do you
package your applications with Iplanet and log4j to
avoid this?

Thanks,

Bryan

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>