FAQ/ Dedicated JVM/ djvm-basics

Questions on Dedicated JVM

22 questions available

16
Can I deploy war files into server in my end?

Can I deploy war files into server in my end?Customers will be provided with NGASI Control Panel, through which you can deploy your war files. In the CPanel, select Add New Application and then upload

More...
17
Can I extract war files on my own?

Can I extract war files on my own?Yes. Only in Dedicated JVM package, users are allowed to extract the war file on their own. Use this link to know how to extract war files.

More...
18
How to Send Mail in Java?

What is JavaMail?JavaMail is a Java API which allows you to compose, write and read emails. You can use this API to send and receive electronic mail through SMTP, POP3, and IMAP. The main advantage of

More...
19
Can I upload my java files directly into the Cpanel?

Yes, you can upload your modified jsp files into cpanel directly under your application. Instead of compile war file,just upload modified jsp files under application path in cpanel and just restart tomcat

More...
20
how to find number of jvm in websphere?

To list all jvm process running in websphere 1. ps-ef | grep wasadm 18335 18336 0 14.28.11 pts/8 0:00 grep /java wasadm 9935 1 0 jan 18 ? 4:17 /java/bin/java -XX:MaxPermSize=256m -Dwas.status.socket=49745

More...
21
how to determine jvm memory usage?

In JVM ,application memory usage can be checked through NGSI panel.

More...
22
how to clear jvm cache in websphere?

Instructions on clearing the java class caches in WebSphere Application Server. It will includes both the JVM shared class cache and WebSphere Application Server OSGi class cache.There are several reasons

More...