Файл конфигурации weblogic properties (на 12 Апреля, 2000)



Дата08.06.2016
өлшемі63 Kb.
#121554

Файл конфигурации weblogic.properties (на 12 Апреля, 2000)

weblogic.system.listenPort=80 порт для протокола HTTP


weblogic.system.home=/export/home/tamagotchi/system/weblogic основной адрес weblogic

weblogic.password.system=4gGitr0h login и пароль для регистрации программы в системе


weblogic.allow.execute.weblogic.servlet=everyone
weblogic.security.ssl.enable=false

weblogic.system.SSLListenPort=7002 порт для управления


# Настройка сервлетов для SSL

# ------------------------------------------------

# Authentication servlet for creating tokens for applets

weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet

# Limits number of unclaimed stored tokens

weblogic.security.certificateCacheSize=3

# Capture CA root of client servlet

weblogic.httpd.register.T3AdminCaptureRootCA=admin.T3AdminCaptureRootCA


# Certificates for SSL

# ------------------------------------------------

# Name of acceptable CA roots

# For client authentication change value to a valid .pem file

#weblogic.security.clientRootCA=SecureServerCA.pem

#

# Server certificates for SSL



# ------------------------------------------------

weblogic.security.certificate.server=democert.pem

weblogic.security.key.server=demokey.pem

weblogic.security.certificate.authority=ca.pem


# registration for certificate generator servlet

weblogic.httpd.register.Certificate=utils.certificate

weblogic.allow.execute.weblogic.servlet.Certificate=system

#weblogic.administrator.location=3355 California Drive, West Hampshire, CA 94104

#weblogic.administrator.name=Joe Administrator

#weblogic.administrator.phone=1 415 555 1234

weblogic.system.nativeIO.enable=true

weblogic.system.enableConsole=true


weblogic.system.helpPageURL=c:/weblogic/myserver/public_html/docs/adminhelp/
# Параметры для управления производительностью сервера

# ------------------------------------------------

# Количество исполняемых тредов в WebLogic Server.

weblogic.system.executeThreadCount=30


# Other optional system properties

# ------------------------------------------------

# Максимальный размер weblogic.log (в K) and versions old log

weblogic.system.maxLogFileSize=1024


# Минимальная длина пароля

weblogic.system.minPasswordLen=8


# Только для UNIX: If running on port 80 on UNIX, enable the setUID program

weblogic.system.enableSetUID=true переход на другой ID для открытия порта 80


# Только для UNIX: Переход на setUID непривелегированного пользователя после запуска

# WebLogic Server on port 80

weblogic.system.nonPrivUser=weblogic
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# настройки для кластеров

# ------------------------------------------------

# Cluster-specific properties in this section are set to system defaults.

# CLUSTER USERS: Note that ALL Cluster-specific properties should be set

# in the *per-cluster* properties file ONLY.

#

# Time-to-live (number of hops) for the cluster's multicast messages



# (default 1, range 1-255).

#weblogic.cluster.multicastTTL=1

#

# Sets the load-balancing algorithm to be used between



# replicated services if none is specified. If not specified,

# round-robin is used.

#weblogic.cluster.defaultLoadAlgorithm=round-robin

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# SERVER-SPECIFIC CLUSTER PROPERTIES

# ------------------------------------------------

# Cluster-related properties in this section are set to system defaults.

# CLUSTER USERS: Note that these server-specific cluster-related properties

# should be set in the *per-server* properties file ONLY.

#

# Sets the weight of the individual server for the weight-based load-balancing.



# Range is 0 - 100.

# Larger numbers increase the amount of traffic routed to this server.

#weblogic.system.weight=100

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# файлы запуска - примеры

# ------------------------------------------------

# CLUSTER USERS: Note that ONLY startup registrations for pinned RMI

# objects should be registered in the *per-server* properties file.

# All other startup classes should be registered in the *per-cluster*

# properties file.

#

# For more info on writing and using startup file, see the



# Developers Guide "Writing a WebLogic Client application," at

# http://www.weblogic.com/docs45/classdocs/API_t3.html

#

# Register a startup class by giving it a virtual name and



# supplying its full pathname.

#weblogic.system.startupClass.[virtual_name]=[full_pathname]

#

# Add arguments for the startup class



#weblogic.system.startupArgs.[virtual_name]={argname]=[argvalue]

