Re: Compiling JSP's (hello.jsp - HelloJSP portlet) fails. Why?

2003-01-06 Thread Brian J. Glas
By looking at your error, I would guess that you had a typo in your jsp 
page.
It claims it is missing a ";" somewhere

Thanks
Brian

Henrik Westergaard Hansen wrote:

Hello
I cant get tomcat to compile JSP portlets. Even when I make a new war 
file from a original distibution and deploy it, it fails with the 
following message shown in the portlet window:

Error encountered processing a template: 
/portlets/html/hello.jsporg.apache.jasper.JasperException: Unable to 
compile class for JSP An error occurred at line: -1 in the jsp file: 
null Generated servlet error: 
C:\eclipse\workspace\jetdev\webapp\work\org\apache\jsp\WEB-INF\templates\jsp\portlets\html\hello_jsp.java:1: 
';' expected package 
org.apache.jsp.WEB-INF.templates.jsp.portlets.html; ^ 1 error at 
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130) 
at 
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293) 
at 
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:340) 
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:352) 
at..

The tomcat console fails with<
Compile failed; see the compiler error output for details.
   at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:842)
   at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:682)
   at 
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:308)
   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:352)
   at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext
.java:507)
   at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper

I suspect that it can be a Tomcat configuration problem. But i have no 
problems compiling the example jsp included with tomcat. Please advice.

Please advice, Thanks
/Henrik



--
To unsubscribe, e-mail:   

For additional commands, e-mail: 






--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: jetspeed = slowspeed?

2002-08-28 Thread Brian J. Glas

In the catalina.sh or catalina.bat.
At the top of the file with the JAVA_HOME and CATALINA_HOME, put CATALINA_OPTS= .

Also, if you use different browsers, does it make a difference?  Or is it server side 
slowdown that is the
same for both browsers?

Brian

Carlos Orrego wrote:

