Hi,
Still looking for soln.
I want to dynamically update DNS(Domain Name Server) file when user give its
virtual site name like abc to attach with mysite.com so its site become
abc.mysite.com So on the fly his site will be made and can access its site.
In manual system we can add its virtual name in DNS againt Zone and restart
the DNS server(not good way), it will reflect the changes.
But i want to dynamicaly add DNS entry so when i update DNS via my bean it
dont need restart of DNS server.


Thanx in advance.

Hamid Hassan
Software Engineer
visualsoft-inc.com


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Hamid
Sent: Thursday, April 12, 2001 7:39 PM
To: [EMAIL PROTECTED]
Subject: Re: Updating DNS file


Hi,
I want to dynamically update DNS(Domain Name Server) file when user give its
site name. e.g in ASP model of appliation like tripod/ freeservers where u
can build site with the url like urName.tripod.com, xyz.tripod.com .... Now
i want to design an application in JSP in which it will take the name of
site from user and create like userName.MySite.com. For this i have to
dynamically update the DNS file so it will reflect the new virtual site.
If any one knows about it or any Bean available , his  help will be highly
regarded.

Hamid Hassan


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Karau, Joe
Sent: Thursday, April 12, 2001 5:52 PM
To: [EMAIL PROTECTED]
Subject: Re: Hidden field NULL values after POST


If you are setting the value of pSHIP with javascript, I've seen the same
type of problem.  To fix I gave an initial value to pSHIP of an empty
string, such as:
        <input type="hidden" name="pSHIP" value="">

That seemed to fix it for me.  Hope this helps.

Joseph Karau
Kingland Systems
[EMAIL PROTECTED]
507-536-3629
AIM: jkara3629


-----Original Message-----
From: Willy LEGIMAN [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 5:57 AM
To: [EMAIL PROTECTED]
Subject: Hidden field NULL values after POST


I have encountered a very strange issue with JSP when I submit a form with
hidden field.
The value of the hidden field is displayed as null when I do a
request.getParameter("pSHIP") after submitting the form for the first time.

But when I click on Back (on the browser) to go back and submit the form
again, the value is correctly displayed!

1. I have a Form with <input type="hidden" name="pSHIP">
2. When I submit the form I set pSHIP.value to "OCEAN2001"
3. JSP displays value of pSHIP as null
4. Go back & submit the form again
5. JSP displays value of pSHIP as "OCEAN2001"

Anyone has any ideas why this happens? I'm working from JDeveloper 3.1.

Regards
Willy

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to