#

# This example shows the entry for examples/t3client/StartupQuery.java



#weblogic.system.startupClass.doquery=examples.t3client.StartupQuery

#weblogic.system.startupArgs.doquery=\

# query=select * from emp,\

# db=jdbc:weblogic:pool:demoPool

#

# Other system startup files for use with VisiBroker



# ------------------------------------------------

# Starts the VisiBroker WebLogic Server proxy with the WebLogic Server

# You must have installed Visigenic 2.5 for use with

# the WebLogic Server before you uncomment these properties

#weblogic.system.startupClass.dovisi=weblogic.corba.visi.t3server.Startup

#weblogic.system.startupArgs.dovisi=\

# clientName=T3Client Manager,\

# connName=T3Connection Manager

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# файлы остановки системы - примеры

# ------------------------------------------------

# For more info on writing and using shutdown file, see the

# Developers Guide "Writing a WebLogic Client application," at

# http://www.weblogic.com/docs45/classdocs/API_t3.html

#

# Register a shutdown class by giving it a virtual name and



# supplying its full pathname.

#weblogic.system.shutdownClass.[virtual_name]=[full_pathname]

#

# Add arguments for the shutdown class



#weblogic.system.shutdownArgs.[virtualName]={argname]=[argvalue]

#

# This example shows the entry for examples/t3client/ShutdownTest.java



#weblogic.system.shutdownClass.ShutdownTest=examples.t3client.ShutdownTest

#weblogic.system.shutdownArgs.ShutdownTest=\

# outfile=c:/temp/shutdown.log

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# свойства, связанные с безопасностью

# ------------------------------------------------

# For backward compatibility, the following entries disable Access

# Control on Workspaces

weblogic.allow.read.weblogic.workspace=everyone

weblogic.allow.write.weblogic.workspace=everyone

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# JOLT FOR WEBLOGIC PROPERTIES

# ------------------------------------------------

# These properties configure a BEA Jolt connection pool for use with

# the simpapp and bankapp examples, and register a servlet for use with

# with the simpapp example. The default server address provided here

# points to a public TUXEDO server that is hosted by BEA for use with

# this example.

#

# Servlet registration for simpapp example:



# ------------------------------------------------

#weblogic.httpd.register.simpapp=examples.jolt.servlet.simpapp.SimpAppServlet

#

# Pool creation and cleanup



# note this example is set up to work with the public

# demo TUXEDO server available from BEA's website:

# ------------------------------------------------

#weblogic.system.startupClass.demojoltpoolStart=\

# bea.jolt.pool.servlet.weblogic.PoolManagerStartUp

#weblogic.system.startupArgs.demojoltpoolStart=\

# poolname=demojoltpool,\

# appaddrlist=//beademo1.beasys.com:8000,\

# failoverlist=//beademo1.beasys.com:8000,\

# minpoolsize=1,\

# maxpoolsize=3

#

#weblogic.system.shutdownClass.demojoltpoolStop=\



# bea.jolt.pool.servlet.weblogic.PoolManagerShutDown

#weblogic.system.shutdownArgs.demojoltpoolStop=\

# poolname=demojoltpool
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# WEBLOGIC ENTERPRISE CONNECTIVITY PROPERTIES

# ------------------------------------------------

# The registrations enable a BEA IIOP connection pool and

# register servlets for use with the simpapp and university examples.

# Configure for your environment and uncomment to use.

# Uncommenting these properties requires WebLogic Enterprise Connectivity

# and an operating WebLogic Enterprise Server.

#

# Servlet registration for simpapp servlet example



# ------------------------------------------------

#weblogic.httpd.register.SimpappServlet=\

# examples.wlec.servlets.simpapp.SimpappServlet

#

#weblogic.allow.execute.weblogic.servlet.SimpappServlet=everyone



#

# Servlet registration for simpapp EJB example

# (You'll need to add the wlec_ejb_simpapp.jar to the

# weblogic.ejb.deploy property in this file.)

# --------------------------------------------

#weblogic.httpd.register.ejbSimpappServlet=\

# examples.wlec.ejb.simpapp.ejbSimpappServlet

#weblogic.allow.execute.weblogic.servlet.ejbSimpappServlet=everyone

#

# Pool creation and cleanup for the simpapp example



# -------------------------------------------------

