Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Nexaweb Server is a collection of Servlet components that live inside a J2EE web application. You deploy a Nexaweb-enabled application the same way that you deploy any other J2EE application.  You package your application either in a Web Application Resource (WAR) file, or an Enterprise Application Resource (EAR) file for deployment.

 

Tip
titleHelpful Tip

There is no need to install Nexaweb Platform to the deployment server, simply deploy the WAR file.  Everything needed is there.

 

There is no need to install Nexaweb Platform to the deployment server, simply deploy the WAR file.  Everything needed is there.

...

The following are suggestions to troubleshoot the cause of application errors:

  1. View the Nexaweb Server Management Console to ensure that the server has started correctly.
  2. Examine the application server log files.
  3. Examine the browser Java console.
  4. Change the default log level from "info" to "debug" inside nexaweb-server.xml and run the Nexaweb server in debug mode.
  5. Trace traffic between the browser and the application server by setting up a TCP tunnel.  Use the <nexaweb-platform-sdk>/bin/tcptunnel.bat script or any other tcp monitoring tool.

...