serverinfo.html #1

  • //
  • guest/
  • perforce_software/
  • p4web/
  • main/
  • src/
  • Help/
  • serverinfo.html
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<TITLE>Displaying Perforce Information</TITLE>

<P>
The <B>Information</B> page displays information regarding 
your version of P4Web, your connection with the Perforce server, and Perforce contact information.

    <H4>Application</H4>

  <UL>
    <LI> <b>P4Web version</b>: the version of P4Web that you are currently running. 
    <LI> <b>Browser version</b>: the browser version that you are currently using. 
  </UL>
  <P> 
 
    
<H4>Server</H4>
 
  Your Perforce server information, including: 
  <UL>
    <LI><b>User name</b>: your Perforce user ID. 
    <LI><b>Client name</b>: the name of your Perforce client. 
    <LI><b>Client host</b>: the name of the client workspace host.
    <LI><b>Client root</b>: your current client root.
    <LI><b>Current directory</b>: the current working directory, in local syntax. 
    <LI><b>Client address</b>: The IP address and port on which P4Web is listening 
      for data from the Perforce server, <EM>not</EM> the port on which P4Web 
      listens for requests from your web browser. 
    <LI><b>Server address</b>: The P4PORT setting used by P4Web; the Perforce 
      server host and port.
    <LI><b>Server root</b>: The root directory of the Perforce server. 
    <LI><b>Server version</b>: The version of p4d running on the Perforce server. 
    <LI><b>Server license</b>: Licensing information for your Perforce server. 
  </UL>
  <P> 
  <DT>
    <H4>Company</H4>
  </DT>
  <UL>
    <LI> <b>Company website</b>: click on this link to access the Perforce website. 
    <LI> <b>Email</b>: Use this email address to contact Perforce. 
  </UL>
Perforce technical support personnel might request the contents of the <B>Information</B> 
page to help you. Your system administrator might also need this information. 
# Change User Description Committed
#1 12234 Matt Attaway Rejigger P4Web project in preparation for official sunsetting

The bin directory contains the last official builds of P4Web from the
Perforce download site. P4Web is soon to be completely sunsetted; these
builds are here for folks who don't want to build their own.

To better handle the archived builds the source code has been moved into
a separate src directory.
//guest/perforce_software/p4web/Help/serverinfo.html
#1 8914 Matt Attaway Initial add of the P4Web source code