#weblogic.CORBA.connectionPool.simplepool=\

# appaddrlist=//wlehost:2468,\

# failoverlist=//wlehost:2468,\

# minpoolsize=2,\

# maxpoolsize=3,\

# username=wleuser,\

# userrole=developer,\

# domainname=simpapp

#

# Servlet registration for university Servlet example:



# ---------------------------------------------------

#weblogic.httpd.register.UniversityServlet=\

# examples.wlec.servlets.university.UniversityServlet

#weblogic.allow.execute.weblogic.servlet.UniversityServlet=everyone

#

# Pool creation and cleanup for the University example:



# ----------------------------------------------------

#weblogic.CORBA.connectionPool.Univpool=\

# appaddrlist=//wlehost:2498,\

# failoverlist=//wlehost:2498,\

# minpoolsize=2,\

# maxpoolsize=3,\

# username=wleuser,\

# userrole=developer,\

# apppassword=wlepassword,\

# domainname=university

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# WEBLOGIC FILE PROPERTIES

# ------------------------------------------------

# Maps a volume name to a path, for client file read/write

#weblogic.io.fileSystem.[volumeName]=[fullPathName]

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# WEBLOGIC JMS DEMO PROPERTIES

# -------------------------------------------------

# CLUSTER USERS: Note that ALL JMS deployment should be done in the

# *per-cluster* properties file ONLY.

#

# You set up a JDBC connection pool if you want persistent messages



# (including durable subscriptions). To use JMS and EJBs in the same

# transaction, both must use the same JDBC connection pool. Uncomment

# the following property to use the default JDBC connection pool

# 'demo', which is defined in the Demo connection pool section of this file.

#

#weblogic.jms.connectionPool=demoPool



#

# The JMS Webshare example demonstrates how the ClientID for a

# durable subscriber is configured in the connection factory:

#

#weblogic.jms.topic.webshareTopic=jms.topic.webshareTopic



#weblogic.jms.connectionFactoryName.webshare=jms.connection.webshareFactory

#weblogic.jms.connectionFactoryArgs.webshare=ClientID=webshareUser

#weblogic.httpd.register.webshare=examples.jms.webshare.WebshareServlet

#

# The JMS trader example shows how to use JMS with an EJB. In addition



# to uncommenting the following properties, you must also set up and

# deploy the EJB example examples.ejb.basic.statefulSession.Trader to

# try out this JMS example:

#

#weblogic.jms.topic.exampleTopic=javax.jms.exampleTopic



#weblogic.jms.connectionFactoryName.trader=jms.connection.traderFactory

#weblogic.jms.connectionFactoryArgs.trader=ClientID=traderReceive

#weblogic.httpd.register.jmstrader=examples.jms.trader.TraderServlet

#

# Registers the underlying servlet



#weblogic.httpd.register.jmssender=examples.jms.sender.SenderServlet

#

# These properties are used with the ServerReceive JMS example,



# which demonstrates how to establish a JMS message consumer

# in a startup class:

#

#weblogic.system.startupClass.serverReceive=\



# examples.jms.startup.ServerReceive

#weblogic.system.startupArgs.serverReceive=\

# connectionFactory=javax.jms.TopicConnectionFactory,\

# topic=javax.jms.exampleTopic

#

# These properties are used with the PoolReceive JMS example,



# which demonstrates how to establish a pool of JMS message consumers

# in a startup class:

#weblogic.system.startupClass.poolReceive=\

# examples.jms.startup.PoolReceive

#weblogic.system.startupArgs.poolReceive=\

# connectionFactory=javax.jms.TopicConnectionFactory,\

# topic=javax.jms.exampleTopic

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# WEBLOGIC RMI DEMO PROPERTIES

# ------------------------------------------------

# CLUSTER USERS: Note that pinned RMI objects should be registered

# in the *per-server* properties file ONLY. All other RMI startup

# classes should be registered in the *per-cluster* properties file.

#

# Remote classes registered at startup after the pattern:



#weblogic.system.startupClass.[virtualName]=[fullPackageName]

#

# These examples can be compiled to see RMI in action. Uncomment to use:



#weblogic.system.startupClass.multihello=examples.rmi.multihello.HelloImpl

#weblogic.system.startupClass.hello=examples.rmi.hello.HelloImpl

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# WEBLOGIC EJB DEMO PROPERTIES

