CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 19 Jul 2025 12:53:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20060708130613
location: https://web.archive.org/web/20060708130613/https://wiki.python.org/moin/HelpOnInstalling/WebLogic
server-timing: captures_list;dur=0.487386, exclusion.robots;dur=0.018639, exclusion.robots.policy;dur=0.009912, esindex;dur=0.009674, cdx.remote;dur=15.811363, LoadShardBlock;dur=378.464951, PetaboxLoader3.datanode;dur=46.238955, PetaboxLoader3.resolve;dur=193.113714
x-app-server: wwwb-app212
x-ts: 302
x-tr: 416
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app212; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 19 Jul 2025 12:53:45 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Sat, 08 Jul 2006 13:14:52 GMT
x-archive-orig-server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 mod_scgi/1.2
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 08 Jul 2006 13:06:13 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 08 Jul 2006 13:06:13 GMT", ; rel="memento"; datetime="Sat, 08 Jul 2006 13:06:13 GMT", ; rel="next memento"; datetime="Fri, 12 Aug 2011 06:51:42 GMT", ; rel="last memento"; datetime="Fri, 12 Aug 2011 06:51:42 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 26_0_20060708124511_crawl31-c/26_0_20060708130552_crawl29.arc.gz
server-timing: captures_list;dur=0.549850, exclusion.robots;dur=0.018911, exclusion.robots.policy;dur=0.009211, esindex;dur=0.010102, cdx.remote;dur=7.499168, LoadShardBlock;dur=140.779451, PetaboxLoader3.datanode;dur=100.425516, PetaboxLoader3.resolve;dur=215.733534, load_resource;dur=194.220539
x-app-server: wwwb-app212
x-ts: 200
x-tr: 388
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
HelpOnInstalling/WebLogic - PythonInfo Wiki
HelpOnInstalling/WebLogic
Set up MoinMoin on Weblogic
Although this setup is tested and verified on Weblogic server 8.1 on Windows, it should be easily duplicated for other Weblogic versions on other platforms such as Unix. You will to do the following to enable MoinMoin on Weblogic server:
Download and install win32con module if you don't have that yet
Follow the steps outlined in HelpOnInstalling/BasicInstallation
Enable CGI servlet in Weblogic
Add wiki webapp for shared wiki resources
Add mywiki webapp
Fix application context issue
config.xml for step 4 and step 5
<Application Deployed="true" Name="wiki" Path="d:\Python23\share\moin" StagedTargets="YourServer" TwoPhase="false"> <WebAppComponent Name="wiki" Targets="YourServer" URI="htdocs"/> </Application> <Application Deployed="true" Name="mywiki" Path=".\applications" StagingMode="nostage" TwoPhase="true"> <WebAppComponent Name="mywiki" Targets="YourServer" URI="mywiki"/> </Application>
web.xml for step 5
<servlet> <servlet-name>CGIServlet</servlet-name> <servlet-class>weblogic.servlet.CGIServlet</servlet-class> <init-param> <param-name>cgiDir</param-name> <param-value>d:\moin\mywiki</param-value> </init-param> <init-param> <param-name>*.cgi</param-name> <param-value>d:\Python23\python.exe</param-value> </init-param> </servlet> <servlet-mapping> <servlet-name>CGIServlet</servlet-name> <url-pattern>cgi/*</url-pattern> </servlet-mapping>
fix for application context issue
request.py: self.script_name = env.get('APPLICATION_CONTEXT', '') +env.get('SCRIPT_NAME', '') moin.cgi: os.environ['APPLICATION_CONTEXT'] = '/mywiki'
You shall be able to access your MoinMoin front page at https://localhost/mywiki/cgi/moin.cgi after you have completed the setup steps above
Immutable page (last modified 2005-01-12 18:46:56)
DeleteCache (cached 2006-06-16 13:14:42)- Login
- Navigation
- Actions
- Your recent pages