Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4618
web.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
web.xml
View Options
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<!--
Copyright (C) 2011-2014 Lannocc Technologies
@%@~LICENSE~@%@
-->
<web-app>
<display-name>
IOVAR
</display-name>
<description>
IOVAR
Java
Development
Platforms
</description>
<listener>
<listener-class>
com.iovar.web.proc.ShellSession
$
Listener
</listener-class>
</listener>
<context-param>
<param-name>
iovar.loopback
</param-name>
<param-value>
localhost:8080
</param-value>
</context-param>
<context-param>
<param-name>
iovar.sessions
</param-name>
<!--
<param-value>http://inf.lanno.cc/proc/shell/</param-value>
<param-value>http://web.s:8720/proc/shell/</param-value>
-->
<param-value>
/proc/shell
</param-value>
</context-param>
<context-param>
<param-name>
iovar.log.level
</param-name>
<param-value>
DEBUG
</param-value>
</context-param>
<context-param>
<param-name>
iovar.log.file
</param-name>
<param-value>
/var/log/shell
</param-value>
</context-param>
<servlet>
<servlet-name>
log
</servlet-name>
<servlet-class>
com.iovar.web.dev.Log
</servlet-class>
<load-on-startup>
1
</load-on-startup>
</servlet>
<servlet>
<servlet-name>
uptime
</servlet-name>
<servlet-class>
com.iovar.web.proc.Uptime
</servlet-class>
<load-on-startup>
2
</load-on-startup>
</servlet>
<servlet>
<servlet-name>
init
</servlet-name>
<servlet-class>
com.iovar.web.sbin.Init
</servlet-class>
<load-on-startup>
10
</load-on-startup>
<init-param>
<param-name>
inittab
</param-name>
<param-value>
local:/etc/init
</param-value>
</init-param>
<init-param>
<param-name>
wait
</param-name>
<param-value>
1000
</param-value>
</init-param>
</servlet>
<!-- [iovar] DO NOT REMOVE THIS LINE -->
<servlet>
<servlet-name>
iovar-default
</servlet-name>
<servlet-class>
com.iovar.web.Default
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>
iovar-default
</servlet-name>
<url-pattern>
/*
</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>
720
</session-timeout>
</session-config>
</web-app>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Thu, Sep 17, 11:58 AM (4 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3764
Default Alt Text
web.xml (2 KB)
Attached To
Mode
rIOVAR Web Platform
Attached
Detach File
Event Timeline
Log In to Comment