# -------------------------------------------------

# CLUSTER USERS: Note that ALL EJB deployment should be done in the

# *per-cluster* properties file ONLY.

#

# See WebLogic Demo Connection Pool below for a connection pool



# to use with these examples.

#

# Deploys EJBeans. Uncomment the appropriate lines below and



# modify DBMS-related info and paths to match your particular installation:

#weblogic.ejb.deploy=\

# /weblogic/myserver/cluster_ejb.jar, \

# /weblogic/myserver/ejb_basic_beanManaged.jar, \

# /weblogic/myserver/ejb_basic_containerManaged.jar, \

# /weblogic/myserver/ejb_basic_statefulSession.jar, \

# /weblogic/myserver/ejb_basic_statelessSession.jar, \

# /weblogic/myserver/ejb_extensions_isModified.jar, \

# /weblogic/myserver/ejb_extensions_isModifiedBeanManaged.jar, \

# /weblogic/myserver/ejb_sequence_jdbc.jar, \

# /weblogic/myserver/ejb_sequence_oracle.jar, \

# /weblogic/myserver/ejb_subclass.jar, \

# /weblogic/myserver/jolt_ejb_bankapp.jar

#

# Servlets used by the EJB basic examples beanManaged and



# containerManaged. Uncomment to use:

#weblogic.httpd.register.beanManaged=\

# examples.ejb.basic.beanManaged.Servlet

#weblogic.httpd.register.containerManaged=\

# examples.ejb.basic.containerManaged.Servlet

#

# Add a list of users (set the password with weblogic.password.[username]=XXX)



# to set an ACL for this servlet:

#weblogic.allow.execute.weblogic.servlet.beanManaged=user1,user2,etc

#weblogic.allow.execute.weblogic.servlet.containerManaged=user1,user2,etc

#weblogic.password.user1=user1Password

#weblogic.password.user2=user2Password

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# WEBLOGIC ZAC DEMO PROPERTIES

# -------------------------------------------------

# These registrations enable the ZAC Publish Wizard.

#

weblogic.zac.enable=true



#

# Set the publish root for a WebLogic Server. Edit and

# uncomment to use

#

#weblogic.zac.publishRoot=/weblogic/zac



#

# Set an ACL for each package you publish. The [name] is

# the "Package name" you assign in the ZAC Publish Wizard.

# Publish a package, edit this property, and uncomment to use.

#weblogic.allow.read.weblogic.zac.[name]=[user list]

#weblogic.allow.write.weblogic.zac.[name]=system


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# параметры администрирования HTTPD

# ------------------------------------------------

# разрешение log-записей для HTTPD

# sets the log file name (default is "access.log" in "myserver")

#weblogic.httpd.enable=false


weblogic.httpd.enableLogFile=false запретить

weblogic.httpd.logFileName=access.log


# отслеживание запросов HTTPD на события with events delivered to WEBLOGIC.LOG.HTTPD

weblogic.httpd.enableEvents=false запретить


# Enables HTTP sessions

weblogic.httpd.session.enable=true разрешить HTTP сессии

#weblogic.httpd.session.cookie.name=WebLogicSession

weblogic.httpd.session.cacheEntries=1024 кол-во записей в кэше для сессий

weblogic.httpd.session.invalidationIntervalSecs=60 параметры механизма управления сессиями

weblogic.httpd.session.timeoutSecs=600

#weblogic.httpd.session.swapIntervalSecs=10

weblogic.httpd.session.URLRewriting.enable=false

weblogic.httpd.http.keepAliveSecs=60 параметры механизма поддержки протоколов http и https

weblogic.httpd.https.keepAliveSecs=120

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# свойства драйвера JDBC в WEBLOGIC

# ------------------------------------------------

# Enables JDBC driver logging and sets the file name for the log

# The weblogic.jdbc.logFile is placed in the per-server

# directory (default is "myserver")

weblogic.jdbc.enableLogFile=false отказаться от log-файлов

weblogic.jdbc.logFileName=jdbc.log

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# свойства HTTP сервлетов WEBLOGIC

# ------------------------------------------------

weblogic.httpd.servlet.classpath=c:/weblogic/myserver/servletclasses путь к сервлетам

weblogic.httpd.servlet.reloadCheckSecs=5

