Hi:

I went into the Admin Console and the Error msg is:
"C:/eepassion/UnZip/servletbasics/samples/hello2/build/web "

> The first time I've tried to do it, I could not find a way, so I
> simply threw away GlassFish v2 installation and installed it again.
> Next I've found a way to do it but I did not remind exactly how. You
> should first stop the server, remove any traces of your application in
> GlassFish particular domain (you have to go in any subfolder to be
> sure there is not something left), then you have to change the
> configuration file which recaps all installed web applications (I
> don't remember the name but it is easy to find it) and remove all
> references to this application again), next reboot to be sure there is
> no cache session left, then start GlassFish again. But by the time you
> achieve this, you would have probably reinstalled GlassFish v2 three
> or four times. Hence if you have not any critical application on your
> server, the best way to get rid of this issue is to throw away the
> GlassFish v2 installation and reinstall it again.

Not too sure about doing this because the other projects ran in Jave
EE 5 and under Glassfish v2.
Seems something wrong in the way the project is being deployed???

> Normally you would have to install at least NetBeans 6.7. I'll guess
> NetBeans 6.8 and NetBeans 6.9 work, but the sample are different for
> 6.8 and 6.9 since the GlassFish server is not the same. In any case,
> you should choose the full installation (or JE22 installation). I'll
> guess that Java 1.5 or 1.6 is the preferred Java version, I doubt
> anything work with J2EE 1.4.

NetBeans 6.8 is installed!


> This is what I have done to get hello2 run in NetBeans 6.8, GlassFish
> v3, J2EE 1.5 platform.
> 1 - In the hello2 project, you have to change the j2ee.platform=1.4 to
> j2ee.platform=1.5 in the project.properties file (Files->nbproject).
> Save the file.
> 2. Next you change the source/binary format to JDK 5 or JDK 6 as you
> want via right-clicking on the project select properties sources tab,
> click ok to save the change.
> 3. Clean and build the project

The Default library is JDK 6.  The java version is 1.6.0.17.  So I
changed the file in nbproject.  But these files are built after
compilation and run.  So the problem is before in the way the project
is being deployed.  I don't know where the deployment descriptor is???

Still same error message???? Uhhhh.

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to