following config
> file or Eclipse would have errors in each "viewer."
>
> /etc/eclipse/java_home
>
> Just make sure the path matching the version of Java you are running is
> first in this file.
>
> Nathan
>
>
>
>
> - Original Message -
>
download and install Tomcat I think.
Just as the quick start said.
2007/10/31, Matt Raible <[EMAIL PROTECTED]>:
>
> Do you want Cargo to download and install Tomcat, or do you want to
> use one that's already installed on your system?
>
> Matt
>
> On 10/31/
;
> Mike.
>
>
> On 10/31/07, 罗霄 <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > I just build my ubuntu 7.10 system. Jdk, eclipse, tomcat, apache, svn,
> > maven2 , mysql
> > It is so cute and I am too impatient to wait for developing my ap
Hi all,
I just build my ubuntu 7.10 system. Jdk, eclipse, tomcat, apache, svn,
maven2 , mysql
It is so cute and I am too impatient to wait for developing my appfuse on
it.
I downloaded the struts2 modular , modified the tomcat configuration and
mysql configuration, run the "mvn" in the proje
Hi All,
I just start to learn Appfuse 2.0.
When I integrates my project with WTP. I met some problem in the
tutorial.
# Use the AppFuse archetypes to create the project. I used the Struts-2
Modular version. If you're not using a modular archetype, you can skip to
step #6.
# Under
I checked the source code of acegi.
protected void sendRedirect(HttpServletRequest request,
HttpServletResponse response, String url)
throws IOException {
if (!url.startsWith("http://";) && !url.startsWith("https://";)) {
url = request.getContextPath() + url;
}
I added session.clear() after the save action. And the problems solved.
But it is still weird.
why there is no user.userProfile cache after save action. It is not
reasonable.sigh
2007/2/11, luo xiao <[EMAIL PROTECTED]>:
Hi, All,
I have to object.
public class User
{