> sorry for the dumb question, but where do you set the CATALINA_OPTIONS to set -Xmx 
>and -Xms parameters?
> i have been trying to do this for a while with no luck
>
> thx
>
> carlos
>
> -Original Message-
> From: Saddest OfAllKeys [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 12:29 PM
> To: Jetspeed Users List
> Subject: Re: jetspeed = slowspeed?
>
> I'm no expert but try the following:
>
> -- change all logging levels in the
> ~/WEB-INF/conf/*.properties files to be INFO instead
> of DEBUG
>
> -- give Tomcat a lot of memory via the
> CATALINA_OPTIONS. e.g. -Xmx256m and -Xms128m
>
> -- look for velocity caching options in
> TurbineResources.properties and turn it on
>
> Please let us know if you find anything else that
> helps.
>
> thanks,
> Mike
>
> --- Woody Sturges <[EMAIL PROTECTED]> wrote:
> > Andrew,
> >
> >   I'm a newbie too.  Welcome.  Something I noticed
> > is that some of the
> > example portlets will take a while when you refresh
> > the page (especially
> > if they're trying to grab stuff off the inet or are
> > having problems).
> > Have you tried making your new portlet the only one
> > on your current
> > pane?  That would rule out the effect of other
> > portlets interfering with
> > response time.  If that does it, then you can slowly
> > add portlets to
> > identify the problem causer...
> >
> > Woody
> >
> > >>> [EMAIL PROTECTED] 08/28/02 06:44AM >>>
> > Hi,
> > I'm a jetspeed newbie, impressed with its
> > functionality etc.  My only
> > concern about using it in production is with
> > response time.  A user
> > portal
> > page takes about 8-10 seconds to appear, even with
> > just a 'hello
> > world'
> > portlet defined for the user.Meanwhile, I have
> > some fairly
> > intensive
> > servlets on the same box that take only 1-2 seconds.
> >  (800MHz, NT,
> > 256Mb,
> > JRun servlet engine.)
> >
> > My settings are prettly much out-of-the-box.
> > cachedOnName="true"
> > cachedOnValue="true" are set for all portlets.
> >
> > Are my response times the norm or am I missing
> > something?  Would using
> > external RDMS rather than Turbine improve things
> > (I've tried SQL server
> > and
> > Sybase with no luck).?
> >
> > Thanks!
> > Andrew
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> >
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> >
> > --
> > To unsubscribe, e-mail:
> >
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
>
> __
> Do You Yahoo!?
> Yahoo! Finance - Get real-time stock quotes
> http://finance.yahoo.com
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
Something witty?  How quaint...
Brian J. Glas
GSP Technologies
[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: TR : Error : Why IllegalStateException ?

2002-07-23 Thread Brian J. Glas

I believe in one of the newer versions of Tomcat (4.x) it is fixed, but I
don't think you can get it to work in Tomcat 3.2.4
I can't remember which version of Tomcat it is ok with, if someone else
could post that, it would be great
Sorry I couldn't be of more help.
Brian

Jose Saloio wrote:

> Re :
>
> Yes, I use jdk1.4, but I must use this jdk. How can I do for resolve
> this problem : "IllegalStateException in: R( /test+)  Current
> > state = FLUSHED, new state = CODING" with this version 1.4 ?
>
> Jose.
>
> 
> --
>
> Are you by chance using the jdk1.4 ?  It has been known to cause errors
> like the
> one you are seeing.
> Have you tried using jdk1.3.1 ?
>
> Brian
>
> 
> --
>
> jose saloio wrote:
>
> > Hi,
> >
> > I have this error:
> > Current state = FLUSHED, new state = CODING
> > 7-10 11:09:48 - Ctx( /test): IllegalStateException in: R( /test+)
> Current
> > state = FLUSHED, new state = CODING
> > 7-10 11:09:48 - Ctx( /kalima ): IllegalStateException in: R( /test+)
> > Current state = FLUSHED, new state = CODING
> > 7-10 11:09:48 - Ctx( /kalima ): IllegalStateException in: R( /test+)
> > ++ again others !!!
> > For stop this message, I must to stop Tomcat3.2.4.
> >
> > I must use the servlet 2.2 in my project. But I don't understand How
> can I
> > resolve this problem because I respect the DTD 2.2 in the web.xml
> file?
> > Thank you,
> >
> > Jose saloio.
> >
>
>

--
Something witty?  How quaint...
Brian J. Glas
GSP Technologies
[EMAIL PROTECTED]
(901)263-8542 (desk)
(901)674-8542 (cell)



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: TR : Error : Why IllegalStateException ?

2002-07-23 Thread Brian J. Glas

Are you by chance using the jdk1.4 ?  It has been known to cause errors like the
one you are seeing.
Have you tried using jdk1.3.1 ?

Brian

jose saloio wrote:

> Hi,
>
> I have this error:
> Current state = FLUSHED, new state = CODING
> 7-10 11:09:48 - Ctx( /test): IllegalStateException in: R( /test+)  Current
> state = FLUSHED, new state = CODING
> 7-10 11:09:48 - Ctx( /kalima ): IllegalStateException in: R( /test+)
> Current state = FLUSHED, new state = CODING
> 7-10 11:09:48 - Ctx( /kalima ): IllegalStateException in: R( /test+)
> ++ again others !!!
> For stop this message, I must to stop Tomcat3.2.4.
>
> I must use the servlet 2.2 in my project. But I don’t understand How can I
> resolve this problem because I respect the DTD 2.2 in the web.xml file?
> Thank you,
>
> Jose saloio.
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
Something witty?  How quaint...
Brian J. Glas
GSP Technologies
[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: Unpacking jetspeed

2002-07-11 Thread Brian J. Glas

What do you mean by "not there" ?
When tomcat is started does the jetspeed.war file create a jetspeed dir within the
webapps dir?
When Jetspeed is deployed in Tomcat, there are no classes to look through, it is
all collected into the Jetspeed jar file in jetspeed's lib directory when the war
is built.


Josh Hone wrote:

> Hi all -
>
> I built the Jetspeed war file with source from today but cannot get it to
> unpack.  I placed the war in the webapps directory of Tomcat but when I
> check to see if anything new has been added like the services.persistence
> classes, they are not there.
>
> I have added some files of my own but this should not impede tomcat from
> sending files to Jetspeed.  Anyone experienced this?
>
> TIA,
> Josh Hone
>
> _
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
Something witty?  How quaint...
Brian J. Glas
GSP Technologies




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: class file problem

2002-07-09 Thread Brian J. Glas

You don't have to register all your classes in the web.xml, just the servlets I 
believe.  I think it is
because Jetspeed needs to be able to map the servlet name in the URL to the actual 
class you are trying to
use.  Someone correct me if I am wrong.

Thanks.
Brian

[EMAIL PROTECTED] wrote:

> Thanks Brian,
>
> now  it works ;-)
>  Can you give me some explanation why I have to register my classes in
> web.xml for use with jetspeed.
> It worked well  in my Tomcat webapp without these entries in web.xml
>
> Marcus
>
>
>     "Brian J.
> Glas"To: Jetspeed Users List 
><[EMAIL PROTECTED]>
>  dex.com> Subject: Re: class file problem
>
> 09.07.2002
> 14:26
> Please respond
> to "Jetspeed
> Users List"
>
>
>
> Is your servlet registered in jetspeed's web.xml?
>
> Brian
>
> [EMAIL PROTECTED] wrote:
>
> > Hi Paul,
> >
> > all class files are in jetspeed's webapp class directory.
> > I use the initial jetspeed setup which i get after deploying the jetspeed
> > war file.
> > I added my web.xml entries to jetspeeds and I added the following entry
> to
> > the jetspeed registry
> >  > application="false">
> > 
> > Fanuc eParts
> > eParts Online Order
> > 
> > 
> > 
> > 
> > login.jsp comes from my webap and is located in jetspeed's webapp root
> > directory.
> > Whenver login.jsp try's to access my mainServlet   I get receive this
> error
> > message
> > The requested resource (/jetspeed/servlet/mainServlet) is not available.
> >
> > Do I have to change any of JetspeedResources.properties or
> > TurbineResources.properties
> > up to now ?
> >
> > Marcus
> >
> >
> > Paul Spencer
> >  <[EMAIL PROTECTED]>
> > .org>cc:
> >  Subject: Re: class file
> problem
> > 09.07.2002
> > 12:50
> > Please respond
> > to "Jetspeed
> > Users List"
> >
> >
> >
> > Marcus,
> >
> > 1) Is class file in Jetspeed's webapp class directory?
> > 2) Are all of the jars and classes required by mainServlet in the
> > classpath used by Jetspeed.
> >
> > Alternatively, their is a servlet portlet.
> >
> > Paul Spencer
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > Hi,
> > >
> > > i try to access my webapp which is running fine with Tomcat  from
> > jetspeed.
> > > The class files are placed under WEB-INF/classes/de/xx/yy Their package
> > > declaration is de.xx.yy
> > > but i get a class not found exception if i try to access the class
> files.
> > >>From the archives I got a hint to put the class files in
> WEB-INF/classes.
> > > Then the class files are found but i get
> > > the following exception.
> > >
> > > java.lang.NoClassDefFoundError: mainServlet (wrong name:
> > xx/yy/mainServlet)
> > >
> > > which tells me that my package declaration is wrong. So where do I have
> > to
> > > put my class files?
> > >
> > > Thanks in advance for any suggestions.
> > >
> > > Best regards.
> > >
> > > Marcus
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:   <
> > mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail: <
> > mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> > --
> > To unsubscribe, e-mail:   <
> > mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <
> > mailto:[EMAIL PROTECTED]>
> >
> > --
> > To unsubscribe, e-mail:   <
> mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <
> mailto:[EMAIL PROTECTED]>
>
> --
> Something witty?  How quaint...
> Brian J. Glas
> GSP Technologies
>
> --
> To unsubscribe, e-mail:   <
> mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <
> mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
Something witty?  How quaint...
Brian J. Glas
GSP Technologies




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: class file problem

2002-07-09 Thread Brian J. Glas

Is your servlet registered in jetspeed's web.xml?

Brian

[EMAIL PROTECTED] wrote:

> Hi Paul,
>
> all class files are in jetspeed's webapp class directory.
> I use the initial jetspeed setup which i get after deploying the jetspeed
> war file.
> I added my web.xml entries to jetspeeds and I added the following entry to
> the jetspeed registry
>  application="false">
> 
> Fanuc eParts
> eParts Online Order
> 
> 
> 
> 
> login.jsp comes from my webap and is located in jetspeed's webapp root
> directory.
> Whenver login.jsp try's to access my mainServlet   I get receive this error
> message
> The requested resource (/jetspeed/servlet/mainServlet) is not available.
>
> Do I have to change any of JetspeedResources.properties or
> TurbineResources.properties
> up to now ?
>
> Marcus
>
>
> Paul Spencer
> <[EMAIL PROTECTED]>
> .org>cc:
>  Subject: Re: class file problem
> 09.07.2002
> 12:50
> Please respond
> to "Jetspeed
> Users List"
>
>
>
> Marcus,
>
> 1) Is class file in Jetspeed's webapp class directory?
> 2) Are all of the jars and classes required by mainServlet in the
> classpath used by Jetspeed.
>
> Alternatively, their is a servlet portlet.
>
> Paul Spencer
>
> [EMAIL PROTECTED] wrote:
>
> > Hi,
> >
> > i try to access my webapp which is running fine with Tomcat  from
> jetspeed.
> > The class files are placed under WEB-INF/classes/de/xx/yy Their package
> > declaration is de.xx.yy
> > but i get a class not found exception if i try to access the class files.
> >>From the archives I got a hint to put the class files in WEB-INF/classes.
> > Then the class files are found but i get
> > the following exception.
> >
> > java.lang.NoClassDefFoundError: mainServlet (wrong name:
> xx/yy/mainServlet)
> >
> > which tells me that my package declaration is wrong. So where do I have
> to
> > put my class files?
> >
> > Thanks in advance for any suggestions.
> >
> > Best regards.
> >
> > Marcus
> >
> >
> > --
> > To unsubscribe, e-mail:   <
> mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <
> mailto:[EMAIL PROTECTED]>
> >
> >
>
> --
> To unsubscribe, e-mail:   <
> mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <
> mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
Something witty?  How quaint...
Brian J. Glas
GSP Technologies



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: behind the scene

2002-06-18 Thread Brian J. Glas

You could try using the valueBound and valueUnbound sessionbinding listeners.  Run
a search in google and you should find the info you would need to set it up.

Brian

Guanling Chen wrote:

> Wimmer, I had a cup of coffee and found out about
> web.xml and TurbineResources.properties, also the
> login code in jetspeed modules. My mind must have been
> wondering somewhere else.
>
> According to
> http://www.theserverside.com/resources/article.jsp?l=Portlet_API,
> it seems that there is a master portal servlet that
> probably does the job of controlling the layout and
> redering the portlets. Presumably that portal servlet
> is not the turbine httpservlet, no? I will keep
> digging, but some high-level explanation is
> appreciated.
>
> I am still interested to know how a standalone
> serverside application can detect user's session is
> expired so it can kill itself.
>
> Cheers,
> Guanling
>
> --- "Wimmer, Matthias"
> <[EMAIL PROTECTED]> wrote:
> > Guanling:
> >
> > portal is a servlet-mapping for the servlet
> > org.apache.turbine.Turbine. You
> > can find this information in
> > tomcat\webapps\jetspeed\WEB-INF\web.xml.
> >
> > But that is all I know. I have the same problem. I
> > also need to know what is
> > behind the scene. How is the portal with all its
> > portlets rendered?
> >
> >
> > best regards
> >
> > Matthias Wimmer
> >
> > -Original Message-
> > From: Guanling Chen [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, June 18, 2002 3:21 PM
> > To: [EMAIL PROTECTED]
> > Subject: behind the scene
> >
> >
> > Hi all,
> >
> > I am still confused about what is happening behind
> > the
> > jetspeed.  The url "http://.../jetspeed/"; seems to
> > be
> > forwarded to "portal/", is it a directory or
> > servlet?
> > Where I can find the code? Basically, where is the
> > code assembles top.vm, left.vm and etc.?
> >
> > Also, where is the code for login? I need to launch
> > some processes only when user is logged in and
> > terminated when the session is expired. Is it
> > feasible, or there is some other ways?
> >
> > Thanks!
> > Guanling
> >
> > __
> > Do You Yahoo!?
> > Yahoo! - Official partner of 2002 FIFA World Cup
> > http://fifaworldcup.yahoo.com
> >
> > --
> > To unsubscribe, e-mail:
> >
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> > --
> > To unsubscribe, e-mail:
> >
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
>
> __
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
Questions?  You know what to do...
Brian J. Glas
GSP Technologies
[EMAIL PROTECTED]
(901)263-8542 (desk)
(901)674-8542 (cell)



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: ClassNotFound exception

2002-06-14 Thread Brian J. Glas

I use the WEB-INF/classes pretty extensively for developing.  The trick I found that 
made it work for
me is that if you are going to compile a file with the name "yourfile.class" that has 
the package
name "com.cisco.esales.modules", your class file needs to be a directory structure 
similar to the
following example:  "WEB-INF/classes/com/cisco/esales/modules/yourfile.class"

Brian

Todd Kuebler wrote:

> I've never gotten WEB-INF/classes to work, I have just jar'ed up the
> classes and put them in WEB-INF/lib, which works fine.  Don't know if this
> is a known bug or not.
>
> -tk
>
> At 09:33 AM 6/14/2002 -0700, Shan Gopalakrishnan wrote:
> >Hi
> >
> >I'm using Tomcat 4.0.3 and Jetspeed lastest nightly build.
> >
> >Although I deploy my actions in the WEB-INF/classes and have the module
> >package specified in the Turbine.properties,
> >it fails to load the action classes throwing ClassNotFoundException. below
> >is some of the stack error.   The package names everything
> >looks fine. do I miss anything.
> >
> >
> >java.lang.ClassNotFoundException:
> >
> > Requested Action not found: bookings.MySalesStatisticsAction
> > Turbine looked in the following modules.packages path:
> > [com.cisco.esales.modules, org.apache.jetspeed.modules,
> > org.apache.turbine.modules]
> >
> > at
> > org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java:174)
> > at
> > org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
> > at
> > 
>com.cisco.esales.portlets.ESalesBasePortlet.buildContext(ESalesBasePortlet.java:456)
> > at
> > com.cisco.esales.portlets.ESalesBasePortlet.getContent(ESalesBasePortlet.java:538)
> > at
> > 
>org.apache.jetspeed.portal.security.portlets.PortletWrapper.getContent(PortletWrapper.java:139)
> > at java.lang.reflect.Method.invoke(Native Method)
> > at
> > org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:259)
> > at
> > org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:207)
> > at
> > org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:250)
> > at
> > org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:94)
> > at
> > 
>org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:109)
> > at
> > org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:94)
> > at
> > 
>org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:109)
> > at
> > org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:271)
> >
> >
> >--
> >To unsubscribe,
> >e-mail:   <mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail:
> ><mailto:[EMAIL PROTECTED]>
> >
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
Questions?  You know what to do...
Brian J. Glas
GSP Technologies
[EMAIL PROTECTED]
(901)263-8542 (desk)
(901)674-8542 (cell)



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>