adult java хостинг Планове и цени
Предлагаме страхотни adult java хостинг пакети на супер цени!
-
A-STARTER
Временна оферта - 50% отстъпка
ДДС се прилага на EU клиенти -
(
24 лв.) 12 лв. / 1 месец (без ДДС) -
(
68 лв.) 34 лв. / 3 месеца (без ДДС) -
(
128 лв.) 64 лв. / 6 месеца (без ДДС) -
(
240 лв.) 120 лв. / 1 година (без ДДС) -
(
384 лв.) 192 лв. / 2 години (без ДДС) - 10GB дисково пространство
- Разрешено съдържание за възрастни
- Неограничен трафик
- 1 домейн на акаунт
- 10 под-домейна
- 10 FTP акаунта
- Месечно плащане
- Поръчай
-
AJ-BASIC
Временна оферта - 50% отстъпка
ДДС се прилага на EU клиенти -
(
40 лв.) 20 лв. / 1 месец (без ДДС) -
(
116 лв.) 58 лв. / 3 месеца (без ДДС) -
(
224 лв.) 112 лв. / 6 месеца (без ДДС) -
(
432 лв.) 216 лв. / 1 година (без ДДС) -
(
768 лв.) 384 лв. / 2 години (без ДДС) - 10GB дисково пространство
- Java, JSP, Tomcat
- Разрешено съдържание за възрастни
- Неограничен трафик
- 1 домейн на акаунт
- 5 Tomcat приложения
- 10 под-домейна
- 10 FTP акаунта
- Месечно плащане
- Поръчай
-
A-PRO
Временна оферта - 50% отстъпка
ДДС се прилага на EU клиенти -
(
64 лв.) 32 лв. / 1 месец (без ДДС) -
(
188 лв.) 94 лв. / 3 месеца (без ДДС) -
(
368 лв.) 184 лв. / 6 месеца (без ДДС) -
(
720 лв.) 360 лв. / 1 година (без ДДС) -
(
1344 лв.) 672 лв. / 2 години (без ДДС) - 50GB дисково пространство
- Разрешено съдържание за възрастни
- Неограничен трафик
- Неограничен брой домейни
- Неограничен брой под-домейни
- Неограничен брой FTP акаунти
- Месечно плащане
- Поръчай
-
AJ-ENTERPRISE
Временна оферта - 50% отстъпка
ДДС се прилага на EU клиенти -
(
72 лв.) 36 лв. / 1 месец (без ДДС) -
(
212 лв.) 106 лв. / 3 месеца (без ДДС) -
(
416 лв.) 208 лв. / 6 месеца (без ДДС) -
(
816 лв.) 408 лв. / 1 година (без ДДС) -
(
1536 лв.) 768 лв. / 2 години (без ДДС) - 50GB дисково пространство
- Java, JSP, Tomcat
- Разрешено съдържание за възрастни
- Неограничен трафик
- 5 домейна на акаунт
- Неограничен брой Tomcat приложения
- 50 под-домейна на акаунт
- 50 FTP акаунта
- Месечно плащане
- Поръчай
adult java хостинг Основни характеристики
Ако търсиш adult java хостинг пакет с премиум качество за твоя сайт, значи си на правилното място!
Ние предлагаме уникални adult java хостинг пакети за всички!
Споделен хостинг
Споделен хостинг на ниска цена
Защитени сървъри
Защитени сървъри и безплатен SSL сертификат
Безплатно прехвърляне на домейн
Можеш да прехвърлиш твоя домейн безплатно с нашите планове
Неограничен трафик
Няма да се притесняваш за трафика, който използваш
Техническа поддръжка
Нашия екип е на линия 24/7/365, за да ти помогне
Plesk със Softaculous
Plesk - най-добрия контролен панел + APS автоматичен инсталатор с повече от 400 скрипта и 1000 PHP класа
adult java хостинг Общи характеристики
Характеристики на всички предлагани adult java хостинг планове
Безброй мейл акаунти
Безброй MySQL бази данни
PHP, PERL, C++, TCL, Python
Server Side Includes (SSI)
Бързи сървъри
Без такса за регистрация
SMTP, IMAP, POP3
Mailing Lists
Статистики на сайта
Webmail
Email Forwards
Email Auto Responders
adult java хостинг Описание
Adult Java Hosting packages on Linux Servers.
The Adult Java Hosting is mainly targeting those customers who are starting or are already maintaining any kind of e-Entertanment Business such as Mp3 sites, Video Sites, Dating Sites or any other sites containing adult related materials. Most Hosting Providers does not allow any of this content on their web servers. This is usually because of the high traffic that those sites accumulate, which causes break downs and server down time. We have specially established division that is working to help those customers minimize their costs and still be a part of the growing e-Entertainment market. We specialize in delivering high quality e-Entertainment Java Hosting Solutions. By using special techniques to maintain and constantly check our servers we can deliver Java Hosting Solutions to all e-Entertainment Business that need a guaranteed uptime of 99% and 24/7/365 Customer Service Support. We understand business as we run our own on-line business that is why we best of all know that being on-line is crucial for every on-line business.
adult java хостинг Свързани статии
Connecting to a database from your Tomcat web app
Here's an example for MySQL which you can place in e.g. test.jsp
:
<%@page language="java" import="java.sql.*" contentType="text/plain; charset=UTF-8" pageEncoding="UTF-8"%>
<%
Class.forName( "com.mysql.jdbc.Driver" );
java.sql.Connection con = DriverManager.getConnection(
"jdbc:mysql://localhost/DBNAME",
"USERNAME",
"PASSWORD"
);
out.println( con.toString() );
%>
The MySQL driver is pre-installed in $TOMCAT_HOME/lib
so you don't need to put it in your web app's WEB-INF/lib
.
PostgreSQL drivers are not pre-installed. Neither are SQLite and HSQLDB drivers.
WAR files
WAR
files must be extracted in order to be deployed. E.g. the contents of test.war
should be placed in a directory named test
.
WAR
stands for Web application Archive .
Our Java environment
We run Tomcat application server on Oracle JVM. Tomcat is run behind Apache HTTPd front-end so we could support additional environments - e.g. PHP.
We offer shared Tomcat hosting only. That is - one Tomcat running in one Java JVM hosts multiple web applications.
In order to provide isolation between applications of different customers Tomcat is started with its security manager enabled.
Tomcat calls the root directory of a domain or subdomain "application base" (appBase
config option). Apache HTTPd calls it "document root" (DocumentRoot
config option). In our environment Tomcat and Apache HTTPd virtual hosts are pointed to the same directory so DocumentRoot
and appBase
are the same thing.
Servlet/filter mappings
In order your mappings to work as expected two things must be done:
- As usual they have to be defined in
WEB-INF/web.xml
- Apache HTTPd frontend has to be configured to pass them to the Tomcat backend.
The second step is done via .htaccess
files. Here's an example. Let's say you have the following context:
http://docs.mydomain.com/app1/
and this web app has:
/docs/app1/WEB-INF/web.xml
which contains:
<servlet-mapping>
<servlet-name>MyServlet</servlet-name>
<url-pattern>/myservlet/action1</url-pattern>
</servlet-mapping>
You have to create the file:
/docs/.htaccess
which contains:
RewriteEngine On
RewriteRule ^app1/myservlet/action1$ ajp://127.0.0.1:8009/app1/myservlet/action1 [NE,P,L]
You can also map all requests for the app1
web app to Tomcat like this:
RewriteEngine On
RewriteRule ^app1/(.*)$ ajp://127.0.0.1:8009/app1/$1 [NE,P,L]
Or you can even forward all requests for this subdomain to the Tomcat backend:
RewriteEngine On
RewriteRule ^(.*)$ ajp://127.0.0.1:8009/$1 [NE,P,L]
Database connection pooling
We do not recommend using connection pooling in our environment since the connection establishment to the DB is lightweight process. Just close the DB connections when you're finished with them and reopen them when needed.
A request scope is an excellent lifespan for a DB connection.
Be especially careful when reusing pooled connections since the RDBMS might be configured to timeout inactive connections and you might encounter:
java.sql.SQLException: No operations allowed after connection closed
Requesting web app deployment
To request a deployment go to the "Websites & Domains" section, find the domain/subdomain that should serve the web app and click its Tomcat button.
You will find a "Deployment request form" on the opened page.
This form contains:
- A list of deployable contexts
- A checkbox to request manual review of the web app
META-INF/context.xml
- A text area where you can add additional information to the person who will process your request
The list of deployable contexts is generated by scanning the DocumentRoot
. An entry in the list is created for:
- directories placed directly in the
DocumentRoot
and - containing a subdirectory
WEB-INF
and - having names which can be valid context path
META-INF/context.xml
will be ignored even if it exists unless you check the checkbox. Please do so if you have custom Resource/Realm/etc definitions there. It will be reviewed and you will be able to see how it has been applied in the "Support reply" .
Where should you upload your Tomcat web apps
Tomcat web apps should you placed directly in the DocumentRoot
. For a subscription's main domain DocumentRoot
is pointed to /httpdocs
by default.
Here's an example.
Let's say that you have a docs.mydomain.com
subdomain pointed to /docs
directory with the following structure:
- /docs/WEB-INF
- /docs/app1/WEB-INF
- /docs/app2/WEB-INF
With this layout the following contexts can be deployed:
- docs.mydomain.com/
- docs.mydomain.com/app1/
- docs.mydomain.com/app2/
Each tomcat context represents a separate web app with its own classes, libraries, JSP files, etc. E.g:
- /docs/app1/WEB-INF/web.xml
- /docs/app1/WEB-INF/lib/jar1.jar
- /docs/app1/WEB-INF/lib/jar2.jar
- /docs/app1/WEB-INF/classes/Class1.class
- /docs/app1/WEB-INF/classes/package1/subpackage1/OtherClass.class
Java mail
mail.jar
and activation.jar
are pre-installed in $TOMCAT_HOME/lib
.
Don't put them in your web app's WEB-INF/lib as this might cause problems.
You can place this code in a file called e.g. `mail.jsp` to send mail:
java.util.Properties props = new java.util.Properties(); String auth_user = "[email protected]"; String auth_password = "PASSWORD"; String from = "[email protected]"; String to = "[email protected]"; props.put("mail.smtp.host", "localhost"); props.put("mail.smtp.port", "25"); props.put("mail.smtp.auth", "true"); props.put("mail.smtp.ssl.enable", "false"); // props.put("mail.smtp.starttls.enable", "true"); String subject = "Testing java mail with settings: " + props.toString(); String body = "This is the message body."; javax.mail.Session sess = javax.mail.Session.getInstance( props, new javax.mail.Authenticator() { protected PasswordAuthentication getPasswordAuthentication() { return new PasswordAuthentication( auth_user, auth_password ); } } ); try { MimeMessage message = new MimeMessage( sess ); message.setFrom( new InternetAddress( from ) ); message.addRecipient( Message.RecipientType.TO, new InternetAddress( to ) ); message.setSubject( subject ); message.setText( body ); Transport.send( message ); out.println( "The message has been sent. Subject: " + subject ); } catch( Exception ex ) { ex.printStackTrace( new java.io.PrintWriter(out) ); out.println( ex.getMessage() ); }
Note that sending mail via SSL/TLS might require setting the mail.smtp.host
to the hostname of the server that your hosting account is on(e.g. fenix.livehostserver.com
) instead of localhost
.
This is needed in order the SSL certificate to be verified successfully.
Which domains and subdomains can have Tomcat web apps
A domain or subdomain can have Tomcat web apps deployed if it:
- has hosting enabled
- is active, e.g. not suspended or disabled
Additionally, the domain or subdomain DocumentRoot
must be pointed to a directory which is directly under the subscription home directory. E.g.
- "/test" - (correct)
- "/httpdocs/test" - (NOT correct)
Third party libraries pre-installed in Tomcat
- MySQL drivers - mysql-connector-java-bin.jar
- Java mail required JARs - mail.jar and activation.jar
- Standard libs that come in the default Tomcat distribution
Read/Write/Delete files on the file system
The Tomcat security policy grants web apps read/write/delete permissions for all the files and dirs under the subscription home.
The file system permissions must also allow the system user "tomcat" to do the respective operation.
E.g. to create a directory which is writable by "tomcat" you can login via FTP and do:
mkdir docs/app1/store1
chmod a+rwx docs/app1/store1
You can also create dirs and manage permissions via Plesk File Manager .
If you encounter:
java.security.AccessControlException: access denied (java.io.FilePermission /SOME/PATH)
the usual causes are:
- Wrong paths
- Wrong file system permissions
You should be extra carefull when using relative paths. They can be relative to something different than what you expect. In order to check a relative path you can place a code like this in e.g. test.jsp
:
<%@page contentType="text/plain; charset=UTF-8" pageEncoding="UTF-8"%>
<%
java.io.File f = new java.io.File(".");
out.println( "path: " + f.getAbsolutePath() );
%>
The directories which you see when you login via FTP or in the Plesk File manager are relative to the subscription home dir. Here's an example of an absolute path:
/var/www/vhosts/mydomain.com/docs/WEB-INF/uploads/file1.txt
"Tomcat management" page shows the actual DocumentRoot
for the domain/subdomain.
Tomcat log files
Tomcat logs can be found in the /logs-tomcat
directory which is placed in the subscription's home. The logs are rotated when they reach 1 MB and 10 old log files are preserved.
The STDOUT
and STDERR
streams of each application are redirected to these logs so e.g. System.out.println(..)
and System.err.println(..)
go there.
Before requesting deployment
It is important to test your Tomcat web apps locally before requesting their deployment. The tests have to be done with Tomcat's security manager enabled. To enable the security manager locally open a terminal window and run:
# Linux/Unix/Mac:
cd $TOMCAT_HOME
./bin/catalina.sh run -security
# Windows:
cd %TOMCAT_HOME%
bin\catalina.bat run -security
We offer production environment for hosting your Tomcat web apps. This environment is not suitable for development or testing.
Start, Stop and Reload of Tomcat web apps
To Start/Stop/Reload web apps go to the "Websites & Domains" section, find the domain/subdomain containing the web app and click its Tomcat button. You will see the list in the "Deployed web applications" section. Started web apps can be stopped and stopped ones can be started. To reload a web app stop it first and then start it.
Our hosting servers are configured for production use. The automatic reloads which are usually enabled in the default Tomcat configuration are disabled. No automatic checks for JSP, class, JAR, web.xml, etc modifications are performed.
You need to manually reload your web apps after doing modifications.
Hosting plans, subscriptions and add-ons with Tomcat support
Security policy
Tomcat's security policy is defined in the file $TOMCAT_HOME/conf/catalina.policy
.
Our policy grants all the permissions in the default catalina.policy
distributed with Tomcat. It also grants several additional permissions commonly required by web apps. Some of them are:
- Each of your applications is granted read/write/delete permissions for all files and dirs under subscription's home dir
- Read permission is granted to all system properties
- New Socket connections are allowed
- Some additional package access is granted as well as Reflection permissions
If you find that a permission is required by your web app but it is not granted by our policy you could request it via the HelpDesk. Our administrators will review your request and grant the permission if it is appropriate.
Please note that requests for permissions that might affect the application isolation or the security of the other users' web apps will be denied.
Имаш въпрос относно нашите планове?
Хостинг за приложения
SproutCore is an open-source JavaScript web framework.
SproutCore хостингSiteCake is a drag and drop CMS for simple websites. It lets you publish the content just by dragging it to your web page. It's CMS for static websites, with few pages only, to cover the niche below WordPress level of complexity.
SiteCake хостингGeeklog is a PHP/MySQL based application for managing dynamic web content.
Geeklog хостингХостинг за Java приложения
Google Web Toolkit, or GWT Web Toolkit, is an open source set of tools that allows web developers to create and maintain complex JavaScript front-end applications in Java.
Google Web Toolkit хостингdotCMS is an open source content management system (CMS) written in Java for managing content and content driven sites and applications.
dotCMS хостингHippo CMS is an open-source, dual licensed, Content Management System.
Hippo CMS хостингLiferay makes software that helps companies create digital experiences on web, mobile and connected devices.
Liferay хостингTomcat Hosting on Linux Servers.
Tomcat хостингAdult Java Hosting packages on Linux Servers.
Adult Java хостингJava Hosting packages on Linux servers.
Java хостингAmetys is a free and open source content management system (CMS) written in Java.
Ametys CMS хостингSmartClient is set of mobile and cross-browser HTML5 UI components combined with a Java-based Ajax framework, created by Isomorphic Software to build business web applications.
SmartClient хостингeXo Platform is an open source, standard-based, Enterprise Social Collaboration Platform written in Java.
eXo Platform хостинг