How can I use NetLet with applications using random ports ?

As I know, NetLet provides services only for application which works with fixed ports. Is there any way to force NetLet to do that ? or mayby proxy ...
Let me know of Yours idea, please.

Hi,
Its not possible to choose random ports in "netlet applications" as such.
Regards,
Raj_indts
Developer Technical Support
Sun Microsystems
http://www.sun.com/developers/support.

Similar Messages

  • How can i get apps with out using credit card info because i do not have a card ?

    how can i get apps with out using credit card info because i do not have a card ?

    Yo Chris. I've been following your answers to different threads and quite frankly, you're very keen in answering everybody regarding this stupidity that Apple has brought upon its customers. Kudos to you. But the problem is, most of the time, in some devices, your solution doesn't work because the NONE option is not there. The same goes for me.
    Meanwhile, I found a temporary workaround for the iPhone 4s, iPad 2 and iPod Touch 4th Gen.
    Register a free Apple ID from the iCloud Settings.
    Go to Settings>iCloud>Account>Tap Payment Information on the Storage Plan Category.
    Fill in the other boxes and choose "None" on Credit Card Information.
    That's it! Hope I helped those who still couldn't find the "None" Option.
    Must be running IOS 5.0.1 though, else there would be no iCloud.

  • How can I test servelt with application at Tomcat?

    how can I test servelt with application at Tomcat?

    Assuming u have coded the servlet already there are certain things u need to do for exceuting the servlet in Tomcat,
    1) Assuming u r putting the servlet inside the directory named 'Mywebapp' under webapps directory, u need to create directory named Web-inf under Mywebapp and classes under Web-inf.
    Copy web.xml file from any of the webapps (like the example webapp) into mywebapp.
    Copy any one of the sample servlet specification in the web.xml and customise for ur servelt.
    then save the web.xml file and start the Tomcat.Am assuming u have included the mywebapp entry in the server.xml file.
    then invoke the servlet like http://machinename:8080/mywebapp/servletname

  • How can i design a EJB application using session Beans?

    Hello,
    I am designing a Find application using EJB. Here a user is prompted a search page, where he can enter the search criteria's. Then on click of submit, the query is formed at the server side depending on what criteria's were selected. Then a jdbc query is performed and the results are returned back to the user. Here no session is maintained for the users. Can anyone suggest me how to design this application using EJB. Should i use entity beans for this or session beans will suffice? Should the jdbc query be performed in the bean itself or should it be outside in a helper class? Please kindlu suggest me the design for this application...
    Regards,
    Subbu

    Hi,
    First of all, I'm unable to figure out why you need to use EJB for this scenario. You can write a helper class to frame and execute the query.
    If you really want to use EJB, then I suggest you use a stateless Session Bean with transaction attribute as TX_NOT_SUPPORTED. From the session bean, you can call the helper class. But, by avoiding the session bean, you can eliminate remote calls, thus improving your performance. Also, check if the database & the db driver you are using supports sql caching.
    Regards,
    Raj.

  • How can i built a java application using java debug class on Log4J

    Hi,
    As java API support the MethodEntryEvent, using which I can get the automatic logging statements when the method is entered or exited as HelloExample.main(with argument type).
    Where HelloExample is the class name.
    Main is the method entered with its argument types.
    In some cases I have the o/p as
    -- VM Started --
    ====== main ======
    main -- HelloExample
    callerMethod -- HelloExample
    ====== main end ======
    -- The application exited --
    By using Log4J is there any possibility of getting these sort of o/p along with the loggers supported by Log4J. i mean to say can i built an java application which supports the MethodEntryEvent and MethodExitEvent from java API and also uses the Log4J debugging. I took an e.g. trace example, which (in J2SE 1.4.x or 5.x) will be found in $JAVA_HOME/demo/jpda/examples.jar and unpacking it by
    jar -xvf $JAVA_HOME/demo/jpda/examples.jar i found the com/sun/tools/example/trace/Trace.java and passed the class constructed with logger taken from Log4J. In this case the logging message is displayed on the console. As per the requirement i need to transfer the whole o/p to an output file along with Log4J logger statements. in this case i should not give any command in the cosule except compiling and executing the programme. the programm also should able to run without the main() as i need to integrate Log4J with an application and the code must me application server independent. i need the output as i got using MethodEnteryEvent (shown as above) in case of java application built using Log4J.
    Can any one help me in this regard. can any one give me some suggestion or any programme of this sort. All suggestions are welcomed.
    Thanks & Regards,

    hi,
    can someone help me how to implement logging for method entry parameters and
    method exit return value.
    can someone help me how to use log4j and integrate it to the method entry
    logging and method exit logging.
    Here what i need is without writing the log statements for the method entry and
    method exit i need to log it to the file
    along with other log4j debug statements i provide in the file.I should be able
    to configure whether to enable/disable the logging
    for method entry and method exit. In method entry i should be able to log the
    parameters the method take and in method exit
    i should be able to log te return value to the log file, before the method is
    returned to the callee.
    i hope i am clear
    Thanks in advance.

  • How can I develop a web application using EJB design pattern?

    I have searched over the web and found quite a lot of tutorials on how to use the EJB design pattern.
    I know that there will be a home interface, EJB object interface and a SessionBean.
    But the tutorials often only cover a single class, this made me unable to get a complete picture of how EJB design pattern can be implemented into a whole system.
    I am now required to devleop an online shopping web application using EJB and JSP page.
    I think I will need to create a lot of classes: Member, ShoppingCart, Product...etc.
    What I want to ask is that, do I need to create a home interface, EJB object interface and a SessionBean for each of these classes?
    I really need some ideas on how to develop this system using EJB + JSP pages.
    Many thanks to you all.

    For every EJB that you want to create, you will need to code a home and remote interface and a bean class.
    You could start getting your ideas here
    http://www.theserverside.com/books/wiley/masteringEJB/
    http://www.coreservlets.com

  • HT1386 My phone is disabled.  How can I rest it with out using a computer?

    My phone is disable.  How can I rest it without using a computer?

    Sell it to someone that has a computer & use the money to purchase a new phone. Either that or find a computer.

  • How  can I start my Java Application using double-click  in Windows XP?

    I hava developed an editor in java. The file made by this editor is saved as the .cte format. so, I need to associate this file with the editor, which means that when you double click the .cte file ,this file will be opened in the editor just like the notepad.
    I know that Jbuider has used the JNI to achieve this way to open a project. So, will you kindly tell me the details about this technique or give me some document? My E_Mail is [email protected]
    Best Regards,
    Maria

    I think this can be done from a batch file which you can execute when you install your application.
    There are two commands which you are interested in, and they are:
    assoc - Displays or modifies file extension associations.
    ftype - Displays or modifies file types used in file extension associations.
    You should use assoc to associate an extension with a file type, and ftype to associate the file type with an application.
    E.g. jar is associated with this on my machine:
    .jar=jarfile (from assoc)
    jarfile="C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe" -jar "%1" %* (from ftype)
    Kaj

  • How can i intergarate eclipse with tomcat using windows 2000?

    i'm using Eclipse 3.0 with sdk 1.4, i downloaded Tomcat and configured it for plugin to Eclipse. But yet i can't start the Tomcat server.
    if any one can help me please of how to configure tomcat or the proper installation in windows 2000.

    Well whebn i start the server this is the what happens:
    H:\>%CATALINA_HOME%\bin\startup
    Using CATALINA_BASE: H:\Eclipse\eclipse\tomcat\jakarta-tomcat-4.1.31\
    Using CATALINA_HOME: H:\Eclipse\eclipse\tomcat\jakarta-tomcat-4.1.31\
    Using CATALINA_TMPDIR: H:\Eclipse\eclipse\tomcat\jakarta-tomcat-4.1.31\\temp
    Using JAVA_HOME: C:\j2sdk1.4.2_10
    H:\>
    =================================
    i don't see any error during the start up,but i soon as i shut it down this is what happens:
    H:\>%CATALINA_HOME%\bin\shutdown
    Using CATALINA_BASE: H:\Eclipse\eclipse\tomcat\jakarta-tomcat-4.1.31\
    Using CATALINA_HOME: H:\Eclipse\eclipse\tomcat\jakarta-tomcat-4.1.31\
    Using CATALINA_TMPDIR: H:\Eclipse\eclipse\tomcat\jakarta-tomcat-4.1.31\\temp
    Using JAVA_HOME: C:\j2sdk1.4.2_10
    Exception during startup processing
    java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
    at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
    sLoader.java:945)
    at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
    sLoader.java:810)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:129)
    H:\>

  • How can i start my java application using double-click in WindowsXP?

    i hava developed an editor in java. The file made by this editor is saved as the .cte format. so, I need to associate this file with the editor, which means that when you double click the .cte file ,this file will be opened in the editor just like the notepad.
    I know that Jbuider has used the JNI to achieve this way to open a project. So, will you kindly tell me the details about this technique or give me some document? My E_Mail is [email protected]
    Best Regards,
    Maria

    Must you use native code? Can't you do what I said in your other thread?
    http://forum.java.sun.com/thread.jspa?threadID=699476
    Kaj

  • How can i secure email with attachments using coldfusion

    Hi,
    I need to send emails with attachments containg word, excel or PDF documents using cfmail. However this email needs to be really secure. How is the best way to secure the entire email with its attachments.
    Any ideas appreciated
    Thanks
    Zubair

    Hi ,
    I hope the following will help you..., using the UTL_SMTP db package.
    DECLARE
    c UTL_SMTP.CONNECTION;
    PROCEDURE send_header(name IN VARCHAR2, header IN VARCHAR2) AS
    BEGIN
    UTL_SMTP.WRITE_DATA(c, name || ': ' || header || UTL_TCP.CRLF);
    END;
    BEGIN
    -- Open connection to SMTP gateway
    c := UTL_SMTP.OPEN_CONNECTION('smtp.server.acme.com');
    UTL_SMTP.HELO(c, 'acme.com');
    UTL_SMTP.MAIL(c, '[email protected]');
    UTL_SMTP.RCPT(c, '[email protected]');
    UTL_SMTP.OPEN_DATA(c);
    send_header('From', '"Oracle Admin" ');
    send_header('To', '"Bob Smith" ');
    send_header('Subject', 'Automated Database Email');
    UTL_SMTP.WRITE_DATA(c, utl_tcp.CRLF || 'This is an automated email from the Oracle database.');
    UTL_SMTP.WRITE_DATA(c, utl_tcp.CRLF || 'The database is working for you!');
    UTL_SMTP.CLOSE_DATA(c);
    UTL_SMTP.QUIT(c);
    END;
    Simon

  • How can I print characters with accent using TEXT_IO?????

    I need to write characteres with accent, like ó,Á using TEXT_IO.....
    Please help me!!!!

    Francois:
    I try to use your solution but don't work....maybe is necessary setting something in the database or in the developer......
    I'm writing an xml format file, and the string that I need to write is:
    <Item Name="DUMMY" FontSize="1000" DirtyInfo="true" Height="16" MouseNavigate="false" XPosition="109" FontName="Arial" ForegroundColor="black" Width="64" YPosition="191" FontSpacing="Normal" Label="OK" FontWeight="Negrita" FontStyle="Normal" ItemType="Botón" CanvasName="WEBUTIL_CANVAS">

  • How can i launch another java application using Runtime class?

    I created a java process which invokes another java application called Launch as shown below,
    Process p=Runtime.getRuntime().exec("java -classpath=C:\\Program Files\\bin\\nettools\\ui\\updates Launch");
    But it is not working...can any one help me on this?
    Edited by: deepakchandaran on Sep 20, 2007 7:10 AM

    You could search the forum and Google.
    it has been answered before.
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html

  • How can I config my jsp application run via port 80 or 443

    Hi All,
    I had jsp application, I deployed into Oracle Application Server 10g, when I test http://myhost.mydomain:7781/myapp then it is ok.
    Could you show me the way to config myapp run via default port 80 in Oracle As 10g. It is that if I input http://myhost.mydomain/ then it refrence to my jsp aplication.
    Thank All.
    Thanh.

    Thanh,
    check the $OracleAs_Midtier_Home/install/portlist.ini file for the ports that are configured for Oracle Application Server.
    If port 80 wasn't configured for the HTTP Listener then you will have to change the Application Server listener settings to make this work the way you want it.
    From the "Oracle Application Server 10g Administrator's Guide 10g (9.0.4) "
    Using the Application Server Control:
    Navigate to the Application Server home page and click Ports.
    On the Ports Page, locate the Oracle HTTP Server Listen port and click the icon in the Configure column.
    On the Server Properties Page, in the Listening Addresses and Ports section, enter the new port number in the Listening Port column. There may be more than one listening port listed. The only way to tell which is the non-SSL listening port is to choose the one with the old non-SSL listening port value.
    At the bottom of the page, click Apply.
    On the Confirmation Page, click No, you would not like to restart now.
    Using Manual Steps:
    Edit the following file:
    ORACLE_HOME/Apache/Apache/conf/httpd.conf
    Update the Listen directive with the new port number. Do not update the Port directive.
    There may be multiple Listen directives in this file. Modify the Listen directive that is not enclosed in an SSL virtual host container. The easiest way to locate the proper Listen directive is to search the file for the old listen port number.
    Save and close the file.
    Run the following command:
    dcmctl updateConfig -ct ohs
    Frank

  • How can I earn money with my iPhone application?

    Hello everybody!
    I am a beginner iPhone applications developer  and I would like to know how can I earn money with applications that I  created?
    Thanks a lot!!
    John

    Basically, Navizon adds to the basic location services of your iPhone. Your handset can determine your location using a combination of cell towers, Wi-Fi, and GPS, but using the included Maps application, you have no way of knowing which is active at any given time. Navizon displays your position (on Yahoo!, rather than Google Maps), but it also displays a little badge to let you know which method is being used to determine where you are. That way I know, for example, why the map was showing me as located three blocks North of where I actually am. The answer? My phone was only using cell tower data to find me. You can also take advantage of built-in buddy features to locate friends or family, if they’re using Navizon’s service. You can also configure alerts by logging on to the website to receive notifications by email or web when your buddies enter into specific areas you designate. The most interesting feature of the app, one that I hinted at earlier, is how you can receive cash rewards for using it. In order to continue to build out their extensive database of cell and Wi-Fi towers, Navizon is offering a rewards system similar to air miles, but without the free flights. Instead, compensation is based on accumulating enough points. Also, in this case, it’s actually the number of towers, not the number of miles you’re being rewarded for. For first-time finds, you get 15 points for every cell tower mapped, and 3 for every Wi-Fi access point. If they’ve already been found before, you get 2 for every cell tower and 1 for every access point. Once you’ve accumulated 10,000, Navizon will wire $10 to your bank account.
    No, you can’t retire on that kind of money, but if you’re already using your phone to log trails or track your pals, it pays more than the competition, at least. You can get the Lite version [iTunes] in the App Store for free, while the full version [iTunes] costs $9.99. 10,000 points and it pays for itself!