weblogic.httpd.register.classes=weblogic.servlet.ClasspathServlet

weblogic.allow.execute.weblogic.servlet.classes=everyone

weblogic.httpd.register.file=ru.ibs.NAPORT.servlet.base.DefaultServlet

#weblogic.allow.execute.weblogic.servlet.file=tester

#weblogic.password.tester=version0

#weblogic.httpd.initArgs.file=defaultFilename=/test

weblogic.httpd.register.*.shtml=weblogic.servlet.ServerSideIncludeServlet

#weblogic.httpd.register.servlets=weblogic.servlet.ServletServlet

weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet

weblogic.httpd.initArgs.proxy=redirectURL=http://www.bigbox.com

weblogic.httpd.documentRoot=public_html/

weblogic.httpd.defaultServlet=file
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# свойства JSP WEBLOGIC

# ------------------------------------------------

# Sets up automatic page compilation for JSP. Adjust init args for

# directory locations and uncomment to use.

#weblogic.httpd.register.*.jsp=\

# weblogic.servlet.JSPServlet

#weblogic.httpd.initArgs.*.jsp=\

# pageCheckSeconds=60,\

# packagePrefix=examples.jsp,\

# compileCommand=c:/java/bin/javac.exe,\

# workingDir=/weblogic/myserver/classfiles,\

# verbose=true
# регистрация административных сервлетов

# ------------------------------------------------

# For managing your WebLogic Server with a web browser.

# Do not modify these registrations.

weblogic.httpd.register.T3AdminEvents=admin.T3AdminEvents

weblogic.httpd.register.T3AdminClients=admin.T3AdminClients

weblogic.httpd.register.T3AdminConnections=admin.T3AdminConnections

weblogic.httpd.register.T3AdminJDBC=admin.T3AdminJDBC

weblogic.httpd.register.T3AdminLicense=admin.T3AdminLicense

weblogic.httpd.register.T3AdminMain=admin.T3AdminMain

weblogic.httpd.register.T3AdminProps=admin.T3AdminProps

weblogic.httpd.register.T3AdminRealm=admin.T3AdminRealm

weblogic.httpd.register.T3AdminThreads=admin.T3AdminThreads

weblogic.httpd.register.T3AdminVersion=admin.T3AdminVersion

#

# Modify these ACLs for these servlets to



# control access to the administration servlets.

weblogic.allow.execute.weblogic.servlet.T3AdminEvents=system администрировать разрешено

weblogic.allow.execute.weblogic.servlet.T3AdminClients=system пользователю system

weblogic.allow.execute.weblogic.servlet.T3AdminConnections=system

weblogic.allow.execute.weblogic.servlet.T3AdminJDBC=system

weblogic.allow.execute.weblogic.servlet.T3AdminLicense=system

weblogic.allow.execute.weblogic.servlet.T3AdminMain=system

weblogic.allow.execute.weblogic.servlet.T3AdminProps=system

weblogic.allow.execute.weblogic.servlet.T3AdminRealm=system

weblogic.allow.execute.weblogic.servlet.T3AdminThreads=system

weblogic.allow.execute.weblogic.servlet.T3AdminVersion=system
# For Console help. Do not modify.

weblogic.httpd.register.ConsoleHelp=weblogic.servlet.FileServlet

weblogic.httpd.initArgs.ConsoleHelp=\

defaultFilename=c:/weblogic/admin/help/NoContent.html

weblogic.allow.execute.weblogic.servlet.ConsoleHelp=everyone
# For setting the location of the Cloudscape database evaluation version.

java.system.property.cloudscape.system.home=/weblogic/eval/cloudscape/data


#--------------------------------------------------------------------------------------

# связь с базой данных NAPORT

#--------------------------------------------------------------------------------------

weblogic.jdbc.connectionPool.naportPool=\

url=jdbc:oracle:thin:@tamagotchi:1521:YNET,\

driver=oracle.jdbc.driver.OracleDriver,\

loginDelaySecs=1,\

initialCapacity=4,\

maxCapacity=50,\

capacityIncrement=1,\

allowShrinking=true,\

shrinkPeriodMins=15,\

refreshMinutes=10,\

testTable=dual,\

props=user=com0;password=people

weblogic.allow.reserve.weblogic.jdbc.connectionPool.naportPool=everyone


