You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Dave Havard <da...@capital-connection.net> on 2004/01/13 14:31:54 UTC

Tomcat and James

Hi

I am trying to write a basic webmail client using tomcat as my servlet engine and James as my smtp, pop3, etc server.

In order to test I have put the following at the top of a jsp:
<%@ page import="org.apache.james.*" %>

but get the following error message back:
package org.apache.james does not exist

Any ideas why this is?

Thanks
Dave

Re: Tomcat and James

Posted by Serge Knystautas <se...@lokitech.com>.
Dave Havard wrote:
> Hi
> 
> I am trying to write a basic webmail client using tomcat as my servlet engine and James as my smtp, pop3, etc server.
> 
> In order to test I have put the following at the top of a jsp:
> <%@ page import="org.apache.james.*" %>
> 
> but get the following error message back:
> package org.apache.james does not exist
> 
> Any ideas why this is?

You want to use JavaMail to write a mail client.  James is irrelevant, 
and the code shouldn't be imported.  If you were doing something that 
required using James code, you would need to add that code to your 
classpath.

-- 
Serge Knystautas
President
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. sergek@lokitech.com

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Tomcat and James

Posted by Dave Havard <da...@capital-connection.net>.
Alas I have just got that far - to quote:

"The IMAP support in James is completely experimental. There are two IMAP
proposals in the CVS. Both contain code that should be reviewed, and neither
is probably what we want to end up with".

On with the search...

----- Original Message ----- 
From: "kerr rainey" <ke...@rokera.com>
To: "James Developers List" <se...@james.apache.org>
Sent: Tuesday, January 13, 2004 4:52 PM
Subject: Re: Tomcat and James


>
> > Funnily enough I am right in the middle of configuring jwma - knew there
had
> > to be something!
>
> >>A bit offtopic, but have you seen http://jwma.sourceforge.net/ ?
>
> Given that JWMA doesn't support POP3 what's the state of IMAP in James
> at the moment?
>
> Cheers
> Kerr
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>

RE: Tomcat and James

Posted by Jason Webb <jw...@inovem.com>.
> -----Original Message-----
> From: kerr rainey [mailto:kerr_rainey@rokera.com] 
> Sent: 13 January 2004 16:52
> To: James Developers List
> Subject: Re: Tomcat and James
> 
> 
> 
> > Funnily enough I am right in the middle of configuring jwma - knew 
> > there had to be something!
> 
> >>A bit offtopic, but have you seen http://jwma.sourceforge.net/ ?
> 
> Given that JWMA doesn't support POP3 what's the state of IMAP 
> in James 
> at the moment?

Not capable of being used, but it is being worked on (slowly :) ) 

> 
> Cheers
> Kerr
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Tomcat and James

Posted by kerr rainey <ke...@rokera.com>.
> Funnily enough I am right in the middle of configuring jwma - knew there had
> to be something!

>>A bit offtopic, but have you seen http://jwma.sourceforge.net/ ?

Given that JWMA doesn't support POP3 what's the state of IMAP in James 
at the moment?

Cheers
Kerr

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Tomcat and James

Posted by Dave Havard <da...@capital-connection.net>.
Sorry about that...

Funnily enough I am right in the middle of configuring jwma - knew there had
to be something!

Thanks for your help.

Dave

----- Original Message ----- 
From: "Kervin L. Pierre" <ke...@blueprintinc.com>
To: "James Developers List" <se...@james.apache.org>
Sent: Tuesday, January 13, 2004 3:12 PM
Subject: Re: Tomcat and James


>
> A bit offtopic, but have you seen http://jwma.sourceforge.net/ ?
>
> Dave Havard wrote:
>
> > Hi
> >
> > I am trying to write a basic webmail client using tomcat as my servlet
engine and James as my smtp, pop3, etc server.
> >
> > In order to test I have put the following at the top of a jsp:
> > <%@ page import="org.apache.james.*" %>
> >
> > but get the following error message back:
> > package org.apache.james does not exist
> >
> > Any ideas why this is?
> >
> > Thanks
> > Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Tomcat and James

Posted by "Kervin L. Pierre" <ke...@blueprintinc.com>.
A bit offtopic, but have you seen http://jwma.sourceforge.net/ ?

Dave Havard wrote:

> Hi
> 
> I am trying to write a basic webmail client using tomcat as my servlet engine and James as my smtp, pop3, etc server.
> 
> In order to test I have put the following at the top of a jsp:
> <%@ page import="org.apache.james.*" %>
> 
> but get the following error message back:
> package org.apache.james does not exist
> 
> Any ideas why this is?
> 
> Thanks
> Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org