Maybe you are looking for

  • How to avoid blank lines in smartforms?

    Hi all, I am using an INCLUDE TEXT in a smartform. The problem is it is priniting with the blank lines entered in the standard text. I couldn't find any option for avoiding these blank lines using the respective smartstyles. Is there any option to av

  • Reports error 1013033

    Hi,<BR><BR>While running a report on Hyperion Reports, I get this error, "5200 : Error executing query: Watessp1/SBU/SBU/nimbalkh/Error(1013033) ReportWriter exit abnormally".<BR><BR>I can generate reports in excel though.<BR><BR>Any help?<BR><BR>Tha

  • Virtual host in weblogic 5.1

    Hi all How do i set up a virutal hosting feature in weblogic 5.1? For eg., Current url = http://[email protected]:1234/myapplication Alias Request = http://<anything.com>/support/check/myapplication please help. It's urgent. with regds siva

  • [gt628] Keyboard issue

    Hey, I have recently bought my gt628 laptop. I have noticed an issue with keyboard input. It seems I cannot input some special characters (polish). Normally, I can type these pressing Alt Gr + proper key ie AltGr+A = Ą. I can type all characters like

  • IBooks older look (3) in iOS8?

    I Think I know the answer to this- but thought I'd see if anyone has found a solution. i use my iPad to read a lot. I really like the 'look' it has in the older iBooks- where you could select the Book Theme and it would look like a real book. Not jus