22/08/2008, 10:47
|
| | | Fecha de Ingreso: julio-2008 Ubicación: Lima
Mensajes: 25
Antigüedad: 16 años, 6 meses Puntos: 0 | |
Respuesta: ayuda con netbeans Ok , I think I might have one half way solution for you...
If you click on windows tab and then select runtime, you will see the runtime window to your left.
Expand the server section and you will see the tomcat bundle server.
This as most of you know, comes with netbeans, unless you installed tomcat yourself on your machine.
To get rid of your problem that probably has to do with authorization/login on tomcat, download and install tomcat by itself.
Once you have done that, go back to your runtime window in netbeans and rightclick on server. Select add server.
Select correct server and click next.
Where it ask you to specify Catalina Home, brows to the following place: C:\Program Files\Apache Software Foundation\Tomcat 5.0
(for most of you running under windows xp, this should be the case).
If the location is wrong, it will tell you.
Enter your username and password and click finish.
Done. all you have to do now is to rightclick on you project in the project window and select properties.
Click on the Run item and you will see a drop down window that says server. Select the Tomcat 5.0 and not the bundle Tomcat. click ok
run your project....
at least this will help you to move on..... |