AppServer Section Index | Page 8
When are stubs & skeletons created for my EJB components? is it at development time, deployment time or run time?
The time of creation of stubs and skeletions for EJB components varies from server to server. The creation of stubs and skeletons for the popular servers is outlined below:
Inprise Application S...more
How do I configure my Application Server to show a different Error page upon an exception from a JSP or Servlet?
How do I configure my Application Server to show a different Error page upon an exception from a JSP or Servlet?
How can I integrate the JRun 3.0 Application Server to use Apache or another external webserver?
To integrate the JRun 3.0 (even for 2.3 too )
you will have to configure the connector which connects the Web Server and Servlet container (in case of JRun 3.0 it is App Server).
For JRun 3.0 an...more
In BEA Weblogic - Is it possible to load a Servlet without mentioning an alias name in the weblogic.properties file?
In BEA Weblogic - Is it possible to load a Servlet,
without mentioning an alias name in the weblogic.properties file?
What are the tradeoffs between using a single JRE versus running multiple, separate instances of the JVM for a complex application like an application server?
One of the major problems with JVM is garbage collection. When running small, short-lived applications there are not significant problems with Garbage Collection. However, in the case of an Appli...more
Where can I find information about installing the Apache webserver on different platforms (e.g Solaris)?
Document for Compiling and Installing Apache on various unix platforms can be found at:
http://www.apache.org/docs/install.html
Hints on running under various platforms are at:
http://www.apache....more
How can I integrate the Inprise Application Server to use Apache or Allaire JRun?
There is a whitepaper located at http://www.borland.com/appserver/papers/11499_apache.pdf which dicusses how to do this.more
Where can I get a comprehensive list of Application Servers?
Flashline.com have a comprehensive up-to-date Application Server Comparison Matrix located at http://www.flashline.com/Components/appservermatrix.jspmore
Where can I find links to documents and tutorials related to the SilverStream Application Server?
SilverStream run their own developer portal named the SilverStream Developer Center - http://devcenter.silverstream.com/
Is there an example of how to configure the BEA WebLogic Server to use the Oracle Thin JDBC Driver ?
To do this Oracle's JDBC driver (classes111.zip) should be in your classpath.
I usually put it in the JAVA_CLASSPATH in the startWebLogic.cmd(for NT). For unix it is startWebLogic.sh
NOTE : Ser...more
Are there any Developer Sites devoted to the Sun/Netscape iPlanet Application Server?
Sun/Netscape have set up a developer portal surrounding iPlanet at http://developer.iplanet.com
What is the difference between WebLogic Express server and WebLogic server?
WebLogic Express is a "cut-down" version of the WebLogic Server and contains the JDBC connection pool and Servlet functionality but amongst others, does not contain an EJB Container or t...more
How can I get access to the properties of my running WebLogic server that have been set inside the weblogic.properties file? In particular I am after the document root of my server.
In WebLogic 5.1, to gain access to the weblogic properties, you can use the ConfigServicesDef interface which is accessible from the T3Client.
The particular property that you are after is :
web...more
What does this messaging exception mean: javax.mail.NoSuchProviderException: No provider for Address type: rfc822 I am running a Weblogic on a Sun...
What does this messaging exception mean:
javax.mail.NoSuchProviderException:
No provider for Address type: rfc822
I am running a Weblogic on a Sun...
Are there any good hands-on EJB programming tutorials for WebLogic?
You can find very cool hands-on tutorial on
EJB on WebLogic at
http://www.weblogic.com/docs51. Here you can also find extensive documentation on how weblogic supports the complete J2EE family.more