#--------------------------------------------------------------------------------------

# заявленные сервлеты Naport

#--------------------------------------------------------------------------------------

weblogic.httpd.register.servletDebug=ru.ibs.NAPORT.servlet.ServletDebug


weblogic.httpd.register.servletRegistration=ru.ibs.NAPORT.servlet.Registration

weblogic.httpd.register.servletLogon=ru.ibs.NAPORT.servlet.Logon

weblogic.httpd.register.servletChangeRequisites$=ru.ibs.NAPORT.servlet.ServletChangeRequisites

weblogic.httpd.register.servletChangeSettings$=ru.ibs.NAPORT.servlet.ServletChangeSettings

weblogic.httpd.register.servletWorkshop$=ru.ibs.NAPORT.servlet.ServletWorkshop

weblogic.httpd.register.servletCatalog=ru.ibs.NAPORT.servlet.PageCatalog

weblogic.httpd.register.servletKeyWordsSearch=ru.ibs.NAPORT.servlet.NaportSearchServlet

weblogic.httpd.register.servletFeedback=ru.ibs.NAPORT.servlet.ServletFeedback

weblogic.httpd.register.servletNuke$=ru.ibs.NAPORT.servlet.Nuke

weblogic.httpd.register.servletInviteFriends$=ru.ibs.NAPORT.servlet.InviteFriends

weblogic.httpd.register.servletBestSites=ru.ibs.NAPORT.servlet.BestSites

weblogic.httpd.register.servletGuestBookTemplate$=ru.ibs.NAPORT.servlet.GuestBookTemplate

weblogic.httpd.register.servletChat$=ru.ibs.NAPORT.servlet.Chat

weblogic.httpd.register.servletRename$=ru.ibs.NAPORT.servlet.Rename

weblogic.httpd.register.servletForum$=ru.ibs.NAPORT.servlet.Forum

#weblogic.httpd.register.servletAdminZone=ru.ibs.NAPORT.servlet.admin.AdminZoneServlet

weblogic.httpd.register.servletCounter=ru.ibs.NAPORT.servlet.counter.Servlet

weblogic.httpd.register.servletFileManager$=ru.ibs.NAPORT.servlet.FileManager.Servlet

weblogic.httpd.register.servletGuestBook=ru.ibs.NAPORT.servlet.guestbook.Servlet

weblogic.httpd.register.servletGuestBook$=ru.ibs.NAPORT.servlet.guestbook.ClientServlet

weblogic.httpd.register.servletAboutMeWizard$=ru.ibs.NAPORT.servlet.wizard.AboutMeWizard

weblogic.httpd.register.servletCommerceWizard$=ru.ibs.NAPORT.servlet.wizard.CommerceWizard

weblogic.httpd.register.servletFavoritesWizard$=ru.ibs.NAPORT.servlet.wizard.FavoritesWizard

weblogic.httpd.register.servletHobbyWizard$=ru.ibs.NAPORT.servlet.wizard.HobbyWizard

weblogic.httpd.register.servletInvitationWizard$=ru.ibs.NAPORT.servlet.wizard.InvitationWizard

weblogic.httpd.register.servletMainPageWizard$=ru.ibs.NAPORT.servlet.wizard.MainPageWizard

weblogic.httpd.register.servletPhotoAlbumWizard$=ru.ibs.NAPORT.servlet.wizard.AlbumWizard

weblogic.httpd.register.servletResumeWizard$=ru.ibs.NAPORT.servlet.wizard.ResumeWizard

weblogic.httpd.register.servletRomanticWizard$=ru.ibs.NAPORT.servlet.wizard.RomanticWizard

weblogic.httpd.register.servletTemplateWizard$=ru.ibs.NAPORT.servlet.wizard.ServletTemplateWizard

weblogic.httpd.register.servletEditPages$=ru.ibs.NAPORT.servlet.wizard.EditPages
weblogic.allow.execute.weblogic.servlet.servletFileManager$=everyone
#------------------------------------------------------------

# NAport MailDeliveryAgent startup class



#

# inserted by V. Tsapin



weblogic.system.startupClass.MailDeliveryAgent=ru.ibs.NAPORT.mail.MailDeliveryAgent

Достарыңызбен бөлісу:




©dereksiz.org 2024
әкімшілігінің қараңыз

    Басты бет